| Commit message (Expand) | Author | Age |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | 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-05-25 |
* | Add extern int optreset declaration, per bug report from <info@decc.nl>. | Peter Eisentraut | 2001-04-19 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Don't go belly-up if fork() fails for a routine checkpoint subprocess. | Tom Lane | 2001-03-14 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Truncate incoming username and database name to NAMEDATALEN-1 characters | Tom Lane | 2001-02-20 |
* | Improve error message when startup or shutdown proc fails. | Tom Lane | 2001-02-11 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | When launching a child backend, take care to close file descriptors for | Tom Lane | 2001-02-08 |
* | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane | 2001-01-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Prevent freshly-started backend from ignoring SIGUSR1, per race condition | Tom Lane | 2000-12-20 |
* | >> 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-18 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane | 2000-11-30 |
* | 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-29 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | Not invoke CheckPoint process while postmaster is waiting for all backends | Hiroshi Inoue | 2000-11-27 |
* | 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-25 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 |
* | 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-14 |
* | 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-13 |
* | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 |
* | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 |
* | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 |
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 |
* | Add runtime configuration options to control permission bits and group | Peter Eisentraut | 2000-11-01 |
* | beos fixes from Cyril VELTER | Bruce Momjian | 2000-10-28 |
* | Clean up broken test for whether to wait for input in SSL case. | Tom Lane | 2000-10-25 |
* | Check for SIGHUP and process config file updates just after waiting | Tom Lane | 2000-10-24 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Oops, back out my unintended changes. | Bruce Momjian | 2000-10-11 |
* | Update make_mkid | Bruce Momjian | 2000-10-11 |
* | Add runtime configuration option "silent_mode". | Tatsuo Ishii | 2000-10-08 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut | 2000-09-06 |