| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane | 2005-02-10 | 1 | -2/+27 |
| * | Fix a bug induced by the list-rewrite that resulted in incrementing the | Neil Conway | 2005-02-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | PortalRun must guard against the possibility that the portal it's | Tom Lane | 2004-10-04 | 1 | -7/+35 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -21/+72 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -3/+19 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -16/+19 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -3/+3 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -149/+199 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -26/+45 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -3/+2 |
| * | Use new forboth() macro to make loop coding a bit clearer. | Tom Lane | 2004-05-26 | 1 | -5/+4 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -12/+13 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+16 |
| * | Fix log_executor_stats if() test. | Bruce Momjian | 2004-03-18 | 1 | -6/+3 |
| * | Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X. | Bruce Momjian | 2004-03-05 | 1 | -1/+15 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -3/+3 |
| * | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane | 2003-08-12 | 1 | -3/+5 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -108/+121 |
| * | Fix inconsistent static-vs-not-static declarations. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -12/+25 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -3/+4 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -3/+3 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -26/+56 |
| * | Ensure that an Execute operation can't send tuples in cases where | Tom Lane | 2003-05-06 | 1 | -1/+18 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -67/+97 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -4/+12 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -5/+901 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -95/+6 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -4/+17 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -73/+25 |
| * | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 | 1 | -1/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+8 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 | 1 | -2/+2 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -3/+3 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Paranoia about data structure lifetime ... | Tom Lane | 2002-02-27 | 1 | -2/+3 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -41/+20 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -59/+51 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -4/+2 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -2/+2 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -58/+41 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -2/+7 |
| * | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 | 1 | -2/+2 |