aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix for AND/OR handling.Bruce Momjian1998-09-21
* Fix for \z formatting from Tom Lane.Bruce Momjian1998-09-21
* NS32K lock patch reversed.Bruce Momjian1998-09-18
* Fix for NS32K machine.Bruce Momjian1998-09-18
* fix for aix snprintfBruce Momjian1998-09-18
* Fix for \df.Bruce Momjian1998-09-18
* New gram.cBruce Momjian1998-09-18
* Support specifying PRIMARY KEY for the SERIAL type.Thomas G. Lockhart1998-09-16
* Support specifying PRIMARY KEY for the SERIAL type.Thomas G. Lockhart1998-09-16
* Use oper_select_candidate() for unary operatorsThomas G. Lockhart1998-09-16
* Forgot to remove README-1ST from the repository ...Marc G. Fournier1998-09-15
* Update to new DECLARE and FETCH features in gram.y.Thomas G. Lockhart1998-09-13
* Support SQL92-ish DECLARE and FETCH commands.Thomas G. Lockhart1998-09-13
* The pg_atoi() function uses strtol() to convert the string to numbers. SomeBruce Momjian1998-09-12
* Tatsuo Ishii fix for pg_user crash, with slight modification.Bruce Momjian1998-09-11
* Added attributes for primary/unique/foreign keys...Vadim B. Mikheev1998-09-10
* Porting efforts... :)Vadim B. Mikheev1998-09-10
* flock --> fcntlVadim B. Mikheev1998-09-10
* >Bruce Momjian1998-09-09
* Fix using GroupBy/non-GroupBy expressions in HAVING.Vadim B. Mikheev1998-09-09
* Fix for indexing problem (?): heap tuple was pfree-d before CatalogIndexInser...Vadim B. Mikheev1998-09-09
* AIX align fix.Bruce Momjian1998-09-08
* Fix GroupBY func broken by HAVING.Vadim B. Mikheev1998-09-08
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* offsetof cleanup.Bruce Momjian1998-09-04
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-04
* Try this snprintf() implementation, used in sendmail...Marc G. Fournier1998-09-04
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-09-04
* Allow insert statements to have every columnThomas G. Lockhart1998-09-03
* Update to match newest gram.c since both are generated from gram.y.Thomas G. Lockhart1998-09-03
* Oops missing file.Bruce Momjian1998-09-03
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-03
* Fix ifdef.Bruce Momjian1998-09-03
* > Yikes, that is certainly not standard C. I have never seen thatBruce Momjian1998-09-03
* O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works ifBruce Momjian1998-09-03
* > David Hartwig wrote:Bruce Momjian1998-09-02
* Fix for indexing problems.Bruce Momjian1998-09-02
* Update to support the CREATE TABLE DEFAULT VALUES statement in gram.y.Thomas G. Lockhart1998-09-02
* Support CREATE TABLE DEFAULT VALUES statement.Thomas G. Lockhart1998-09-02
* cleanupBruce Momjian1998-09-01
* cleanups of indexing.cBruce Momjian1998-09-01
* cleanupBruce Momjian1998-09-01
* cleanupBruce Momjian1998-09-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* indexing.c cleanups.Bruce Momjian1998-08-31
* Fix for regprocBruce Momjian1998-08-31
* Fix for regprocout, use underscore, not parens.Bruce Momjian1998-08-31
* OR clause index fixBruce Momjian1998-08-31
* Two spaces after a colon.Bruce Momjian1998-08-31