Commit Graph

393 Commits (c4d5cb71d229095a39fda1121a75ee40e6069a2a)

Author SHA1 Message Date
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 4 years ago
Stephen Frost 39969e2a1e Remove exclusive backup mode 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Andres Freund fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Peter Eisentraut 5c868c92ca Fix possible null pointer reference 4 years ago
Andres Freund fbabdf8f9a Fix meaning-changing typo introduced in fa0e03c15a. 4 years ago
Andres Freund 2f6501fa3c Move replication slot release to before_shmem_exit(). 4 years ago
Peter Eisentraut 37851a8b83 Database-level collation version tracking 4 years ago
Robert Haas aa64f23b02 Remove MaxBackends variable in favor of GetMaxBackends() function. 4 years ago
Alvaro Herrera b3d7d6e462
Remove xloginsert.h from xlog.h 4 years ago
Michael Paquier 5ecd0183fb Fix comments about bgworker registration before MaxBackends initialization 4 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 4 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. 5 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 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 6 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. 7 years ago
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 7 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 7 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 7 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 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