| Age | Commit message (Expand) | Author |
| 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 |
| 2002-09-25 | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane |
| 2002-09-05 | Fix compilation warning. (Cygwin has char* as second argument of | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-29 | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-18 | Add db-local user names, per discussion on hackers. | Bruce Momjian |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-08-04 | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-14 | UPDATED PATCH: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-28 | Rearrange LOG_CONNECTIONS code so that two log messages are made: | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Allow postmaster to start up anyway when PGSTAT code fails to initialize, | Tom Lane |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |