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
b7d095bd
Commit
b7d095bd
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
5c91df3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+4
-2
4 additions, 2 deletions
doc/TODO
with
4 additions
and
2 deletions
doc/TODO
+
4
−
2
View file @
b7d095bd
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Thu Jul 27 14:
49
:1
3
EDT 2000
Last updated: Thu Jul 27 14:
51
:1
5
EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -90,7 +90,7 @@ TYPES
...
@@ -90,7 +90,7 @@ TYPES
* Declare typein/out functions in pg_proc with a special "C string" data type
* Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field
* Add non-large-object binary field
* Functions returning sets don't really work right[function]
* Functions returning sets don't really work right[function]
* -Add hash for int8
* -Add hash for int8
(Tom)
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Get BIT type working
* Get BIT type working
* Allow better handling of numeric constants, type conversion [typeconv]
* Allow better handling of numeric constants, type conversion [typeconv]
...
@@ -99,6 +99,8 @@ TYPES
...
@@ -99,6 +99,8 @@ TYPES
* Make functions more multi-byte aware, i.e. trim()
* Make functions more multi-byte aware, i.e. trim()
* Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
* Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
* Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
* Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
* Add btree index support for reltime, tinterval, regproc, bit, varbit
* Add rtree index support for line, lseg, path, point
VIEWS
VIEWS
...
...
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