summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
AgeCommit message (Expand)Author
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-26Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-19Fix for globals.c- c.h must come firstStephen Frost
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-29Remove replacement selection sort.Robert Haas
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-06Background worker processesAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-09Cancel running query if it is detected that the connection to the client isHeikki Linnakangas
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-26Remove bogus use of PGDLLIMPORT.Tom Lane
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-31Change the autovacuum launcher to read pg_database directly, rather thanTom Lane
2009-08-28Remove useless code that propagated FrontendProtocol to a backend via aTom Lane
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian