Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b7d095bd
Commit
b7d095bd
authored
Jul 27, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
5c91df3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/TODO
doc/TODO
+4
-2
No files found.
doc/TODO
View file @
b7d095bd
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Thu Jul 27 14:
49:13
EDT 2000
Last updated: Thu Jul 27 14:
51:15
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment