summaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAgeFilesLines
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-4/+5
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-132-5/+6
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-071-4/+1
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-203-12/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-056-12/+12
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-1/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-081-1/+2
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-2/+6
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-4/+4
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-4/+4
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-2/+3
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-1/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-4/+5
* More include file adjustments.Bruce Momjian2006-07-131-3/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-056-12/+12
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-1/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-12/+12
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-6/+6
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-1/+2
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-1/+2
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-1/+3
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-2/+1
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-021-1/+3
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-10/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-316-12/+12
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-141-4/+5
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-132-9/+8
* Pgindent run for 8.0.Bruce Momjian2004-08-292-5/+4
* 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