Commit Graph

55679 Commits (9ecb134a93f0a82540b0e0bed67b30d0c9eb836a)
 

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