summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-28Add application_name to connection authorized msgStephen Frost
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-03-08Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-02-29Remove useless unary plus.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-01Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-25Allow background workers to connect to no particular database.Robert Haas
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-03Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane
2015-02-03Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian