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
Age
Commit message (
Expand
)
Author
2019-04-12
Consistently test for in-use shared memory.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-03
Consistently test for in-use shared memory.
Noah Misch
2019-03-31
Update HINT for pre-existing shared memory block.
Noah Misch
2018-09-23
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2017-06-05
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-03-04
Fix InitializeSessionUserId not to deference NULL rolename pointer.
Robert Haas
2016-02-29
Remove useless unary plus.
Tom Lane
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-04
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-09-20
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-16
Fix copy/past error in comment
Magnus Hagander
2015-07-08
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
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-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-04-03
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
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-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
Commonalize process startup code.
Andres Freund
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-10-23
Add a function to get the authenticated user ID.
Robert Haas
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-04-04
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-02-08
Mark some more variables as static or include the appropriate header
Peter Eisentraut
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-12-16
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-11-24
Lessen library-loading log level.
Jeff Davis
2013-11-01
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
[next]