Commit Graph

316 Commits (ff6ce9a3a691a96e8e47ed449bc51c5a178e6931)

Author SHA1 Message Date
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
Noah Misch be8b06c364 Revoke support for strxfrm() that write past the specified array length. 10 years ago
Tom Lane 1e24cf645d Don't leave pg_hba and pg_ident data lying around in running backends. 10 years ago
Tom Lane cbc8d65639 Code + docs review for escaping of option values (commit 11a020eb6). 10 years ago
Robert Haas f7bb7f0625 Allow background workers to connect to no particular database. 10 years ago
Tom Lane ac23b711dd Fix incorrect order of database-locking operations in InitPostgres(). 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago