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
/
miscinit.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typos in miscinit.c.
Amit Kapila
2019-12-09
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-31
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Accept invalidation messages in InitializeSessionUserId().
Thomas Munro
2018-07-13
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-20
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
*
Fix InitializeSessionUserId not to deference NULL rolename pointer.
Robert Haas
2016-03-04
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Fix copy/past error in comment
Magnus Hagander
2015-07-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
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
*
Add a function to get the authenticated user ID.
Robert Haas
2014-10-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Lessen library-loading log level.
Jeff Davis
2013-11-24
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
[next]