summaryrefslogtreecommitdiff
path: root/src/include/tcop
AgeCommit message (Expand)Author
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-28Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane
2004-06-11When using extended-query protocol, postpone planning of unnamed statementsTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-06Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-22Add GUC parameter to control rendezvous name.Bruce Momjian
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-06Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-04-27Put back encoding-conversion step in processing of incoming queries;Tom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-11-15Rename hostname_lookup to log_hostname.Bruce Momjian
2002-11-15Rename show_source_port to log_source_port.Bruce Momjian
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-14Make SPI's execution of querystrings follow the rules agreed to forTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-20Scanner performance improvementsPeter Eisentraut
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-06-08Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut