Age | Commit message (Expand) | Author |
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 |
2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
2000-11-12 | Keep track of the last active slot in the shared ProcState array, so | Tom Lane |
2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
2000-11-08 | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut |
2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
2000-11-04 | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut |
2000-11-01 | Add runtime configuration options to control permission bits and group | Peter Eisentraut |
2000-10-28 | beos fixes from Cyril VELTER | Bruce Momjian |
2000-10-25 | Clean up broken test for whether to wait for input in SSL case. | Tom Lane |
2000-10-24 | Check for SIGHUP and process config file updates just after waiting | Tom Lane |
2000-10-21 | WAL | Vadim B. Mikheev |
2000-10-16 | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev |
2000-10-11 | Oops, back out my unintended changes. | Bruce Momjian |
2000-10-11 | Update make_mkid | Bruce Momjian |
2000-10-08 | Add runtime configuration option "silent_mode". | Tatsuo Ishii |
2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
2000-09-06 | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut |
2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-08-30 | SSL patch from Magnus | Bruce Momjian |
2000-08-29 | Include kernel error message in failed-to-open file reports. | Tom Lane |
2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |