summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Fujii Masao2014-07-071-1/+1
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-201-5/+1
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-031-0/+10
* pgindent run for 9.4Bruce Momjian2014-05-061-16/+16
* Introduce logical decoding.Robert Haas2014-03-031-0/+11
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-11/+1
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-8/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-291-3/+16
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-241-0/+6
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-1/+1
* Centralize effective_cache_size default settingBruce Momjian2013-10-091-2/+0
* Adjust the effective_cache_size default for standalone backendsBruce Momjian2013-10-081-0/+2
* Ignore interrupts during quickdie().Noah Misch2013-09-111-0/+7
* Don't VALGRIND_PRINTF() each query string.Noah Misch2013-09-061-5/+0
* Add session_preload_libraries configuration parameterPeter Eisentraut2013-07-121-1/+1
* Change errcode for lock_timeout to match NOWAITSimon Riggs2013-06-291-1/+1
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-261-0/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-011-20/+21
* Add lock_timeout configuration parameter.Tom Lane2013-03-161-1/+16
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-021-3/+1
* Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera2013-01-021-0/+5
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Revert patch for taking fewer snapshots.Tom Lane2012-11-261-21/+11
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-051-6/+45
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-101-1/+1
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-7/+8
* Remove unreachable codePeter Eisentraut2012-07-161-5/+0
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-3/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-28/+31
* Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander2012-05-071-6/+32
* Remove duplicate words in comments.Heikki Linnakangas2012-05-021-1/+1
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-181-3/+3
* set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas2012-04-081-3/+0
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-081-8/+53
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-271-0/+3
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-3/+3
* Add more detail to error message for invalid arguments for server processPeter Eisentraut2012-03-111-9/+22
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-191-8/+8
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Take fewer snapshots.Robert Haas2011-12-211-11/+21
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-091-0/+12
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-071-1/+4
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-061-2/+6
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-152/+74
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-091-4/+0
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-101-6/+15
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-1/+1