Commit Graph

55653 Commits (d69cd3a2e29c68a3fdfd4e97167f9a7c6ad29e80)
 

Author SHA1 Message Date
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
Tomas Vondra 34ce114374 Fix condition in pg_dump TAP test 3 years ago
Peter Eisentraut d2f44cc36e meson: Add equivalent of configure --disable-rpath option 3 years ago
Michael Paquier 6da67a0c11 doc: Mention de-normalization of deallocated entries in pg_stat_statements 3 years ago
Michael Paquier 6a88a05861 doc: Update pg_stat_statements about query ID calculation of utilities 3 years ago
Tom Lane b1b86820d8 Suppress more compiler warnings in new pgstats code. 3 years ago
Michael Paquier 019f862466 doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect 3 years ago
Tom Lane 128dd9f9ec Fix logic buglets in pg_dump's flagInhAttrs(). 3 years ago
Andrew Dunstan b5737efea0 Remove unnecessary and problematic collate.windows.win1252 tests 3 years ago