- 18 Nov, 1996 1 commit
-
-
Bryan Henderson authored
as declaration".
-
- 17 Nov, 1996 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 16 Nov, 1996 5 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Nov, 1996 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Unallocate opaque.
-
Bruce Momjian authored
-
Bruce Momjian authored
in built-in. fixed backslases in source for libpq.
-
Marc G. Fournier authored
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
-
- 14 Nov, 1996 16 commits
-
-
Marc G. Fournier authored
* Wrote max(date) and min(date) aggregates * Wrote operator "-" for date; date - date yields number of days difference * Wrote operator+(date,int) and operator-(date,int); the int is the number of days. Each operator returns a new date. By: Tom Tromey <tromey@creche.cygnus.com>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Randy is submitting a more comprehensive patch :)
-
Marc G. Fournier authored
Erik Bertelsen <erik@sockdev.uni-c.dk>
-
Marc G. Fournier authored
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
-
Bruce Momjian authored
psql now returns error from queries and errors files, so ignore return code.
-
Bruce Momjian authored
-
Bryan Henderson authored
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Requested by Bryan
-
Bryan Henderson authored
-
Bryan Henderson authored
explicitly.
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
- 13 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
Changes: * Unique index capability works using the syntax 'create unique index'. * Duplicate OID's in the system tables are removed. I put little scripts called 'duplicate_oids' and 'find_oid' in include/catalog that help to find and remove duplicate OID's. I also moved 'unused_oids' from backend/catalog to include/catalog, since it has to be in the same directory as the include files in order to work. * The backend tries converting the name of a function or aggregate to all lowercase if the original name given doesn't work (mostly for compatibility with ODBC). * You can 'SELECT NULL' to your heart's content. * I put my _bt_updateitem fix in instead, which uses _bt_insertonpg so that even if the new key is so big that the page has to be split, everything still works. * All literal references to system catalog OID's have been replaced with references to define'd constants from the catalog header files. * I added a couple of node copy functions. I think this was a preliminary attempt to get rules to work.
-