Commit Graph

76 Commits (0fd2a79a637f9f96b9830524823df0454e962f96)

Author SHA1 Message Date
Peter Eisentraut 0fd2a79a63 Spelling adjustments 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Alvaro Herrera 1816a1c6ff
Fix checkpoint signalling 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Robert Haas 9aafc4529f Re-#include <time.h> in checkpointer.c. 6 years ago
Robert Haas b1cc572f12 Add missing "void" to prototypes. 6 years ago
Robert Haas 7dbfea3c45 Partially deduplicate interrupt handling for background processes. 6 years ago
Robert Haas 1e53fe0e70 Use PostgresSigHupHandler in more places. 6 years ago
Robert Haas 5910d6c7e3 Move interrupt-handling code into subroutines. 6 years ago
Robert Haas 0d3c3aae33 Use procsignal_sigusr1_handler for auxiliary processes. 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier f43608bda2 Fix typos and inconsistencies in code comments 6 years ago
Fujii Masao 978b032d1f Fix function names in comments. 6 years ago
Thomas Munro de2b38419c Wake up interested backends when a checkpoint fails. 7 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 7 years ago
Tom Lane 0dfe3d0ef5 Make checkpoint requests more robust. 7 years ago
Thomas Munro c6c9474aaf Use condition variables to wait for checkpoints. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Tom Lane 125f551c8b Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes. 7 years ago
Heikki Linnakangas 8e19a82640 Don't run atexit callbacks in quickdie signal handlers. 7 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 7 years ago
Tom Lane 9cb7db3f0c In AtEOXact_Files, complain if any files remain unclosed at commit. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 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
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 8 years ago
Andres Freund e6c44eef55 Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Andres Freund 6ef2eba3f5 Skip checkpoints, archiving on idle systems. 9 years ago
Robert Haas e8ac886c24 Support condition variables. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Robert Haas 53be0b1add Provide much better wait information in pg_stat_activity. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 8f6bb851bd Remove more volatile qualifiers. 10 years ago
Heikki Linnakangas d661532e27 Also trigger restartpoints based on max_wal_size on standby. 10 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 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
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas 1c6821be31 Fix and enhance the assertion of no palloc's in a critical section. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago