| Age | Commit message (Expand) | Author |
| 1997-08-18 | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian |
| 1997-08-17 | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier |
| 1997-08-17 | Changes so that it actually checks for <readline/history.h>, instead | Marc G. Fournier |
| 1997-08-17 | Make sure that LIBPQDIR points to the right directory | Marc G. Fournier |
| 1997-08-17 | Fix up paths to $(SRCDIR) | Marc G. Fournier |
| 1997-08-16 | Add appropriate links into the interfaces directory, as well as a Makefile | Marc G. Fournier |
| 1997-08-16 | Bring in Adrian's JDBC driver as an interface | Marc G. Fournier |
| 1997-08-14 | Cleanup global variables, remove stable memory stuff. | Bruce Momjian |
| 1997-08-14 | sprintf "...%d...", ... (int)getpid(), ... | Vadim B. Mikheev |
| 1997-08-14 | _hash_checkpage: cleanup for CASSERT | Vadim B. Mikheev |
| 1997-08-12 | These changes allow the module to compile quietly when assert checking is | Bruce Momjian |
| 1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
| 1997-08-12 | cleanup of patch | Bruce Momjian |
| 1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
| 1997-08-08 | Add bsdi gcc2 options. | Bruce Momjian |
| 1997-08-06 | Fix for psort again. | Bruce Momjian |
| 1997-08-06 | Another psort fix. | Bruce Momjian |
| 1997-08-06 | I think I finally got psort working for all cases. | Bruce Momjian |
| 1997-08-06 | psort cleanups. | Bruce Momjian |
| 1997-08-06 | Another fix. | Bruce Momjian |
| 1997-08-06 | Fix for palloc(0) in new code | Bruce Momjian |
| 1997-08-06 | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian |
| 1997-08-06 | Add developers help file. | Bruce Momjian |
| 1997-08-06 | Fix for os version handling. | Bruce Momjian |
| 1997-08-06 | Catch non-functional delete attempts. | Vadim B. Mikheev |
| 1997-08-03 | Cleanup for NAMEDATALEN use. | Bruce Momjian |
| 1997-08-03 | Comment out code that makes no sense, and Purify complains about. | Bruce Momjian |
| 1997-08-02 | Prevent relname unallocated string length from being copied into database. | Bruce Momjian |
| 1997-08-02 | Makei configure less os-version specific, were possible. | Bruce Momjian |
| 1997-08-01 | Fix stout/stderr paging. Do not page \h select, but page \h *. | Bruce Momjian |
| 1997-08-01 | FIx solaris template finding. | Bruce Momjian |
| 1997-08-01 | Fix psql error output. | Bruce Momjian |
| 1997-07-31 | Configure cleanup for /usr/ucb patch. | Bruce Momjian |
| 1997-07-30 | Look in /usr/ucb first for install. | Bruce Momjian |
| 1997-07-30 | configure.in cleanup for tr and strerror2. | Bruce Momjian |
| 1997-07-30 | Add -o to psql manual page. | Bruce Momjian |
| 1997-07-30 | Fix c++ copy example code. | Bruce Momjian |
| 1997-07-30 | Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN... | Marc G. Fournier |
| 1997-07-30 | Check for and use <netdb.h> for postmaster.c, instead of checking if | Marc G. Fournier |
| 1997-07-30 | Allow use parameters in target list having aggregates in functions. | Vadim B. Mikheev |
| 1997-07-30 | configure.in cleanup from sco install. | Bruce Momjian |
| 1997-07-30 | Remove HAVE_USAGE because it is no longer used. | Bruce Momjian |
| 1997-07-29 | Update COPY manual page to remove unneeded warnings. | Bruce Momjian |
| 1997-07-29 | Update configure after sunos4 update. | Bruce Momjian |
| 1997-07-29 | Add strerror to pg_version for sunos4. | Bruce Momjian |
| 1997-07-29 | Results from initial changes to add new functions and for bug fixes. | Thomas G. Lockhart |
| 1997-07-29 | Start adding tests for new geometry functions. | Thomas G. Lockhart |
| 1997-07-29 | Use better routines from geometry library. | Thomas G. Lockhart |
| 1997-07-29 | Change call definition for isreltime(). | Thomas G. Lockhart |
| 1997-07-29 | Add new operators and functions for geometric types. | Thomas G. Lockhart |