| Age | Commit message (Expand) | Author |
| 1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
| 1999-07-18 | Update for 6.6. | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-13 | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian |
| 1999-07-10 | Update stuff for 6.5.1 release. | Bruce Momjian |
| 1999-06-30 | Make sure symlinks for sharedlib get removed by 'make clean'. | Tom Lane |
| 1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian |
| 1999-06-07 | > Here is a small patch that should only affect win32 building | Bruce Momjian |
| 1999-05-28 | When closure of the backend connection is detected during pqFlush, | Tom Lane |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-12 | Fix bogus assumption that MAXALIGN is at least sizeof(pointer). | Tom Lane |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
| 1999-04-25 | Clean up gcc warning in MULTIBYTE code. | Tom Lane |
| 1999-04-04 | Use MAXALIGN value found by configure instead of a | Tom Lane |
| 1999-03-29 | change comparison char* and NULL to char* and '\0'. This should be | Tatsuo Ishii |
| 1999-03-14 | Reversed out libpq protocol patch for Tom Lane. | Bruce Momjian |
| 1999-03-14 | This is another example of why not allowing utility functions in SPI | Bruce Momjian |
| 1999-03-14 | Hi, | Bruce Momjian |
| 1999-03-14 | I've been having also sorts of fun trying to get kerberos 4 | Bruce Momjian |
| 1999-03-07 | Export include/utils/mcxt.h so that external stuff can include | Tom Lane |
| 1999-02-22 | Final optimizer cleanups. | Bruce Momjian |
| 1999-02-21 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
| 1999-02-18 | Enable bushy and right-hand queries by default. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-07 | Include -lcrypt when needed to link libpgtcl.so and plpgsql.so | Tom Lane |
| 1999-02-07 | Add PQresStatus() function to avoid direct access to pgresStatus[] array, | Tom Lane |
| 1999-02-05 | Reverse out const to libpq interface from D'Arcy. | Bruce Momjian |
| 1999-02-04 | Const fixes from D'Arcy. | Bruce Momjian |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1999-02-03 | The libpq function PQfnumber does not handle case-insensitive | Bruce Momjian |
| 1999-02-02 | Included patches make some enhancements to the multi-byte support. | Bruce Momjian |
| 1999-01-27 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
| 1999-01-22 | |From: "D'Arcy" "J.M." Cain <darcy@druid.net> | Marc G. Fournier |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1999-01-17 | Improve error message when connect() call fails: | Tom Lane |
| 1999-01-17 | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane |
| 1998-12-14 | Compilation of libpq for Win32 breaks on 6.4, because of a change that I | Bruce Momjian |
| 1998-11-29 | Portability fix for old SunOS releases: realloc(NULL, ...) | Tom Lane |
| 1998-11-18 | Performance improvement for libpq: avoid calling malloc separately | Tom Lane |
| 1998-11-12 | Fix at least a few shared-library problems on Linux. | Tom Lane |
| 1998-10-19 | Centralized shared-library build knowledge in a new file, | Tom Lane |
| 1998-10-18 | Clean up shared makefile install procedures. | Tom Lane |
| 1998-10-14 | Clean up library names and installation paths. | Thomas G. Lockhart |
| 1998-10-14 | New PGQUERY_LIMIT environment variable, and doc changes. | Bruce Momjian |
| 1998-10-13 | From: Peter Gucwa <pg@softcomputer.com> | Marc G. Fournier |
| 1998-10-12 | More Solaris fixes. | Bruce Momjian |
| 1998-10-12 | Add SVr4 shared libraries. | Bruce Momjian |
| 1998-10-12 | Solaris shared library fixes. | Bruce Momjian |