summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2019-04-12Consistently 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-03Consistently 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-14Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove 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-02Update 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-14Add 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-26Show 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-08Revoke 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-23pgindent 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
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-13Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-01Fix unportable use of isspace().Tom Lane