index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
postinit.c
Age
Commit message (
Expand
)
Author
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2019-04-12
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-03
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-14
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-20
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-02
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-14
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-26
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-08
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-23
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
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-13
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-01
Fix unportable use of isspace().
Tom Lane
[next]