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
4da2ed9f
Commit
4da2ed9f
authored
Jun 03, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPdate TODO/HISTORY again.
parent
0f5d1a7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
HISTORY
HISTORY
+1
-3
doc/TODO
doc/TODO
+4
-6
No files found.
HISTORY
View file @
4da2ed9f
PostgreSQL 6.1
Wed May 14 15:59:2
4 EDT 1997
PostgreSQL 6.1
Tue Jun 3 16:32:4
4 EDT 1997
-------------------------------------------------------------
-------------------------------------------------------------
A dump/restore is required for those wishing to migrate data from
A dump/restore is required for those wishing to migrate data from
...
@@ -98,8 +98,6 @@ more shared library support
...
@@ -98,8 +98,6 @@ more shared library support
c++ include file cleanup(Bruce)
c++ include file cleanup(Bruce)
warn about buggy flex(Bruce)
warn about buggy flex(Bruce)
DG-UX, Ultrix, Irix, AIX portability fixes
DG-UX, Ultrix, Irix, AIX portability fixes
PostgreSQL 6.0 Wed Jan 29 00:19:54 EST 1997
PostgreSQL 6.0 Wed Jan 29 00:19:54 EST 1997
-------------------------------------------------------------
-------------------------------------------------------------
...
...
doc/TODO
View file @
4da2ed9f
====================================================
====================================================
TODO list (FAQ) for PostgreSQL
TODO list (FAQ) for PostgreSQL
====================================================
====================================================
last updated: Tue Jun 3 16:
22:0
7 EDT 1997
last updated: Tue Jun 3 16:
30:5
7 EDT 1997
current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...
@@ -52,7 +52,6 @@ CREATE VIEW requires super-user priviledge
...
@@ -52,7 +52,6 @@ CREATE VIEW requires super-user priviledge
SELECT a[1] FROM test fails, it needs test.a[1]
SELECT a[1] FROM test fails, it needs test.a[1]
INSERT INTO ... SELECT DISTINCT ... generates error on DISTINCT
INSERT INTO ... SELECT DISTINCT ... generates error on DISTINCT
pg_database.datdba is oid, should be int4
pg_database.datdba is oid, should be int4
fix array diffs in regression test
can lo_export()/lo_import() read/write anywhere, causing a security problem?
can lo_export()/lo_import() read/write anywhere, causing a security problem?
-SELECT ... INTO TABLE ... with varchar()/char() types have zero-length fields
-SELECT ... INTO TABLE ... with varchar()/char() types have zero-length fields
Fix UPDATE key_table SET keyval=max(reftab.NUM)+1 WHERE tblname='reftab'
Fix UPDATE key_table SET keyval=max(reftab.NUM)+1 WHERE tblname='reftab'
...
@@ -116,7 +115,7 @@ can't reduce index file size with vacuum
...
@@ -116,7 +115,7 @@ can't reduce index file size with vacuum
Remove restriction that ORDER BY field must be in SELECT list(?)
Remove restriction that ORDER BY field must be in SELECT list(?)
Allow queries about owner of datbases, tables like:
Allow queries about owner of datbases, tables like:
SELECT u.usesysid FROM postgres.pg_user u;
SELECT u.usesysid FROM postgres.pg_user u;
DROP AGGREGATE should take in basetype as an arg(Darren)
-
DROP AGGREGATE should take in basetype as an arg(Darren)
Add word index for text fields, maybe with trigrams, i.e.:
Add word index for text fields, maybe with trigrams, i.e.:
' (cat | dog) & ! fox ' meaning text has cat or dog, but not fox
' (cat | dog) & ! fox ' meaning text has cat or dog, but not fox
-Add common-sense constant type promotions(Bruce)
-Add common-sense constant type promotions(Bruce)
...
@@ -128,7 +127,7 @@ Remove stale files upon startup(Vivek)
...
@@ -128,7 +127,7 @@ Remove stale files upon startup(Vivek)
Add command to show privileges
Add command to show privileges
Allow INSERT INTO ... SELECT to convert column types
Allow INSERT INTO ... SELECT to convert column types
Add syslog functionality
Add syslog functionality
Allow aggregate for all types, like count(Darren)
-
Allow aggregate for all types, like count(Darren)
Improve optimizer plan choice(Darren)
Improve optimizer plan choice(Darren)
Add STDDEV/VARIANCE() function for standard deviation computation/variance
Add STDDEV/VARIANCE() function for standard deviation computation/variance
Add table/column/function discription table indexed by oid
Add table/column/function discription table indexed by oid
...
@@ -162,7 +161,7 @@ Allow LIKE/wildcard matches to use indexes if the wildcard character is not firs
...
@@ -162,7 +161,7 @@ Allow LIKE/wildcard matches to use indexes if the wildcard character is not firs
Add FILLFACTOR to index creation
Add FILLFACTOR to index creation
Allow indexes to be used with OR clauses(Vadim)
Allow indexes to be used with OR clauses(Vadim)
-Add column optimization statistics to vacuum(Bruce)
-Add column optimization statistics to vacuum(Bruce)
-
Change pg_attribute.attnvals name to attdispursion and change type float4
Change pg_attribute.attnvals name to attdispursion and change type float4
update pg_statistic table to remove operator column
update pg_statistic table to remove operator column
DOCUMENTATION
DOCUMENTATION
...
@@ -174,7 +173,6 @@ add DECLARE manual page
...
@@ -174,7 +173,6 @@ add DECLARE manual page
PORTABILITY
PORTABILITY
-----------
-----------
Change c.h "Index" and "bool" so they do not conflict with c++
---------------------------------------------------------------------------
---------------------------------------------------------------------------
...
...
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