Commit Graph

754 Commits (f09346a9c6218dd239fdf3a79a729716c0d305bd)

Author SHA1 Message Date
Bruce Momjian 96dfa6ec0d Adjust the effective_cache_size default for standalone backends 12 years ago
Noah Misch d41cb869aa Ignore interrupts during quickdie(). 12 years ago
Noah Misch b8104730c8 Don't VALGRIND_PRINTF() each query string. 12 years ago
Peter Eisentraut 070518ddab Add session_preload_libraries configuration parameter 12 years ago
Simon Riggs d51b271059 Change errcode for lock_timeout to match NOWAIT 12 years ago
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 12 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 12 years ago
Alvaro Herrera 84f6fb81b8 Fix IsUnderPostmaster/EXEC_BACKEND confusion 13 years ago
Alvaro Herrera 15658911d9 Set MaxBackends only on bootstrap and standalone modes 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago
Heikki Linnakangas fd5942c18f Use the regular main processing loop also in walsenders. 13 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 13 years ago
Alvaro Herrera f34c68f096 Introduce timeout handling framework 13 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Magnus Hagander 916d589a10 Make "unexpected EOF" messages DEBUG1 unless in an open transaction 13 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 13 years ago
Robert Haas 53c5b869b4 Tighten up error recovery for fast-path locking. 13 years ago
Heikki Linnakangas 03529a3ff9 set_stack_base() no longer needs to be called in PostgresMain. 13 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 13 years ago
Tom Lane a40fa613b5 Add some infrastructure for contrib/pg_stat_statements. 13 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 13 years ago
Peter Eisentraut 86947e666d Add more detail to error message for invalid arguments for server process 13 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas d573e239f0 Take fewer snapshots. 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Bruce Momjian aaa6e1def2 Add postmaster -C option to query configuration parameters, and have 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Tom Lane 4dab3d5ae1 Change the autovacuum launcher to use WaitLatch instead of a poll loop. 14 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 14 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 14 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 14 years ago
Heikki Linnakangas b5bb040da6 On IA64 architecture, we check the depth of the register stack in addition 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 14 years ago
Robert Haas 9a56dc3389 Fix various possible problems with synchronous replication. 14 years ago
Tom Lane c0b0076036 Rearrange snapshot handling to make rule expansion more consistent. 15 years ago
Simon Riggs 56b21b7ae3 Re-classify ERRCODE_DATABASE_DROPPED to 57P04 15 years ago
Simon Riggs 9e95c9ad55 Create new errcode for recovery conflict caused by db drop on master. 15 years ago
Tom Lane 0ac8c8df85 Don't include <asm/ia64regs.h> unnecessarily. 15 years ago
Magnus Hagander 40d9e94bd7 Add views and functions to monitor hot standby query conflicts 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago