aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Remove support for SSL compressionMichael Paquier2021-03-09
* Add idle_session_timeout.Tom Lane2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Add GSS information to connection authorized log messageStephen Frost2020-12-02
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add application_name to connection authorized msgStephen Frost2018-09-28
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane2018-03-08
* Use abstracted SSL API in server connection log messagesPeter Eisentraut2018-01-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Remove useless unary plus.Tom Lane2016-02-29
* Update copyright for 2016Bruce Momjian2016-01-02