summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18fix missing prototypes (and 'implicit declaration' warning)Tomas Vondra
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-02-29Remove useless unary plus.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-26Add a cluster monitor postmaster processPavan Deolasee
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-01Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
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-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-03Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane
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-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-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-01Fix unportable use of isspace().Tom Lane
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
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-03-10Allow logical decoding via the walsender interface.Robert Haas
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-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas