Commit Graph

55779 Commits (869650fa86adf74fca7f566c9317f6310f8b400c)
 

Author SHA1 Message Date
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
Tom Lane 71a75626d5 Drop test view when done with it. 3 years ago
Michael Paquier 737668d9e3 Fix expected output of xml_2.out 3 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Tom Lane 728560db7d Suppress compiler warnings in new pgstats code. 3 years ago
Tom Lane 53fe7e6cb8 Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Heikki Linnakangas 46647cc4b8 Replace single-quotes with double-quotes in a few SGML attributes. 3 years ago
Heikki Linnakangas 0a0500207a pg_rewind: Remove notice in docs about running CHECKPOINT after promote. 3 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 3 years ago
Amit Kapila a6cd1fc692 Change xl_hash_vacuum_one_page.ntuples from int to uint16. 3 years ago
Tom Lane ded7b7bbc3 Silence more compiler warnings introduced by d87d548cd0. 3 years ago
Andrew Dunstan 18f2f8b8b0 Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Dean Rasheed ee7e8f3838 Doc: Miscellaneous doc updates for MERGE. 3 years ago
Tom Lane 87f3667ec0 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 3 years ago
Dean Rasheed a7d71c41db Fix mishandling of OLD/NEW references in subqueries in rule actions. 3 years ago
Jeff Davis 05fc551796 Silence compiler warnings introduced by d87d548cd0. 3 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 3 years ago
Daniel Gustafsson d959523257 Disallow NULLS NOT DISTINCT indexes for primary keys 3 years ago
Daniel Gustafsson 94851e4b90 pg_dump: Remove move "blob" terminology 3 years ago
Peter Eisentraut 318b1c0cc1 Fix incorrect format placeholders 3 years ago
Andres Freund 4fc53819a4 meson: windows: Fix tmp_install + prefix computation with meson 1.0.1 3 years ago
Tom Lane 05172f1f37 Don't repeatedly register cache callbacks in pgoutput plugin. 3 years ago
Tomas Vondra 0da243fed0 Add LZ4 compression to pg_dump 3 years ago
Jeff Davis e0b3074e89 Remove unnecessary #ifdef USE_ICU and branch. 3 years ago
Jeff Davis 6974a8f768 Refactor to introduce pg_locale_deterministic(). 3 years ago