Age | Commit message (Expand) | Author |
2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
2006-04-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-06 | Minor API cleanup for async notifications: we can only register the | Neil Conway |
2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-03-20 | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway |
2005-01-27 | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
2004-09-06 | Fix a number of places where brittle data structures or overly strong | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-23 | Handle impending sinval queue overflow by means of a separate signal | Tom Lane |
2004-05-22 | Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock | Tom Lane |
2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
2003-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
2003-09-15 | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
2003-02-18 | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane |
2002-09-16 | Fix for rare race-condition-like failure: if a backend receives SIGUSR2 | Tom Lane |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |