summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2019-04-12Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-03Consistently test for in-use shared memory.Noah Misch
2019-03-31Update HINT for pre-existing shared memory block.Noah Misch
2018-09-23Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2017-06-05Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-03-04Fix InitializeSessionUserId not to deference NULL rolename pointer.Robert Haas
2016-02-29Remove useless unary plus.Tom Lane
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-04ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-20Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-16Fix copy/past error in commentMagnus Hagander
2015-07-08Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-25Allow background workers to connect to no particular database.Robert Haas
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-04-03Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-03Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-14Commonalize process startup code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-10-23Add a function to get the authenticated user ID.Robert Haas
2014-09-13Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-01Fix unportable use of isspace().Tom Lane
2014-08-28Allow escaping of option values for options passed at connection start.Andres Freund
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-02-08Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-19Adjust the SSL connection notification messageMagnus Hagander
2014-01-17Show SSL encryption information when logging connectionsMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-11-24Lessen library-loading log level.Jeff Davis
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane