aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAge
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-15
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-07
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-07
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-08
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* More include file adjustments.Bruce Momjian2006-07-13
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-03
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-02