aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* 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
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane2015-07-01
* Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane2015-06-29
* Allow background workers to connect to no particular database.Robert Haas2015-06-25
* Fix incorrect order of database-locking operations in InitPostgres().Tom Lane2015-06-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane2015-04-03
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Don't allow immediate interrupts during authentication anymore.Andres Freund2015-02-03
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-13
* Fix unportable use of isspace().Tom Lane2014-09-01
* Allow escaping of option values for options passed at connection start.Andres Freund2014-08-28
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Include SSL compression status in psql banner and connection loggingMagnus Hagander2014-07-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Adjust the SSL connection notification messageMagnus Hagander2014-01-19
* Show SSL encryption information when logging connectionsMagnus Hagander2014-01-17
* Update copyright for 2014Bruce Momjian2014-01-07