| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -21/+32 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 3 | -6/+6 |
* | Improve memory management code to avoid inefficient behavior when a context | Tom Lane | 2006-12-27 | 1 | -6/+21 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 1 | -2/+18 |
* | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -17/+15 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -13/+7 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 2 | -14/+12 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -1/+3 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -1/+29 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 2 | -6/+2 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
* | Fix typo in comment. | Neil Conway | 2006-06-28 | 1 | -4/+4 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -2/+2 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -28/+1 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -1/+28 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 3 | -6/+6 |
* | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane | 2006-02-14 | 1 | -2/+2 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -8/+115 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -14/+14 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 3 | -141/+133 |
* | Short-circuit AllocSetReset if nothing has been palloc'd in the memory | Tom Lane | 2005-09-01 | 1 | -13/+35 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -1/+43 |
* | Back out patch: | Bruce Momjian | 2005-06-04 | 1 | -12/+1 |
* | Tom Lane <tgl@sss.pgh.pa.us> writes: | Bruce Momjian | 2005-06-04 | 1 | -1/+12 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -5/+1 |
* | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane | 2005-05-14 | 1 | -2/+5 |
* | Minor speed hacks in AllocSetReset: avoid clearing the freelist headers | Tom Lane | 2005-05-14 | 1 | -4/+10 |
* | This patch will ensure that the hash table iteration performed by | Bruce Momjian | 2005-05-11 | 1 | -7/+4 |
* | 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 |