Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
03d712d9
Commit
03d712d9
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update for HTML markup.
parent
68d2f928
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+9
-5
9 additions, 5 deletions
doc/TODO
with
9 additions
and
5 deletions
doc/TODO
+
9
−
5
View file @
03d712d9
TODO list for
PostgreSQL
====================
====
PostgreSQL
TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Apr 18
08:57:57
EDT 2005
Last updated: Mon Apr 18
10:42:34
EDT 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
...
...
@@ -188,8 +188,7 @@ Data Types
* Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
* Add 'tid != tid ' operator for use in corruption recovery
* Add ISo INTERVAL handling
o Add support for day-time syntax, INTERVAL '1 2:03:04'
DAY TO SECOND
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
o Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
o For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
'1', treat as ISO if there is a range specification clause,
...
...
@@ -692,6 +691,7 @@ Fsync
Cache
=====
* Allow free-behind capability for large sequential scans, perhaps using
posix_fadvise()
...
...
@@ -741,6 +741,7 @@ Cache
* Allow sequential scans to take advantage of other concurrent
sequentiqal scans, also called "Synchronised Scanning"
Vacuum
======
...
...
@@ -768,6 +769,7 @@ Vacuum
o Use free-space map information to guide refilling
o Do VACUUM FULL if table is nearly empty?
Locking
=======
...
...
@@ -849,6 +851,7 @@ Write-Ahead Log
* Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
Optimizer / Executor
====================
...
...
@@ -875,6 +878,7 @@ Optimizer / Executor
* ANALYZE should record a pg_statistic entry for an all-NULL column
Miscellaneous
=============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment