Commit Graph

322 Commits (0de13bbc47d19c95de132cc85c341fdab079c170)

Author SHA1 Message Date
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
Andres Freund cc5f81366c Add support for coordinating record typmods among parallel workers. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Robert Haas fc70a4b0df Show more processes in pg_stat_activity. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 9 years ago
Tom Lane c110678a47 Remove useless unary plus. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago