| Age | Commit message (Expand) | Author |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2006-10-08 | On Windows, we know the backend stack size limit because we have to | Tom Lane |
| 2006-09-09 | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane |
| 2006-08-16 | Put probes.o file in right directory, fixes dtrace compilation | Peter Eisentraut |
| 2006-07-24 | DTrace support, with a small initial set of probes | Peter Eisentraut |
| 2006-06-22 | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-11-28 | Come to think of it, the backend doesn't use -lz either. | Tom Lane |
| 2005-11-28 | Don't link readline and supporting libraries into the backend. | Tom Lane |
| 2005-10-27 | Add an ifneq to avoid make warning on AIX --- there is a separate rule | Tom Lane |
| 2005-07-28 | Put libpgport into OBJS instead of LIBS, so that it gets included | Tom Lane |
| 2005-01-26 | On Windows, set the postmaster executable's stack size to 4MB, so that | Tom Lane |
| 2004-12-31 | Clean up win32ver.o on Windows, per Magnus. | Tom Lane |
| 2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-08-01 | Add libpgport to postgres.def for Windows build. Per Magnus Hagander. | Tom Lane |
| 2004-07-21 | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian |
| 2004-07-21 | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian |
| 2004-07-19 | Install recovery.conf.sample into the /share install directory. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-04-30 | More cleanups for USE_PGTZ. | Bruce Momjian |
| 2004-02-02 | Briefly, | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-11 | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian |
| 2003-03-21 | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut |
| 2003-02-03 | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian |
| 2003-01-26 | Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at | Bruce Momjian |
| 2003-01-07 | Fix missing tab in file. | Bruce Momjian |
| 2003-01-07 | Document libpq service capability, and add sample file. | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-14 | Initial version of the SQL information schema | Peter Eisentraut |
| 2002-10-09 | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian |
| 2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
| 2002-09-04 | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane |
| 2002-08-21 | Move PO files into subdirectories separate from the source code. | Peter Eisentraut |
| 2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
| 2002-08-08 | Address build problems on cygwin and (hopefully) AIX. | Tatsuo Ishii |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian |
| 2002-05-22 | Add $(LDFLAGS) to Windows make rule for postgres executable. Needed | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-03-13 | Move | Peter Eisentraut |
| 2002-02-18 | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian |