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
Commit message (
Expand
)
Author
Age
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-31
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
*
Switch flags tracking pending interrupts to sig_atomic_t
Michael Paquier
2018-09-27
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Accept invalidation messages in InitializeSessionUserId().
Thomas Munro
2018-07-13
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
*
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
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-16
*
Add hooks for session start and session end
Andrew Dunstan
2017-11-15
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-20
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
[next]