Commit Graph

152 Commits (e74dd00f53cd6dc1887f76b9672e5f6dcf0fd8a2)

Author SHA1 Message Date
Michael Paquier ba16aade33 Switch flags tracking pending interrupts to sig_atomic_t 7 years ago
Tom Lane 1d96c1b91a Fix incorrect ordering of operations in pg_resetwal and pg_rewind. 7 years ago
Stephen Frost e2b83ff556 Fix for globals.c- c.h must come first 7 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Andres Freund 6e1dd2773e Unify SIGHUP handling between normal and walsender backends. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Tom Lane cae1c788b9 Improve the situation for parallel query versus temp relations. 9 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 10 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund 2505ce0be0 Remove remnants of ImmediateInterruptOK handling. 11 years ago
Heikki Linnakangas 2b3a8b20c2 Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut 66c04c981d Mark some more variables as static or include the appropriate header 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Heikki Linnakangas 30b96549ab Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c 12 years ago
Tom Lane 45f64f1bbf Remove CTimeZone/HasCTZSet, root and branch. 12 years ago
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 13 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Alvaro Herrera cdbc0ca48c Fix background workers for EXEC_BACKEND 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity 14 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 1d9a0abec1 Remove bogus use of PGDLLIMPORT. 15 years ago
Robert Haas cc1ed40d57 Object access hook framework, with post-creation hook. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 00e6a16d01 Change the autovacuum launcher to read pg_database directly, rather than 16 years ago
Tom Lane 0a00c9a8ef Remove useless code that propagated FrontendProtocol to a backend via a 16 years ago
Tom Lane 969d7cd431 Install a "dead man switch" to allow the postmaster to detect cases where 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago