| Age | Commit message (Expand) | Author |
| 2001-07-05 | Added GUC configuration options to control access statistics. | Jan Wieck |
| 2001-07-03 | Start the stats collector at a less randomly chosen time. Bad idea | Tom Lane |
| 2001-07-01 | Under new theory of operation wherein postmaster forks children | Tom Lane |
| 2001-06-30 | portability enhancements | Peter Eisentraut |
| 2001-06-29 | Turned high-frequently called pgstat functions into macros | Jan Wieck |
| 2001-06-29 | Fix erroneous GUC variable references from commandline-GUC patch. | Tom Lane |
| 2001-06-25 | Fix a couple remaining places where GUC variables were assigned to | Tom Lane |
| 2001-06-23 | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian |
| 2001-06-22 | The new files for statistical system views. | Jan Wieck |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-21 | A bit of code beautification/cleanup of obsolete comments. Rethink | Tom Lane |
| 2001-06-20 | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut |
| 2001-06-19 | Back out SET ALL patch because it is breaking things. | Bruce Momjian |
| 2001-06-18 | RESET ALL secondary patch: | Bruce Momjian |
| 2001-06-16 | Tweak startup sequence so that running out of PROC array slots is | Tom Lane |
| 2001-06-14 | Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler(). | Tom Lane |
| 2001-06-12 | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane |
| 2001-06-11 | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane |
| 2001-06-07 | reset all: command line and .conf options change defaults | Bruce Momjian |
| 2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-04-19 | Add extern int optreset declaration, per bug report from <info@decc.nl>. | Peter Eisentraut |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-14 | Don't go belly-up if fork() fails for a routine checkpoint subprocess. | Tom Lane |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-02-20 | Truncate incoming username and database name to NAMEDATALEN-1 characters | Tom Lane |
| 2001-02-11 | Improve error message when startup or shutdown proc fails. | Tom Lane |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-08 | When launching a child backend, take care to close file descriptors for | Tom Lane |
| 2001-01-27 | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-12-20 | Prevent freshly-started backend from ignoring SIGUSR1, per race condition | Tom Lane |
| 2000-12-18 | >> Here is a patch for the beos port (All regression tests are OK). | Bruce Momjian |
| 2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-30 | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane |
| 2000-11-29 | Just noticed that with -S switch, MyProcPid is permanently wrong in | Tom Lane |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
| 2000-11-27 | Not invoke CheckPoint process while postmaster is waiting for all backends | Hiroshi Inoue |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-15 | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-14 | Update and polish postmaster and postgres help output and man pages. | Peter Eisentraut |