Commit Graph

240 Commits (928250aef5f8363825acbf58540328089c26b0d4)

Author SHA1 Message Date
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 8 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ca9112a424 Stamp HEAD as 10devel. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 9 years ago
Robert Haas 546cd0d766 Fix InitializeSessionUserId not to deference NULL rolename pointer. 9 years ago
Tom Lane d18643c4a6 Shift the responsibility for emitting "database system is shut down". 10 years ago
Tom Lane c5e9b77127 Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier." 10 years ago
Tom Lane 3971f64843 Temporarily make pg_ctl and server shutdown a whole lot chattier. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 7e2a18a916 Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Tom Lane d73d14c271 Fix incorrect order of lock file removal and failure to close() sockets. 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 10 years ago
Magnus Hagander 64c9d8a6c8 Fix copy/past error in comment 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 10 years ago
Robert Haas 5d2f957f3f Add new function BackgroundWorkerInitializeConnectionByOid. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Robert Haas 5ac372fc1a Add a function to get the authenticated user ID. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 9aca512506 Make sure -D is an absolute path when starting server on Windows. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Jeff Davis 559d535819 Lessen library-loading log level. 12 years ago
Tom Lane 09a89cb5fc Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut 070518ddab Add session_preload_libraries configuration parameter 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 12 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 12 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane c299477229 Fix filling of postmaster.pid in bootstrap/standalone mode. 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian 3825963e7f Report postmaster.pid file as empty if it is empty, rather than 13 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane efae4653c9 Update woefully-obsolete comment. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 52948169bc Code review for postmaster.pid contents changes. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 30aeda4394 Include the first valid listen address in pg_ctl to improve server start 15 years ago