Commit Graph

917 Commits (1fd981f05369340a8afa4d013a350b0b2ac6e33e)

Author SHA1 Message Date
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 11 years ago
Fujii Masao 4cbd128328 Fix typos in comments. 12 years ago
Andres Freund 3bdcf6a5a7 Don't allow to disable backend assertions via the debug_assertions GUC. 12 years ago
Andres Freund 44445b28d2 Set the process latch when processing recovery conflict interrupts. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Tom Lane 910bac5953 Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 16e1b7a1b7 Fix assorted race conditions in the new timeout infrastructure. 12 years ago
Tom Lane 36a3be6540 Fix new and latent bugs with errno handling in secure_read/secure_write. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Bruce Momjian 0c6b675076 Centralize effective_cache_size default setting 12 years ago
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 13 years ago
Simon Riggs d51b271059 Change errcode for lock_timeout to match NOWAIT 13 years ago
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 13 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. 14 years ago
Alvaro Herrera f34c68f096 Introduce timeout handling framework 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Magnus Hagander 916d589a10 Make "unexpected EOF" messages DEBUG1 unless in an open transaction 14 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 14 years ago
Robert Haas 53c5b869b4 Tighten up error recovery for fast-path locking. 14 years ago
Heikki Linnakangas 03529a3ff9 set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane a40fa613b5 Add some infrastructure for contrib/pg_stat_statements. 14 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
Peter Eisentraut 86947e666d Add more detail to error message for invalid arguments for server process 14 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. 15 years ago