Commit Graph

334 Commits (2da896182ce11240774af6c4d769777f90a09536)

Author SHA1 Message Date
Alvaro Herrera b3d7d6e462
Remove xloginsert.h from xlog.h 3 years ago
Michael Paquier 5ecd0183fb Fix comments about bgworker registration before MaxBackends initialization 3 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Robert Haas fa0e03c15a Remove InitXLOGAccess(). 4 years ago
Andres Freund 3b34645678 Initialize backend status reporting during bootstrap. 4 years ago
Robert Haas e51c46991f Move InitXLogInsert() call from InitXLOGAccess() to BaseInit(). 4 years ago
Andres Freund 1d5135f004 Fix typo. 4 years ago
Andres Freund 675c945394 Move temporary file cleanup to before_shmem_exit(). 4 years ago
Andres Freund a1bb3d5dbe Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). 4 years ago
Andres Freund ee3f8d3d3a pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. 4 years ago
Andres Freund b406478b87 process startup: Always call Init[Auxiliary]Process() before BaseInit(). 4 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 4 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 4 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 4 years ago
Tom Lane 9877374bef Add idle_session_timeout. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 622ae4621e Fix assorted issues in backend's GSSAPI encryption support. 5 years ago
Stephen Frost dc11f31a1a Add GSS information to connection authorized log message 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Tom Lane 0038f94387 Fix postmaster's behavior during smart shutdown. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Michael Paquier 9555cc8d2b Revert hooks for session start and end, take two 6 years ago
Michael Paquier e788bd924c Add hooks for session start and session end, take two 6 years ago
Tom Lane 7de19fbc0b Use data directory inode number, not port, to select SysV resource keys. 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Noah Misch c098509927 Consistently test for in-use shared memory. 6 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 6 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 6 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 6 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 6 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 6 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 0944ec54de Don't include genam.h from execnodes.h and relscan.h anymore. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Stephen Frost 8bddc86400 Add application_name to connection authorized msg 7 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 7 years ago
Magnus Hagander eed1ce72e1 Allow background workers to bypass datallowconn 7 years ago
Tom Lane 4e0c743c18 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. 7 years ago
Peter Eisentraut c1869542b3 Use abstracted SSL API in server connection log messages 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andrew Dunstan 98d54bb779 Back out the session_start and session_end hooks feature. 8 years ago
Andrew Dunstan cd8ce3a22c Add hooks for session start and session end 8 years ago