Commit Graph

75 Commits (8620a7f6dbdf978e57cdb9f42802a0418656d863)

Author SHA1 Message Date
Tom Lane 8620a7f6db Code review for server's handling of "tablespace map" files. 5 years ago
Robert Haas 32fd2b57d7 Be clear about whether a recovery pause has taken effect. 5 years ago
Peter Eisentraut 4ad5611055 Fix lack of message pluralization 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Robert Haas 1fa092913d Don't export basebackup.c's sendTablespace(). 5 years ago
Thomas Munro d140f2f3e2 Rationalize GetWalRcv{Write,Flush}RecPtr(). 6 years ago
Fujii Masao 496ee647ec Prefer standby promotion over recovery pause. 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Robert Haas 303640199d Fix minor problems with non-exclusive backup cleanup. 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Peter Eisentraut 887248e97e Message style fixes 6 years ago
Fujii Masao 946647f845 Make pg_promote() detect postmaster death while waiting for promotion to end. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera 68f6f2b739 Remove function names from error messages 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Michael Paquier 10074651e3 Add pg_promote function 7 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 066bc21c0e Simplify do_pg_start_backup's API by opening pg_tblspc internally. 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 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
Magnus Hagander bb1f8f9e5b Fix typos in comments 8 years ago
Peter Eisentraut 8c9387c55e Update code comments 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
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Teodor Sigaev 78874531ba Fix backup canceling 9 years ago
Stephen Frost 017e4f2588 Expose waitforarchive option through pg_stop_backup() 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 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 f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Peter Eisentraut 5c6d2a5e7c Message style and wording fixes 9 years ago
Stephen Frost 1574783b4c Use GRANT system to manage access to sensitive functions 10 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 10 years ago
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica" 10 years ago
Simon Riggs e63bb4549a Add new user fn pg_current_xlog_flush_location() 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andrew Dunstan 72d422a522 Map basebackup tablespaces using a tablespace_map file 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago