index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
postinit.c
Commit message (
Expand
)
Author
Age
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
*
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-16
*
Add hooks for session start and session end
Andrew Dunstan
2017-11-15
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Remove useless unary plus.
Tom Lane
2016-02-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-08
*
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-07-01
*
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
*
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
*
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-06-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-04-03
*
Move deadlock and other interrupt handling in proc.c out of signal handlers.
Andres Freund
2015-02-03
*
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-03
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
*
Fix unportable use of isspace().
Tom Lane
2014-09-01
*
Allow escaping of option values for options passed at connection start.
Andres Freund
2014-08-28
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-07-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Adjust the SSL connection notification message
Magnus Hagander
2014-01-19
*
Show SSL encryption information when logging connections
Magnus Hagander
2014-01-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
[next]