| Age | Commit message (Expand) | Author |
| 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 |
| 2002-03-02 | Add code to allow profiling of backends on Linux: save and restore the | Tom Lane |
| 2002-02-23 | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut |
| 2002-02-19 | Add casts to suppress gcc warnings on Solaris (where apparently pid_t | Tom Lane |
| 2002-02-19 | Arrange to call localtime() during postmaster startup. On most Unixen, | Tom Lane |
| 2002-02-07 | pgstat's truncation of query string needs to be multibyte-aware. | Tom Lane |
| 2002-01-10 | The result of getopt() should be compared to -1, not EOF, per | Tom Lane |
| 2002-01-06 | If we fail to fork a new backend process, (try to) report the failure | Tom Lane |
| 2001-12-04 | Suppress data directory access-permissions check when __CYGWIN__, | Tom Lane |
| 2001-12-03 | Fix latent bug in checking for failure of hashtable creation. | Tom Lane |
| 2001-11-26 | Fix unportable, non-spec-compliant use of offsetof() with a nonconstant | Tom Lane |
| 2001-11-12 | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane |
| 2001-11-11 | Defend against possibility that SSL error reporting mechanism returns | Tom Lane |
| 2001-11-10 | Restructure child-exit logging messages for easier translation, | Tom Lane |
| 2001-11-06 | Clean up formatting of child process exit-status reports so that they | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-04 | Fix now-obsolete comment. | Tom Lane |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-22 | Further cleanup of ps_status setup code. On platforms where the | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |