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
62f06459
Commit
62f06459
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
5d91f38a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+8
-7
8 additions, 7 deletions
doc/TODO
with
8 additions
and
7 deletions
doc/TODO
+
8
−
7
View file @
62f06459
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Tue Feb 22 09:
07:16
EST 2000
Last updated: Tue Feb 22 09:
15:39
EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -71,7 +71,7 @@ MISC
...
@@ -71,7 +71,7 @@ MISC
* -User who can create databases can modify pg_database table(Peter E)
* -User who can create databases can modify pg_database table(Peter E)
* Plpgsql does not handle quoted mixed-case identifiers
* Plpgsql does not handle quoted mixed-case identifiers
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
* -pg_dump should preserve primary key information
* -pg_dump should preserve primary key information
(Peter E)
* plpgsql regression tests fails on BSD/OS
* plpgsql regression tests fails on BSD/OS
* -database names with spaces fail
* -database names with spaces fail
* -insert of 0.0 into DECIMAL(4,4) field fails(Tom)
* -insert of 0.0 into DECIMAL(4,4) field fails(Tom)
...
@@ -139,6 +139,7 @@ TYPES
...
@@ -139,6 +139,7 @@ TYPES
* Add non-large-object binary field
* Add non-large-object binary field
* -Add index on NUMERIC/DECIMAL type(Jan)
* -Add index on NUMERIC/DECIMAL type(Jan)
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
(Peter E)
* Functions returning sets don't really work right[function]
* Functions returning sets don't really work right[function]
* Make type equivalency apply to aggregates(Peter E.)
* Make type equivalency apply to aggregates(Peter E.)
...
@@ -181,12 +182,12 @@ CLIENTS
...
@@ -181,12 +182,12 @@ CLIENTS
* Make NULL's come out at the beginning or end depending on the
* Make NULL's come out at the beginning or end depending on the
ORDER BY direction
ORDER BY direction
* -Allow flag to control COPY input/output of NULLs
* -Allow flag to control COPY input/output of NULLs
(Peter E)
* Update reltuples from COPY command
* Update reltuples from COPY command
* -Allow psql \copy to allow delimiters
* -Allow psql \copy to allow delimiters
(Peter E)
* -Add a function to return the last inserted oid, for use in psql
* -Add a function to return the last inserted oid, for use in psql
scripts (Peter E)
scripts (Peter E)
* -Allow psql to print nulls as distinct from "" [null]
* -Allow psql to print nulls as distinct from "" [null]
(Peter E)
* fix array handling for ECPG
* fix array handling for ECPG
* add pg_dump option to dump type names as standard ANSI types
* add pg_dump option to dump type names as standard ANSI types
...
@@ -299,10 +300,10 @@ SOURCE CODE
...
@@ -299,10 +300,10 @@ SOURCE CODE
* Add use of 'const' for variables in source tree
* Add use of 'const' for variables in source tree
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
* -Add needed includes and removed unneeded include files(Bruce)
* -Add needed includes and removed unneeded include files(Bruce)
* -Make configure --enable-debug add -g on compile line
* -Make configure --enable-debug add -g on compile line
(Peter E)
* Does Mariposa source contain any other bug fixes?
* Does Mariposa source contain any other bug fixes?
* Remove SET KSQO option if OR processing is improved(Tom)
* Remove SET KSQO option if OR processing is improved(Tom)
* -Pre-generate lex and yacc output so not required for install
* -Pre-generate lex and yacc output so not required for install
(Peter E)
---------------------------------------------------------------------------
---------------------------------------------------------------------------
...
...
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