aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Accept invalidation messages in InitializeSessionUserId().Thomas Munro2018-07-13
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Fix for globals.c- c.h must come firstStephen Frost2018-05-18
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane2018-03-08
* Support parallel btree index builds.Robert Haas2018-02-02
* 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
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove replacement selection sort.Robert Haas2017-09-29
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't downcase entries within shared_preload_libraries et al.Tom Lane2017-06-20
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Reduce the default for max_worker_processes back to 8.Robert Haas2016-12-05
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-08
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Fix InitializeSessionUserId not to deference NULL rolename pointer.Robert Haas2016-03-04
* Remove useless unary plus.Tom Lane2016-02-29
* Shift the responsibility for emitting "database system is shut down".Tom Lane2016-02-11
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28