aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* 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
* Fix copy/past error in commentMagnus Hagander2015-07-16
* 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
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* 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