Commit Graph

55661 Commits (30a53b792959b36f07200dae246067b3adbcc0b9)
 

Author SHA1 Message Date
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
Robert Haas ebd551f586 Update some incorrect comments about xlog records. 3 years ago
Peter Eisentraut b6a0d469ca meson: Prevent installation of test files during main install 3 years ago
Peter Eisentraut b1307b8b60 Fix incorrect format placeholders 3 years ago
Michael Paquier d28a449854 Force testing of query jumbling in 027_stream_regress.pl 3 years ago
Michael Paquier d0028e35a0 Refactor more the regression tests of pg_stat_statements 3 years ago
Tom Lane 98a88bc2bc Harden new test case against force_parallel_mode = regress. 3 years ago
Tom Lane 3dfae91f7a Show "internal name" not "source code" in psql's \df+ command. 3 years ago
Thomas Munro 1da569ca1f Don't leak descriptors into subprograms. 3 years ago
Tom Lane 6b661b01f4 Remove local optimizations of empty Bitmapsets into null pointers. 3 years ago
Tom Lane 00b41463c2 Require empty Bitmapsets to be represented as NULL. 3 years ago
Tom Lane 141225b251 Mop up some undue familiarity with the innards of Bitmapsets. 3 years ago
Tom Lane 462bb7f128 Remove bms_first_member(). 3 years ago
Daniel Gustafsson 2f80c95740 Mark options as deprecated in usage output 3 years ago
Daniel Gustafsson 7ab1bc2939 Fix outdated references to guc.c 3 years ago
Peter Eisentraut 4ac30ba4f2 Make some xlogreader messages more accurate 3 years ago
Michael Paquier be753639d3 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane d7056bc1c7 Avoid fetching one past the end of translate()'s "to" parameter. 3 years ago
Tomas Vondra 6095069b40 Improve wording in pg_dump compression docs 3 years ago