aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop/tcopprot.h
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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 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
* 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
* 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
* 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
* 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
* 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