summaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.5Bruce Momjian2015-05-232-21/+21
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-111-0/+105
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-3/+3
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-3/+3
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-031-1/+2
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-031-2/+2
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-021-0/+1
* Update copyright for 2015Bruce Momjian2015-01-066-6/+6
* pgindent run for 9.4Bruce Momjian2014-05-062-7/+7
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-2/+0
* Update copyright for 2014Bruce Momjian2014-01-076-6/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-6/+6
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-281-9/+8
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-011-3/+5
* Add a materialized view relations.Kevin Grittner2013-03-031-1/+2
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-121-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-016-6/+6
* Revert patch for taking fewer snapshots.Tom Lane2012-11-261-1/+1
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-201-1/+2
* Make new event trigger facility actually do something.Robert Haas2012-07-201-6/+14
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-2/+2
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-192-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Take fewer snapshots.Robert Haas2011-12-211-1/+1
* Clean up the #include mess a little.Tom Lane2011-09-042-0/+3
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-012-3/+0
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+2
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-281-2/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-016-6/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-206-6/+6
* pgindent run for 9.0Bruce Momjian2010-02-262-11/+12
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-161-1/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-026-12/+12
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-151-1/+10
* Revert due to Tom's concerns:Bruce Momjian2009-12-011-10/+1
* ProcessUtility_hook:Bruce Momjian2009-12-011-1/+10
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-1/+5
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-011-1/+3
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-2/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-016-12/+12
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-131-2/+2
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-091-2/+1
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-091-1/+2
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-6/+8
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-311-2/+3
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-016-12/+12
* pgindent run for 8.3.Bruce Momjian2007-11-152-6/+6
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-252-4/+4