aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane2015-04-03
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-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
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* 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
* Add a function to get the authenticated user ID.Robert Haas2014-10-23
* 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
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* 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
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Lessen library-loading log level.Jeff Davis2013-11-24
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-01
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Add session_preload_libraries configuration parameterPeter Eisentraut2013-07-12
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-02
* Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera2013-01-02
* Make sure MaxBackends is always setAlvaro Herrera2013-01-02
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-16
* Background worker processesAlvaro Herrera2012-12-06