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
/
postinit.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
Initialize backend status reporting during bootstrap.
Andres Freund
2021-11-19
*
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-16
*
Fix typo.
Andres Freund
2021-08-13
*
Move temporary file cleanup to before_shmem_exit().
Andres Freund
2021-08-07
*
Schedule ShutdownXLOG() in single user mode using before_shmem_exit().
Andres Freund
2021-08-06
*
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-06
*
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Remove support for SSL compression
Michael Paquier
2021-03-09
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Add GSS information to connection authorized log message
Stephen Frost
2020-12-02
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Revert hooks for session start and end, take two
Michael Paquier
2019-10-02
*
Add hooks for session start and session end, take two
Michael Paquier
2019-10-01
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
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
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
*
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
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
[next]