Commit Graph

55679 Commits (9ecb134a93f0a82540b0e0bed67b30d0c9eb836a)
 

Author SHA1 Message Date
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 3 years ago
Jeff Davis 8da2ec31ee Fix test failure caused in 27b62377b4. 3 years ago
Tom Lane bcc704b524 Reject combining "epoch" and "infinity" with other datetime fields. 3 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Alvaro Herrera a7e584a7d6
HTML docs: Add padding to table.simplelist for more readable output 3 years ago
Jeff Davis 206b44bb24 Fix 9637badd9f. 3 years ago
Jeff Davis 9637badd9f pg_upgrade: copy locale and encoding information to new cluster. 3 years ago
Stephen Frost 8dff2f224f For Kerberos testing, disable reverse DNS lookup 3 years ago
Alvaro Herrera 590a075789
Avoid criticizable perl code 3 years ago
Michael Paquier d00a4ad1d5 Add b6dfee28 to .git-blame-ignore-revs 3 years ago
Peter Eisentraut 36ea345f8f Improve/correct comments 3 years ago
Peter Eisentraut 544b452a5a Disallow specifying ICU rules unless locale provider is ICU 3 years ago
Michael Paquier b6dfee28f2 Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 3 years ago
Thomas Munro 65e388d418 Fix race in SERIALIZABLE READ ONLY. 3 years ago
Andres Freund 8bf826528a meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 3 years ago
Michael Paquier f1c3963292 doc: Add guidelines to generate coverage reports with meson 3 years ago
Andres Freund 0d237aeeba meson: Add target for installing test files & improve install_test_files 3 years ago
Alvaro Herrera 87e4f24d82
001_libpq_pipeline.pl: use Test::Differences if available 3 years ago
Peter Eisentraut 30a53b7929 Allow tailoring of ICU locales with custom rules 3 years ago
Peter Eisentraut b1534ed99d Clean up comments 3 years ago
Peter Eisentraut 2a71ad64cb Break up long GETTEXT_FILES lists 3 years ago
Peter Eisentraut 822e8e2951 Update comment 3 years ago
Michael Paquier daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements 3 years ago
Andres Freund be504a3e97 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids 3 years ago
Michael Paquier a4e003338d Refine query jumbling handling for CallStmt 3 years ago
Andres Freund 401874ab02 meson: don't require 'touch' binary, make use of 'cp' optional 3 years ago
Michael Paquier d69cd3a2e2 Ignore IntoClause.viewQuery in query jumbling 3 years ago
Michael Paquier ee56048b0e Improve readability of code PROCESS_MAIN in vacuum_rel() 3 years ago
Tom Lane 99be6feec9 Fix more bugs caused by adding columns to the end of a view. 3 years ago
Peter Eisentraut ce1215d9b0 Add support for unit "B" to pg_size_bytes() 3 years ago
Peter Eisentraut af4d5715fc doc: Update pg_size_pretty documentation about petabytes support 3 years ago
Andres Freund 1be0fdb9de Fix flakey pg_stat_io test 3 years ago
Michael Paquier e20b1ea157 Make get_extension_schema() available 3 years ago
David Rowley cf96907aad Fix incorrect comment in pg_get_partkeydef() 3 years ago
Michael Paquier 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements 3 years ago
Tom Lane 7fee7871b4 Fix some more cases of missed GENERATED-column updates. 3 years ago
Michael Paquier d937904cce Silence -Wmissing-braces complaints in file_utils.c 3 years ago
Tom Lane b803b7d132 Fill EState.es_rteperminfos more systematically. 3 years ago
Robert Haas e76cbb6cd6 Reword overly-optimistic comment about backup checksum verification. 3 years ago
Robert Haas f3948b5c91 Remove an old comment that doesn't seem especially useful. 3 years ago
Robert Haas 33352b9279 In basebackup.c, perform end-of-file test after checksum validation. 3 years ago
Daniel Gustafsson d3406d8036 Fix handling of default option values in createuser 3 years ago
Michael Paquier 4211fbd841 Add PROCESS_MAIN to VACUUM 3 years ago
Michael Paquier 46d490ac19 Improve the regression tests of VACUUM (PROCESS_TOAST) 3 years ago
Amit Kapila 9effa55236 Deduplicate handling of binary and text modes in logicalrep_read_tuple(). 3 years ago
Michael Paquier ce340e530d Revise pg_pwrite_zeros() 3 years ago
Thomas Munro 47c0accbe0 Fix assert failures in parallel SERIALIZABLE READ ONLY. 3 years ago
Peter Eisentraut 102a5c164a SQL JSON path enhanced numeric literals 3 years ago
Tom Lane 6949b921d5 Avoid failure when altering state of partitioned foreign-key triggers. 3 years ago
Tom Lane f62975b2af Tighten header pre-inclusions in headerscheck and cpluspluscheck. 3 years ago