| Age | Commit message (Expand) | Author |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-06-11 | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian |
| 2003-05-28 | Fix breakage of LINUX_PROFILE code due to recent Windows changes. | Tom Lane |
| 2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-10 | In child-crashed log messages, identify a checkpoint process as such | Tom Lane |
| 2003-05-09 | Pass canAcceptConnections to exec'ed backend, for Jan. | Bruce Momjian |
| 2003-05-08 | Write non-defaults file before signalling the children to reread it. | Bruce Momjian |
| 2003-05-08 | I think we're done with protocol instability, so mark server and libpq | Tom Lane |
| 2003-05-08 | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian |
| 2003-05-06 | Pass shared memory id and socket descriptor number on command line for | Bruce Momjian |
| 2003-05-03 | Cleanup patch for exec() handling. | Bruce Momjian |
| 2003-05-03 | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian |
| 2003-05-02 | SECOND ATTEMPT | Bruce Momjian |
| 2003-05-02 | Back out second part of patch. | Bruce Momjian |
| 2003-05-02 | Back out last commit --- wrong patch. | Bruce Momjian |
| 2003-05-02 | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian |
| 2003-04-27 | Put back encoding-conversion step in processing of incoming queries; | Tom Lane |
| 2003-04-26 | Tweak stats collector start logic so that we will not try to spawn a | Tom Lane |
| 2003-04-25 | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-06 | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut |
| 2003-03-24 | Ignore SIGXFSZ (if platform has it), so that ulimit violations work like | Tom Lane |
| 2003-03-20 | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-02-23 | If a shutdown request comes in while we're still starting up, don't | Tom Lane |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-16 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2003-01-07 | Silence compiler warning caused by removal of netinet/in.h | Bruce Momjian |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-11-21 | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane |
| 2002-11-18 | Suppress compile warning, avoid possible problems with signed vs. unsigned | Tom Lane |
| 2002-11-15 | Add checkpoint_warning to warn of excessive checkpoints caused by too | Bruce Momjian |
| 2002-11-15 | Rename hostname_lookup to log_hostname. | Bruce Momjian |
| 2002-11-15 | Rename show_source_port to log_source_port. | Bruce Momjian |
| 2002-11-14 | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian |
| 2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
| 2002-10-24 | Fix some places that were unportably assuming struct timeval's tv_sec | Tom Lane |
| 2002-10-21 | Remove unnecessary (and inadequate) check of IsTransactionBlock() in | Tom Lane |
| 2002-10-18 | Improve formatting of --help output. | Peter Eisentraut |
| 2002-09-26 | Pass postmaster -d down to the postgres backend to trigger special -d | Bruce Momjian |