| Commit message (Expand) | Author | Age |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Avoid unnecessary public struct declaration in slru.h | Alvaro Herrera | 2010-12-30 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Revert DTrace patch from Robert Lor | Bruce Momjian | 2009-04-02 |
* | Add support for additional DTrace probes. | Bruce Momjian | 2009-04-02 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Small comment spacing improvement. | Bruce Momjian | 2007-11-16 |
* | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 |
* | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane | 2006-01-21 |
* | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane | 2005-12-06 |
* | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane | 2005-12-06 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane | 2005-11-05 |
* | Fix longstanding race condition in transaction log management: there was a | Tom Lane | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | Here is an updated version of the win32 readdir patch. | Bruce Momjian | 2004-02-17 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Suppress unused-variable warnings when building without Asserts. | Tom Lane | 2003-08-08 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |