| Age | Commit message (Expand) | Author |
| 1997-01-05 | Fixes: | Marc G. Fournier |
| 1997-01-05 | Just reviewed what I changed as far a dlopen/etc are concerned, and determined | Marc G. Fournier |
| 1997-01-05 | Standardize all LDADD to LD_ADD. | Bryan Henderson |
| 1997-01-05 | Closing opened indices. | Vadim B. Mikheev |
| 1997-01-05 | Releasing empty root page in _bt_endpoint () to avoid | Vadim B. Mikheev |
| 1997-01-03 | FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are | Marc G. Fournier |
| 1997-01-02 | ALTER TABLE (text) fix | Bruce Momjian |
| 1997-01-01 | Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error. | Bruce Momjian |
| 1996-12-31 | Fixed realloc for increasing tempRels list. | Vadim B. Mikheev |
| 1996-12-31 | ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool now | Vadim B. Mikheev |
| 1996-12-29 | explain change | Bruce Momjian |
| 1996-12-29 | Improved EXPLAIN option handling. | Bruce Momjian |
| 1996-12-28 | Fixed Assert check where ! should be !=. | Bruce Momjian |
| 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-27 | Add asserts to check for file descriptor ring corruption. | Bryan Henderson |
| 1996-12-27 | There was JMP_BUF defined in config.h. And SIGJMP_BUF later. | Vadim B. Mikheev |
| 1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian |
| 1996-12-26 | Added include files needed for getpid prototype. | Bruce Momjian |
| 1996-12-26 | Change %ud to %u | Bruce Momjian |
| 1996-12-26 | In file: .../src/backend/postmaster/postmaster.c I found 3 leaks and | Bruce Momjian |
| 1996-12-26 | I have this annoying habit (among others) of putting | Bruce Momjian |
| 1996-12-26 | In src/backend/catalog/pg_operator.c in OperatorDef, there | Bruce Momjian |
| 1996-12-26 | Removal of CppConcat from indexam.c. | Bruce Momjian |
| 1996-12-23 | Add cast to quiet compiler warning. | Bryan Henderson |
| 1996-12-20 | Improve handling of semicolons ending statements. | Bruce Momjian |
| 1996-12-20 | Rename parameter. | Bruce Momjian |
| 1996-12-19 | More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1996-12-19 | COPY_PATCH... | Marc G. Fournier |
| 1996-12-19 | #ifdef ASYNC_DEBUG various sections of async.c | Marc G. Fournier |
| 1996-12-17 | Make GROUP BY work with aliases, ORDER BY with column numbers | Bruce Momjian |
| 1996-12-16 | Put sys/types.h before sys/timeb.h so Ultrix compiles. | Bryan Henderson |
| 1996-12-15 | Remove __P macro usage so it compiles without cdefs.h. | Bryan Henderson |
| 1996-12-15 | Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. | Bryan Henderson |
| 1996-12-14 | Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now. | Vadim B. Mikheev |
| 1996-12-14 | Avoiding: | Vadim B. Mikheev |
| 1996-12-14 | const register ... --> register const ... | Vadim B. Mikheev |
| 1996-12-14 | Avoiding | Vadim B. Mikheev |
| 1996-12-14 | Avoiding | Vadim B. Mikheev |
| 1996-12-14 | Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom | Vadim B. Mikheev |
| 1996-12-11 | Require seimcolons between statements. | Bruce Momjian |
| 1996-12-11 | Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. | Bryan Henderson |
| 1996-12-11 | Rename postgres95 to PostgreSQL. Add comment for SELECT NULL | Bruce Momjian |
| 1996-12-09 | Add comments describing interface to heap_getattr(). | Bryan Henderson |
| 1996-12-07 | Reduce printing from debug level 2 ande layout change. | Bruce Momjian |
| 1996-12-07 | Reduce printing from deub level 2 ande layout change. | Bruce Momjian |
| 1996-12-07 | Remove Dan's fix of SELECT NULL to fix INSERT NULL. | Bruce Momjian |
| 1996-12-07 | Fix for SELECT NULL. | Bruce Momjian |
| 1996-12-07 | Fix from Jan agreed with by Massimo. | Bruce Momjian |
| 1996-12-06 | _bt_updateitem is returned in code, but works only if sizes of keys | Vadim B. Mikheev |
| 1996-12-06 | 1. _bt_compare fixed to work properly with new code in _bt_insertonpg | Vadim B. Mikheev |