- 10 May, 2004 1 commit
-
-
Bruce Momjian authored
> * Add MERGE command that does UPDATE, or on failure, INSERT
-
- 07 May, 2004 1 commit
-
-
Bruce Momjian authored
-
- 06 May, 2004 2 commits
-
-
Bruce Momjian authored
> o -ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
-
Bruce Momjian authored
-
- 05 May, 2004 1 commit
-
-
Bruce Momjian authored
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing rows with DEFAULT value o -Allow ALTER TABLE to modify column lengths and change to binary compatible types Remove: o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2]; have SELECT * and INSERT honor such ordering
-
- 02 May, 2004 2 commits
-
-
Bruce Momjian authored
< o Add ALTER TABLE table SET WITHOUT CLUSTER > o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
-
Bruce Momjian authored
o Add ALTER TABLE table SET WITHOUT CLUSTER
-
- 28 Apr, 2004 1 commit
-
-
Bruce Momjian authored
< columns and indexes with many duplicate keys
-
- 20 Apr, 2004 3 commits
-
-
Bruce Momjian authored
< * Add NO WAIT option to various SQL commands > * -Add NO WAIT LOCKs
-
Bruce Momjian authored
> * Allow AFTER triggers on system tables
-
Bruce Momjian authored
> * -Exit postmaster if postgresql.conf can not be opened
-
- 19 Apr, 2004 2 commits
-
-
Bruce Momjian authored
> o -Allow dump/load of CSV format
-
Bruce Momjian authored
< * -Allow psql \du to show groups, and add \dg for groups > * -Allow psql \du to show users, and add \dg for groups
-
- 14 Apr, 2004 2 commits
-
-
Bruce Momjian authored
< * Alvaro Herrera <alvherre@dcc.uchile.cl> > * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
-
Bruce Momjian authored
< * Add the concept of dataspaces/tablespaces [tablespaces] > * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin) 167c167 < * Allow savepoints / nested transactions [transactions] (Bruce) > * Allow savepoints / nested transactions [transactions] (Alvaro) 240c240 < o Allow Java server-side programming [java] > o Allow Java server-side programming [java] (Dave) 496a497 > * Alvaro Herrera <alvherre@dcc.uchile.cl>
-
- 07 Apr, 2004 3 commits
-
-
Bruce Momjian authored
< * Allow LOCALE on a per-column basis, default to ASCII > * Allow locale to be set at database creation > * Allow locale on a per-column basis, default to ASCII > * Optimize locale to have minimal performance impact when not used (Peter E) 105d106 < * Optimize locale to have minimal performance impact when not used (Peter E) 111d111 < * Allow locale to be set at database creation
-
Bruce Momjian authored
> * Allow locale to be set at database creation
-
Bruce Momjian authored
> * -Allow logging of only data definition(DDL), or DDL and modification statements Add: > * Add a session mode to warn about non-standard SQL usage
-
- 31 Mar, 2004 2 commits
-
-
Bruce Momjian authored
* Move psql backslash database information into the backend, use nmumonic commands? [psql]
-
Bruce Momjian authored
* Prevent unneeded quoting in psql \d output using fmtId()
-
- 30 Mar, 2004 1 commit
-
-
Bruce Momjian authored
> * Add GUC variable to allow output of interval values in ISO8601 format
-
- 24 Mar, 2004 1 commit
-
-
Bruce Momjian authored
* Have pg_dump use multi-statement transactions for INSERT dumps
-
- 17 Mar, 2004 2 commits
-
-
Bruce Momjian authored
> * -Order duplicate index entries on creation by tid for faster heap lookups
-
Bruce Momjian authored
< * Order duplicate index entries by tid for faster heap lookups > * Order duplicate index entries on creation by tid for faster heap lookups
-
- 16 Mar, 2004 1 commit
-
-
Bruce Momjian authored
> * Allow pg_dumpall to use non-text output formats >
-
- 15 Mar, 2004 1 commit
-
-
Bruce Momjian authored
disable it.
-
- 13 Mar, 2004 1 commit
-
-
Bruce Momjian authored
> * -Issue NOTICE if foreign key data requires costly test to match primary key
-
- 09 Mar, 2004 1 commit
-
-
Bruce Momjian authored
> * -Allow log lines to include session-level information, like database and user
-
- 07 Mar, 2004 1 commit
-
-
Michael Meskes authored
-
- 03 Mar, 2004 2 commits
-
-
Bruce Momjian authored
< o Add PL/PHP (Joe, Jan) > o Add PL/PHP (Joe)
-
Bruce Momjian authored
> o Add way to remove cluster specification on a table
-
- 20 Feb, 2004 2 commits
-
-
Bruce Momjian authored
> * Have psql show more information about sequences
-
Bruce Momjian authored
> * Allow external interfaces to extend the GUC variable set
-
- 18 Feb, 2004 1 commit
-
-
Bruce Momjian authored
< * Add GUC variable to prevent waiting on locks > * Add NO WAIT option to various SQL commands
-
- 17 Feb, 2004 2 commits
-
-
Bruce Momjian authored
> * -Change CVS ID to PostgreSQL
-
Bruce Momjian authored
> o Allow the schema of objects to be changed
-
- 13 Feb, 2004 3 commits
-
-
Bruce Momjian authored
< * Allow cross-db queries with transaction sematics > * Allow cross-db queries with transaction semantics
-
Bruce Momjian authored
> * Use nested transactions to prevent syntax errors from aborting a transaction
-
Bruce Momjian authored
> * Allow temporary views on non-temporary tables
-
- 12 Feb, 2004 1 commit
-
-
Bruce Momjian authored
> o Modify array literal representation to handle array index lower bound > of other than one > 183d185 <
-