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