| Age | Commit message (Expand) | Author |
| 1997-01-14 | Restored original pg_type/pg_attribute defaults. Regression fixes. | Bruce Momjian |
| 1997-01-13 | Part of patch to make a working nextstep port. | Bryan Henderson |
| 1997-01-13 | Added VERBOSE option to vacuum command. | Bruce Momjian |
| 1997-01-13 | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier |
| 1997-01-10 | Remove octal character constants and convert to decimal constants | Bruce Momjian |
| 1997-01-10 | I found the following bugs in the version 6.0 (dated 961229). | Bruce Momjian |
| 1997-01-10 | index_insert has now HeapRelation as last param (for | Vadim B. Mikheev |
| 1997-01-08 | Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. | Bryan Henderson |
| 1997-01-06 | Add Irix stuff. | Bryan Henderson |
| 1997-01-06 | PORT NeXT requires an isascii() define...put it in config.h, most likely | Marc G. Fournier |
| 1997-01-06 | add define for USE_LIMIT_H into NeXT port... | Marc G. Fournier |
| 1996-12-28 | Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full | Bruce Momjian |
| 1996-12-26 | Remove use of "bool", which user program may not have defined. This .h file | Bryan Henderson |
| 1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian |
| 1996-12-26 | Added needed prototype. | Bruce Momjian |
| 1996-12-26 | Removal of unused CppConcat defines. | Bruce Momjian |
| 1996-12-23 | Fix Solaris stuff so it compiles. Thanks Keith Parks. | Bryan Henderson |
| 1996-12-20 | Remove NOTIFY_PATCH. | Bruce Momjian |
| 1996-12-19 | Add various comments to explain #define's and add a few extra #define's | Marc G. Fournier |
| 1996-12-17 | Make GROUP BY work with aliases, ORDER BY with column numbers | Bruce Momjian |
| 1996-12-15 | Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. | Bryan Henderson |
| 1996-12-11 | Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. | Bryan Henderson |
| 1996-12-10 | sigjmp_buf/jmp_buf is backwards, so backend doesn't compile. | Bryan Henderson |
| 1996-12-10 | Fix bug: libpq clients (which include libpq-fe.h) won't compile. | Bryan Henderson |
| 1996-12-09 | Add comments defining "typelem" column of pg_type. | Bryan Henderson |
| 1996-12-04 | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson |
| 1996-12-03 | Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl. | Bryan Henderson |
| 1996-11-30 | This patch changes quite a few instances of references of Oid's | Bruce Momjian |
| 1996-11-29 | vrl_min_tlen added to VRelListData. | Vadim B. Mikheev |
| 1996-11-27 | Remove unused define's. | Bruce Momjian |
| 1996-11-27 | More stuff to make it compile on various ports. | Bryan Henderson |
| 1996-11-27 | New structures for new vacuum. | Vadim B. Mikheev |
| 1996-11-27 | New mdtruncate() & smgrtruncate() funcs. | Vadim B. Mikheev |
| 1996-11-27 | TransactionIdIsInProgress moved to shmem.c | Vadim B. Mikheev |
| 1996-11-26 | Whoops, redo Ultrix patch so the other ports still compile. | Bryan Henderson |
| 1996-11-26 | Make it compile on Ultrix. Thanks Erik Bertelson. | Bryan Henderson |
| 1996-11-24 | Move include of signal.h inside pqsignal.h so it's always where it's needed. | Bryan Henderson |
| 1996-11-18 | Include some macros that used to be -D options in Makefile.global. | Bryan Henderson |
| 1996-11-16 | Add prototype for new datetime functions. | Bruce Momjian |
| 1996-11-14 | Features added: | Marc G. Fournier |
| 1996-11-14 | Fix a comment that wasn't commente'd out | Marc G. Fournier |
| 1996-11-14 | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson |
| 1996-11-14 | Include stdlib.h to gives its NULL, etc. definitions precedence over ours. | Bryan Henderson |
| 1996-11-13 | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier |
| 1996-11-12 | Use new utils/version.c instead of backend/utils/init/magic.c. | Bryan Henderson |
| 1996-11-11 | Goes with the recently added src/utils/version.c, will replace some stuff in | Bryan Henderson |
| 1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian |
| 1996-11-10 | Quiet compiler warnings. | Bryan Henderson |
| 1996-11-10 | Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. | Bryan Henderson |
| 1996-11-09 | Added new include file. | Bruce Momjian |