- Jan 10, 1998
-
-
Bruce Momjian authored
-
- Jan 05, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Nov 28, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Nov 21, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
- Aug 18, 1997
-
-
Bruce Momjian authored
-
- Aug 03, 1997
-
-
Bruce Momjian authored
-
- Jan 10, 1997
-
-
Bruce Momjian authored
-
- Nov 13, 1996
-
-
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.
-
- Nov 06, 1996
-
-
Marc G. Fournier authored
-
- Nov 04, 1996
-
-
Marc G. Fournier authored
-
- Sep 26, 1996
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 10, 1996
-
-
Marc G. Fournier authored
Pointed out by: ernst.molitor@uni-bonn.de
-
- Aug 26, 1996
-
-
Marc G. Fournier authored
-
- Aug 15, 1996
-
-
Marc G. Fournier authored
CLUSTER command couldn't rename correctly the new created heap relation. The table base name resulted in some "temp_XXXX" instead of the correct base name. Submitted by: Dirk Koeser <koeser@informatik.uni-rostock.de>
-
- Jul 09, 1996
-