index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
globals.c
Commit message (
Expand
)
Author
Age
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Fix for globals.c- c.h must come first
Stephen Frost
2018-05-18
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
*
Allow external recovery_config_directory
Simon Riggs
2013-03-27
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Background worker processes
Alvaro Herrera
2012-12-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-09
*
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove bogus use of PGDLLIMPORT.
Tom Lane
2010-11-26
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Change the autovacuum launcher to read pg_database directly, rather than
Tom Lane
2009-08-31
*
Remove useless code that propagated FrontendProtocol to a backend via a
Tom Lane
2009-08-28
*
Install a "dead man switch" to allow the postmaster to detect cases where
Tom Lane
2009-05-05
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add a new GUC variable called "IntervalStyle" that decouples interval output
Tom Lane
2008-11-09
*
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-02-17
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Move session_start out of MyProcPort stucture and make it a global called MyS...
Andrew Dunstan
2007-08-02
[next]