index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
postinit.c
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-10-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
Add hooks for session start and session end, take two
Michael Paquier
2019-09-05
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-21
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-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-28
Add application_name to connection authorized msg
Stephen Frost
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-03-08
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-16
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-15
Add hooks for session start and session end
Andrew Dunstan
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-02-29
Remove useless unary plus.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-01
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-03
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-02-03
Move deadlock and other interrupt handling in proc.c out of signal handlers.
Andres Freund
2015-02-03
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
[next]