- 15 Nov, 1996 1 commit
-
-
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 5 commits
-
-
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.
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 12 Nov, 1996 8 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 11 Nov, 1996 10 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bryan Henderson authored
miscadmin.h.
-
Bruce Momjian authored
-
Bryan Henderson authored
to be sleazy and reach into other subsystems' directories. First entry in this directory is the PG_VERSION file interface, which must be used by the backend and also the pg_version program (which is used by initdb).
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Marc G. Fournier authored
|After sending my previous changes I found one more thing in Makefile.global. |Any tests should be done after including Makefile.custom or else there |won't be anything, particularly the port name, to base the tests on. | ----- more changes to makefile.global from D'Arcy
-