| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ipcclean utility command --- didn't work on all Unixes and on | Bruce Momjian | 2008-03-27 | 1 | -3/+2 |
| * | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -27/+50 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -2/+2 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -2/+7 |
| * | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 1 | -3/+3 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -4/+4 |
| * | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane | 2006-08-16 | 1 | -5/+5 |
| * | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 | 1 | -12/+53 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 1 | -50/+10 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -22/+2 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -7/+3 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -21/+22 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -77/+76 |
| * | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 | 1 | -2/+17 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -6/+43 |
| * | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 | 1 | -26/+139 |
| * | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -2/+3 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -28/+44 |
| * | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 | 1 | -3/+10 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -48/+47 |
| * | Add lock file contents printout to "can't happen" case to help | Tom Lane | 2005-06-20 | 1 | -2/+3 |
| * | Mention ipcrm and ipcclean in error message. | Bruce Momjian | 2005-06-07 | 1 | -2/+3 |
| * | Ipcrm -> ipcclean in error message: | Bruce Momjian | 2005-06-07 | 1 | -2/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+1 |
| * | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane | 2005-03-18 | 1 | -4/+22 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 | 1 | -7/+2 |
| * | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 | 1 | -8/+34 |
| * | Suppress getppid test on WIN32, per Dave Page. | Tom Lane | 2004-10-04 | 1 | -2/+9 |
| * | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 | 1 | -8/+24 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -8/+8 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -5/+15 |
| * | Canonicalize preload_libraries after it is split up, not before. | Bruce Momjian | 2004-07-12 | 1 | -1/+2 |
| * | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian | 2004-07-11 | 1 | -5/+1 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -9/+2 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+3 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -2/+2 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -3/+3 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 | 1 | -3/+2 |
| * | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian | 2004-01-27 | 1 | -2/+3 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -3/+18 |
| * | [Forced commit to add log message that I fat-fingered last time] | Tom Lane | 2004-01-08 | 1 | -2/+1 |
| * | make | Tom Lane | 2004-01-07 | 1 | -3/+3 |