index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
postinit.c
Age
Commit message (
Expand
)
Author
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-02-29
Remove useless unary plus.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-08
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-01
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-03
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-02-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-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-13
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-01
Fix unportable use of isspace().
Tom Lane
2014-08-28
Allow escaping of option values for options passed at connection start.
Andres Freund
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-07-15
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-01-19
Adjust the SSL connection notification message
Magnus Hagander
2014-01-17
Show SSL encryption information when logging connections
Magnus Hagander
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-01
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-03-16
Add lock_timeout configuration parameter.
Tom Lane
2013-02-17
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-01-02
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-02
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-06
Background worker processes
Alvaro Herrera
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-09-21
Fix obsolete comment.
Heikki Linnakangas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-24
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-07-16
Introduce timeout handling framework
Alvaro Herrera
2012-06-25
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-01-14
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-02
Remove spurious entry from missed catch while patch juggling
Simon Riggs
[next]