Commit Graph

57431 Commits (9d49837d7144e27ad8ea8918acb28f9872cb1585)
 

Author SHA1 Message Date
Peter Eisentraut 9d49837d71 Follow-up fixes for "Make all Perl warnings fatal" 2 years ago
Jeff Davis 2c321ceaa9 Fix collate.windows.win1252 test. 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Tom Lane 7418767f11 In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Peter Eisentraut 541e8f14a1 Fix variable name and comment 2 years ago
Michael Paquier f246c48ac4 doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane 58054de2d0 Improve the implementation of information_schema._pg_expandarray(). 2 years ago
Tom Lane 6c361d323b Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane 3f1fd41631 Fix another incorrect data type choice from commit dc2123400. 2 years ago
Peter Eisentraut 390408ec08 Fix incorrect format placeholders 2 years ago
Peter Eisentraut a7ebd82b9e Fix a warning in Perl test code 2 years ago
Tom Lane 98c6231d19 Fix incorrect data type choices in some read and write calls. 2 years ago
Robert Haas da083b20f6 Initialize variable to placate compiler. 2 years ago
Alexander Korotkov 7e6fb5da41 Improvements and fixes for e0b1ee17dc 2 years ago
Alexander Korotkov 06b10f80ba Remove BTScanOpaqueData.firstPage 2 years ago
Peter Eisentraut 3e527aeeed pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7 2 years ago
Peter Eisentraut 3727b8d0e3 pg_stat_statements: Add test coverage for pg_stat_statements_1_8() 2 years ago
John Naylor 7d7ef075d2 Fix typo and case in messages 2 years ago
Alexander Korotkov e0477837ce Make replace_relid() leave argument unmodified 2 years ago
Alexander Korotkov 7d58f2342b REALLOCATE_BITMAPSETS manual compile-time option 2 years ago
Alexander Korotkov 71a3e8c43b Add asserts to bimapset manipulation functions 2 years ago
Tom Lane 059de3ca47 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane a46972e30c Fix mistaken file name in plpython's meson recipe. 2 years ago
Tom Lane 58c3151bbc Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Peter Eisentraut c4fe2e8220 Add meson NLS support for pg_combinebackup 2 years ago
Bruce Momjian f67a3d4268 doc: add ISO 8601 extended format example using to_char() 2 years ago
Tom Lane bbf1f13408 Add empty placeholder LINGUAS file for pg_combinebackup. 2 years ago
Peter Eisentraut d327f418d1 Remove unused macro 2 years ago
Michael Paquier 231ff70f98 Fix some translatable strings in pg_basebackup and pg_combinebackup 2 years ago
Amit Kapila 0eac3c798c Doc: Add missing pgoutput options. 2 years ago
Tom Lane bad0763a4d Fix erroneous -Werror=missing-braces on old GCC. 2 years ago
Alexander Korotkov 0a93f803f4 Fix a comment for remove_self_joins_recurse() 2 years ago
Alexander Korotkov b5fb6736ed Don't constrain self-join removal due to PHVs 2 years ago
Alexander Korotkov 8a8ed916f7 Handle PlaceHolderVar case in replace_varno_walker 2 years ago
Alexander Korotkov 12915a58ee Enhance checkpointer restartpoint statistics 2 years ago
Michael Paquier 64e77b496a pgbench: Fix overflow in table populating when rows >= 2^31-1 2 years ago
Tom Lane da44ff312e Set readline-relevant ENV vars in interactive_psql(), not caller. 2 years ago
Peter Eisentraut 3e2e0d5ad7 Set all variable-length fields of pg_attribute to null on column drop 2 years ago
Tom Lane e2b73f4a4d Stop generating plain-text INSTALL instructions. 2 years ago
Andrew Dunstan 8ddf9c1dc0 Make win32tzlist.pl checkable again 2 years ago
Jeff Davis 8793c60051 Initialize data directories with --lc-messages=C for tests. 2 years ago
Robert Haas ffc6ab9b56 Replace nonsense comment with a relevant one. 2 years ago
Robert Haas 49f2194ed5 Fix numerous typos in incremental backup commits. 2 years ago
Tom Lane ba08c10fcd pg_combinebackup didn't clean its tmp_check directory, either. 2 years ago
Tom Lane 903737c5bf Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Tom Lane 0590480132 pg_combinebackup's .gitignore file is incomplete. 2 years ago
Dean Rasheed a0ff37173d Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Peter Eisentraut e557db106e Fix prologue of get_partition_ancestors() 2 years ago
Peter Eisentraut 9ca6e7b941 meson: Make gzip and tar optional 2 years ago
Peter Eisentraut 9aa374dcfb meson: Make sed optional 2 years ago