summaryrefslogtreecommitdiff
path: root/src/include/tcop
AgeCommit message (Expand)Author
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-09-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-21Take fewer snapshots.Robert Haas
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-03-01Rearrange snapshot handling to make rule expansion more consistent.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane
2009-12-01Revert due to Tom's concerns:Bruce Momjian
2009-12-01ProcessUtility_hook:Bruce Momjian
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-09-01Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-13Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane
2008-12-09Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas
2008-12-09Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-03-10Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian