| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 | 1 | -33/+59 |
| * | Convert MemoryContextSwitchTo() into an inline function when using GCC. | Tom Lane | 2005-02-18 | 1 | -1/+9 |
| * | Close all cursors created during a failed subtransaction. This is needed | Tom Lane | 2005-01-26 | 1 | -2/+14 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 3 | -6/+6 |
| * | Reduce the default size of the PortalHashTable in order to save a | Tom Lane | 2004-11-21 | 1 | -4/+7 |
| * | Fix some typos. | Bruce Momjian | 2004-10-17 | 1 | -2/+2 |
| * | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway | 2004-10-12 | 1 | -2/+2 |
| * | Remove erroneous Assert, per example from Kris Jurka. | Tom Lane | 2004-09-16 | 1 | -5/+1 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 2 | -4/+44 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -35/+25 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 3 | -34/+38 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 3 | -6/+6 |
| * | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 | 1 | -2/+3 |
| * | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane | 2004-08-25 | 1 | -3/+2 |
| * | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 | 1 | -1/+36 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Fix not-quite-right Assertion. Did not work at all in extended-query | Tom Lane | 2004-08-02 | 1 | -5/+5 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -49/+142 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 3 | -13/+120 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 2 | -3/+23 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -2/+2 |
| * | Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that | Tom Lane | 2004-05-26 | 1 | -4/+4 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -3/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 5 | -5/+5 |
| * | Avoid corner cases where aset.c would unnecessarily make malloc() | Tom Lane | 2003-09-13 | 1 | -18/+15 |
| * | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 3 | -6/+6 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -40/+42 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 3 | -35/+52 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -20/+50 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -6/+9 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 2 | -103/+230 |
| * | Update to describe new set of globally-known contexts planned for support | Tom Lane | 2003-04-30 | 1 | -87/+101 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -68/+69 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 2 | -25/+96 |
| * | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 | 1 | -7/+11 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -3/+14 |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 1 | -3/+3 |
| * | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 | 1 | -5/+61 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 2 | -7/+23 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -14/+1 |
| * | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian | 2002-11-13 | 1 | -4/+4 |
| * | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 | 1 | -1/+24 |
| * | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 | 1 | -24/+1 |
| * | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 | 1 | -1/+24 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+3 |
| * | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 | 2 | -6/+53 |
| * | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 3 | -6/+6 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -3/+1 |