Commit Graph

55532 Commits (1b43743f1174a5b98f77c8090a89d829c2874441)
 

Author SHA1 Message Date
Michael Paquier 1b43743f11 Add description for new patterns supported in HBA and ident sample files 2 years ago
Alvaro Herrera fd923b5de9
Don't rely on uninitialized value in MERGE / DELETE 2 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 2 years ago
Michael Paquier 8e0e0698f1 doc: Fix spelling of option -Dtap_tests for meson 2 years ago
Michael Paquier 9244c11afe Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 2 years ago
Tatsuo Ishii 87f21d2c68 Fix make_etags failure on Mac. 2 years ago
Peter Eisentraut 3b12e68a5c Change argument type of pq_sendbytes from char * to void * 2 years ago
Jeff Davis a8a44828a2 Correct docs for the default locale_provider of a new database. 2 years ago
Tom Lane e9a20e451f When removing a relation from the query, drop its RelOptInfo. 2 years ago
Tom Lane c7468c73f7 Fix buggy recursion in flatten_rtes_walker(). 2 years ago
Tom Lane f50f029c49 Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check. 2 years ago
Andrew Dunstan b16259b3c1 Remove obsolete pgindent options --code-base and --build 2 years ago
Alvaro Herrera 9a31256231
Fix object identity string for transforms 2 years ago
Alvaro Herrera a1acdacada
Add wait_for_replay_catchup wrapper to Cluster.pm 2 years ago
David Rowley ec5a010ab2 Fix pfree issue in presorted DISTINCT aggregate code 2 years ago
Peter Eisentraut bd944884e9 Consolidate ItemPointer to Datum conversion functions 2 years ago
David Rowley 7da51590ed Fix incorrect presorted DISTINCT aggregate if condition 2 years ago
David Rowley 836c31ba50 Disable WindowAgg inverse transitions when subplans are present 2 years ago
Michael Paquier 2a507f6fd8 Mark more nodes with attribute no_query_jumble 2 years ago
Tom Lane 6ded4a5a3d Make pg_bsd_indent's .h files inclusion-order-safe. 2 years ago
Tom Lane 5e80d35154 Avoid dereferencing an undefined pointer in DecodeInterval(). 2 years ago
Tom Lane 156c049bee Integrate pg_bsd_indent into our build/test infrastructure. 2 years ago
Tom Lane b44e5fced3 Sync pg_bsd_indent's copyright notices with Postgres practice. 2 years ago
Tom Lane 4e831f4cee Import pg_bsd_indent sources. 2 years ago
Andrew Dunstan dab07e8c68 pgindent: filter files for the --commit option 2 years ago
Andres Freund 10a082bf72 Add tests for pg_stat_io 2 years ago
Andres Freund 9c83bbcf7e Create regress_tblspc in test_setup 2 years ago
Andres Freund a9c70b46db Add pg_stat_io view, providing more detailed IO statistics 2 years ago
Tom Lane 44e56baa80 Fix join removal logic to clean up sub-RestrictInfos of OR clauses. 2 years ago
Tom Lane acc5821e4d Further fixes in qual nullingrel adjustment for outer join commutation. 2 years ago
Peter Eisentraut f8ba1bf4e4 Fix incorrect format placeholder 2 years ago
Michael Paquier 9e8b694d81 Fix typo in parsenodes.h 2 years ago
Andres Freund f30d62c2fc pgstat: Track more detailed relation IO statistics 2 years ago
Andrew Dunstan 40d0b2d415 Fix help text spacing in pgindent 2 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 2 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 2 years ago
Andres Freund 28e626bde0 pgstat: Infrastructure for more detailed IO statistics 2 years ago
Andres Freund 49c2c5fcb1 Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 9600371764 2 years ago
Tom Lane 969509c3f2 Stop recommending auto-download of DTD files, and indeed disable it. 2 years ago
Andrew Dunstan 068a243b77 pgindent: more ways to find files to indent 2 years ago
Tom Lane d1c9c864fc Further tighten nullingrel marking rules in build_joinrel_tlist(). 2 years ago
Tom Lane 798c017634 remove_rel_from_query() must clean up PlaceHolderVar.phrels fields. 2 years ago
Michael Paquier b7e84c65d5 Remove SQL regression tests for GUCs related to NO_SHOW_ALL 2 years ago
David Rowley 9ed50ab349 Remove stray duplicated comment in heapam.h 2 years ago
Amit Kapila 8c58624df4 Fix the logical replication timeout during large DDLs. 2 years ago
Tom Lane fee7b77b90 Rethink nullingrel marking rules in build_joinrel_tlist(). 2 years ago
Tom Lane e2c78e7ab4 Doc: make src/test/*/README match current reality. 2 years ago
Tom Lane 2cbbffff05 Remove leftover code in deconstruct_distribute_oj_quals(). 2 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 2 years ago
Amit Kapila d9d7fe68d3 Use appropriate wait event when sending data in the apply worker. 2 years ago