Commit Graph

55610 Commits (d2f44cc36e60b5490e56fd2aa7d3381764a38d36)
 

Author SHA1 Message Date
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
Peter Eisentraut 6c14fb17e4 Fix more outdated comments 3 years ago
Peter Eisentraut f5da3d85b9 Fix up outdated comments 3 years ago
Tom Lane cad5692051 Fix up join removal's interaction with PlaceHolderVars. 3 years ago
Peter Eisentraut 7ba09efe24 doc: Fix SQL keywords lists 3 years ago
Robert Haas 8a2f783cc4 Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 3 years ago
Peter Eisentraut 0ae4e49fa6 doc: Fix description of SQL standard parts 3 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 3 years ago
Michael Paquier 009f8d1714 Extend check_GUC_init() with checks on flag combinations when loading GUCs 3 years ago
Michael Paquier d07c2948bf Add support for progress reporting to pg_verifybackup 3 years ago
Michael Paquier 71c37797d7 Properly NULL-terminate GSS receive buffer on error packet reception 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Tom Lane b2d0e13a0a Fix over-optimistic updating of info about commutable outer joins. 3 years ago
Tom Lane 9f452feeeb Fix thinko in qual distribution. 3 years ago
Tom Lane 8538519db1 Fix thinko in outer-join removal. 3 years ago
Tom Lane 5840c20272 Rethink treatment of "postponed" quals in deconstruct_jointree(). 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Peter Eisentraut 1b6f632a35 Remove unused code related to unknown type 3 years ago
Dean Rasheed b2d4792890 Make int64_div_fast_to_numeric() more robust. 3 years ago
Peter Eisentraut 2010d8b75a doc: Fix XML formatting that psql cannot handle 3 years ago