| 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 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | This patch will ensure that the hash table iteration performed by | Bruce Momjian | 2005-05-11 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Close all cursors created during a failed subtransaction. This is needed | Tom Lane | 2005-01-26 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Reduce the default size of the PortalHashTable in order to save a | Tom Lane | 2004-11-21 |
* | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway | 2004-10-12 |
* | Remove erroneous Assert, per example from Kris Jurka. | Tom Lane | 2004-09-16 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane | 2004-08-25 |
* | Fix not-quite-right Assertion. Did not work at all in extended-query | Tom Lane | 2004-08-02 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 |