| Commit message (Expand) | Author | Age |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Add lock file contents printout to "can't happen" case to help | Tom Lane | 2005-06-20 |
* | Mention ipcrm and ipcclean in error message. | Bruce Momjian | 2005-06-07 |
* | Ipcrm -> ipcclean in error message: | Bruce Momjian | 2005-06-07 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane | 2005-03-18 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Suppress getppid test on WIN32, per Dave Page. | Tom Lane | 2004-10-04 |
* | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 |
* | Canonicalize preload_libraries after it is split up, not before. | Bruce Momjian | 2004-07-12 |
* | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian | 2004-07-11 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 |
* | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian | 2004-01-27 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | [Forced commit to add log message that I fat-fingered last time] | Tom Lane | 2004-01-08 |
* | make | Tom Lane | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Cause library-preload feature to report error if specified initialization | Tom Lane | 2003-07-31 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Tom, happier with the attached patch? | Bruce Momjian | 2003-07-27 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |