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
53c5edac
Commit
53c5edac
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add:
> * Add floor(float8) and other missing functions
parent
aab47baf
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
-1
4 additions, 1 deletion
doc/TODO
with
4 additions
and
1 deletion
doc/TODO
+
4
−
1
View file @
53c5edac
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Thu Oct 3
15:32
:3
0
EDT 2002
Last updated: Thu Oct 3
22:28
:3
2
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -88,6 +88,7 @@ Data Types
...
@@ -88,6 +88,7 @@ Data Types
* Allow INET subnet tests using non-constants
* Allow INET subnet tests using non-constants
* -Allow bytea to handle LIKE with non-TEXT patterns
* -Allow bytea to handle LIKE with non-TEXT patterns
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
* Add floor(float8) and other missing functions
* CONVERSION
* CONVERSION
o -Store binary-compatible type information in the system
o -Store binary-compatible type information in the system
...
@@ -271,6 +272,7 @@ Commands
...
@@ -271,6 +272,7 @@ Commands
o Add table function support to pltcl, plperl, plpython
o Add table function support to pltcl, plperl, plpython
o Make PL/PgSQL %TYPE schema-aware
o Make PL/PgSQL %TYPE schema-aware
Clients
Clients
=======
=======
...
@@ -467,6 +469,7 @@ Optimizer / Executor
...
@@ -467,6 +469,7 @@ Optimizer / Executor
* Use CHECK constraints to improve optimizer decisions
* Use CHECK constraints to improve optimizer decisions
* Check GUC geqo_threshold to see if it is still accurate
* Check GUC geqo_threshold to see if it is still accurate
Miscellaneous
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