| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 6 | -12/+12 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -3/+4 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -6/+1 |
| * | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 | 1 | -2/+1 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 1 | -3/+5 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -3/+1 |
| * | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian | 2004-04-11 | 1 | -1/+2 |
| * | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 | 1 | -1/+14 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 1 | -1/+6 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+4 |
| * | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 | 1 | -2/+1 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 6 | -6/+6 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 1 | -10/+10 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 6 | -12/+12 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -25/+24 |
| * | Add GUC parameter to control rendezvous name. | Bruce Momjian | 2003-07-22 | 1 | -1/+2 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -1/+3 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 2 | -14/+17 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 3 | -27/+54 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -3/+5 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 2 | -5/+12 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 3 | -6/+24 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -7/+5 |
| * | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 | 1 | -6/+5 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 2 | -5/+5 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+3 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -4/+1 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -3/+1 |
| * | Rename hostname_lookup to log_hostname. | Bruce Momjian | 2002-11-15 | 1 | -2/+2 |
| * | Rename show_source_port to log_source_port. | Bruce Momjian | 2002-11-15 | 1 | -2/+2 |
| * | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 | 1 | -1/+2 |
| * | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane | 2002-10-14 | 1 | -1/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 3 | -7/+7 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 6 | -12/+12 |
| * | Scanner performance improvements | Peter Eisentraut | 2002-04-20 | 1 | -2/+3 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -16/+20 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 3 | -7/+13 |
| * | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 1 | -4/+4 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 6 | -13/+13 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 6 | -11/+17 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 6 | -19/+12 |
| * | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane | 2001-10-21 | 1 | -3/+2 |
| * | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck | 2001-09-07 | 1 | -1/+2 |
| * | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 | 1 | -1/+3 |
| * | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane | 2001-06-01 | 1 | -14/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -5/+5 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -1/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 6 | -12/+12 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -3/+1 |