Commit Graph

97 Commits (76b78721ca49c16dfcbfbd2f4f87fcdb2db2bbb6)

Author SHA1 Message Date
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 2 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 3 months ago
Nathan Bossart 9ea3b6f751 Expand usage of macros for protocol characters. 5 months ago
Masahiko Sawada deb674454c Add backup_type column to pg_stat_progress_basebackup. 5 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 6 months ago
Fujii Masao 173c97812f Use XLOG_CONTROL_FILE macro consistently for control file name. 9 months ago
Andres Freund b96d3c3897 pgstat: Allow checksum errors to be reported in critical sections 10 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 10 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 10 months ago
Andres Freund 37c87e63f9 Change relpath() et al to return path by value 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Álvaro Herrera e6c32d9fad
Clean up newlines following left parentheses 1 year ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 1 year ago
Andres Freund 57f3702471 Use aux process resource owner in walsender 1 year ago
Tom Lane 554d3a18f3 Adjust json_manifest_per_file_callback API in one more place. 1 year ago
Michael Paquier c7cd2d6ed0 Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 1 year ago
Michael Paquier 2065ddf5e3 Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder 1 year ago
Peter Eisentraut edee0c621d Message style improvements 1 year ago
David Rowley 17a5871d9d Optimize escaping of JSON strings 1 year ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 1 year ago
Robert Haas 744ddc6c6a Document restrictions regarding incremental backups and standbys. 1 year ago
Fujii Masao c8d5d6c78a Fix limit block handling in pg_wal_summary_contents(). 2 years ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 2 years ago
Peter Eisentraut 3fb59e789d Remove useless extern keywords 2 years ago
Peter Eisentraut 02bbc3c83a parse_manifest: Use const char * 2 years ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 2 years ago
Tomas Vondra cd4b6af620 Fix unnecessary padding in incremental backups 2 years ago
Andrew Dunstan 42fa4b6601 Assorted minor cleanups in the test_json_parser module 2 years ago
Andrew Dunstan 661ab4e185 Fix some memory leaks associated with parsing json and manifests 2 years ago
Thomas Munro 942219996c Fix grammar. 2 years ago
Thomas Munro d8f5acbdb9 Fix potential stack overflow in incremental backup. 2 years ago
Tom Lane 0c66a164e7 Remove useless duplicate call of defGetBoolean(). 2 years ago
Tomas Vondra 10e3226ba1 Align blocks in incremental backups to BLCKSZ 2 years ago
Andrew Dunstan 222e11a10a Use incremental parsing of backup manifests. 2 years ago
Nathan Bossart 2b520860c0 Revert "Temporary patch to help debug pg_walsummary test failures." 2 years ago
Daniel Gustafsson b783186515 Add destroyStringInfo function for cleaning up StringInfos 2 years ago
Robert Haas 2041bc4276 Add the system identifier to backup manifests. 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
Robert Haas dd7ea37c43 Fix pgindent damage. 2 years ago
Robert Haas d75c4027b6 Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY. 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 2 years ago
Peter Eisentraut 025f0a6f91 Fix incorrect format placeholder 2 years ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Daniel Gustafsson c1fc502f59 Skip .DS_Store files in server side utils 2 years ago
Robert Haas ea18eb7d62 Revise pg_walsummary's 002_blocks test to avoid spurious failures. 2 years ago
Robert Haas 5ddf997347 Temporary patch to help debug pg_walsummary test failures. 2 years ago
Robert Haas d9ef650fca Add new function pg_get_wal_summarizer_state(). 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago