summaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2004.Bruce Momjian2004-08-296-12/+12
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-3/+4
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-6/+1
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-281-2/+1
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-111-3/+5
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-3/+1
* Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian2004-04-111-1/+2
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-071-1/+14
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-241-1/+6
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+4
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-151-2/+1
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-296-6/+6
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-10/+10
* Update copyrights to 2003.Bruce Momjian2003-08-046-12/+12
* pgindent run.Bruce Momjian2003-08-043-25/+24
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-221-1/+2
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-1/+3
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-082-14/+17
* Restructure command destination handling so that we pass aroundTom Lane2003-05-063-27/+54
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-3/+5
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-052-5/+12
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-023-6/+24
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-7/+5
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-271-6/+5
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-192-5/+5
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+3
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-4/+1
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-3/+1
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-151-2/+2
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-151-2/+2
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-211-1/+2
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-141-1/+4
* pgindent run.Bruce Momjian2002-09-043-7/+7
* Update copyright to 2002.Bruce Momjian2002-06-206-12/+12
* Scanner performance improvementsPeter Eisentraut2002-04-201-2/+3
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-16/+20
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-263-7/+13
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-101-4/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-056-13/+13
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-286-11/+17
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-256-19/+12
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-3/+2
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-071-1/+2
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-081-1/+3
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-011-14/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* XLOG (and related) changes:Tom Lane2001-03-131-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-246-12/+12
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-3/+1