| Age | Commit message (Expand) | Author |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-11 | A tiny patch to fix a typo in configure.in and another one in | Bruce Momjian |
| 2003-01-09 | Fix IPv6 detection and IPv6 to 4 conversion to use only standard | Peter Eisentraut |
| 2003-01-07 | Check for sockaddr_in6 for IPv6 code, rather than ip6.h. | Bruce Momjian |
| 2003-01-06 | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut |
| 2003-01-06 | Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. | Bruce Momjian |
| 2003-01-06 | Update ipv6 comment, move configure test to the right place | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-30 | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane |
| 2002-12-15 | Improve comment. | Bruce Momjian |
| 2002-12-06 | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-12-03 | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian |
| 2002-11-04 | Brand CVS tip as 7.4devel. | Tom Lane |
| 2002-11-03 | Stamp beta4. | Bruce Momjian |
| 2002-10-24 | Add fseeko for NetBSD. | Bruce Momjian |
| 2002-10-24 | Stamp for 7.3 beta3. | Bruce Momjian |
| 2002-10-24 | Fix include files for new PageOutput call. | Bruce Momjian |
| 2002-10-23 | Add comments on bsd/os handling. | Bruce Momjian |
| 2002-10-23 | Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. | Bruce Momjian |
| 2002-09-25 | Stamp configure for beta2. | Bruce Momjian |
| 2002-09-20 | Put in defense against gcc -ffast-math. | Peter Eisentraut |
| 2002-09-17 | Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway. | Bruce Momjian |
| 2002-09-11 | Add mention of config.log for configure failure debugging. | Bruce Momjian |
| 2002-09-06 | Add JAVA_HOME test for Ant. | Bruce Momjian |
| 2002-09-05 | autoconf | Peter Eisentraut |
| 2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
| 2002-09-04 | Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that | Bruce Momjian |
| 2002-09-04 | Brand 7.3. Ready for beta! | Bruce Momjian |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-02 | Add check for Ant version >= 1.5. | Bruce Momjian |
| 2002-08-30 | Run autoconf. | Bruce Momjian |
| 2002-08-30 | Re-enable perl configure tests for psql help file generation. | Bruce Momjian |
| 2002-08-30 | perl5 interface moved to gborg | Marc G. Fournier |
| 2002-08-22 | Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc | Marc G. Fournier |
| 2002-08-22 | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier |
| 2002-08-20 | Enable large file support. | Peter Eisentraut |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-19 | Complete TODO item: | Bruce Momjian |
| 2002-07-18 | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian |
| 2002-07-17 | Improve getopt_long search, per Peter: | Bruce Momjian |
| 2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian |
| 2002-07-15 | Add search for libgetopt.a in hopes of finding getopt_long(). | Bruce Momjian |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-07-07 | Move CXX platform-specific stuff into template files. | Bruce Momjian |
| 2002-05-28 | Change PL/Perl and Pg interface build to use configured compiler and | Peter Eisentraut |
| 2002-05-24 | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-26 | Fix typo. | Tom Lane |
| 2002-04-26 | Add checking for syslog.h | Tatsuo Ishii |