| Commit message (Expand) | Author | Age |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Avoid corner cases where aset.c would unnecessarily make malloc() | Tom Lane | 2003-09-13 |
* | 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 |
* | Update to describe new set of globally-known contexts planned for support | Tom Lane | 2003-04-30 |
* | 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 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian | 2002-11-13 |
* | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 |
* | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 |
* | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 |
* | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 |
* | 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 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | 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 out-of-memory error messages to include the request size, so that | Tom Lane | 2001-03-19 |
* | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 |
* | Update notes about memory context scheme. | Tom Lane | 2001-02-15 |
* | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is | Tom Lane | 2001-01-23 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut | 2001-01-11 |
* | Log memory context stats to stderr when reporting a 'Memory exhausted' | Tom Lane | 2001-01-06 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires | Tom Lane | 2000-12-05 |
* | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane | 2000-12-01 |
* | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane | 2000-12-01 |
* | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 |