| Commit message (Expand) | Author | Age |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian | 2004-01-09 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane | 2004-01-06 |
* | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway | 2003-12-02 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 |
* | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 |
* | Fix typo in message. | Tom Lane | 2003-09-27 |
* | 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 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Suppress unused-variable warnings when building without Asserts. | Tom Lane | 2003-08-08 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Error message editing: finish up undone task of reporting the problem | Tom Lane | 2003-07-19 |
* | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane | 2003-07-17 |
* | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane | 2003-06-26 |
* | This patch extracts page buffer pooling and the simple | Bruce Momjian | 2003-06-11 |
* | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane | 2003-05-22 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane | 2003-05-10 |
* | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 |
* | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 |
* | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian | 2003-05-02 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane | 2003-04-14 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Allow error query to start transaction in autocommit off mode. | Bruce Momjian | 2003-03-21 |
* | Remove unneeded dash blocks around function start comments. | Bruce Momjian | 2003-03-14 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 |
* | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |