aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Take fewer snapshots.Robert Haas2011-12-21
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* 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