Commit Graph

61270 Commits (1aa7cf9eb85972aaf2969306e84f5fc794fbef7f)
 

Author SHA1 Message Date
Alexander Korotkov 1aa7cf9eb8 Disallow removing placeholders during Self-Join Elimination. 8 months ago
Tom Lane 2f5b056203 Remove inappropriate inclusions of c.h and postgres_fe.h. 8 months ago
Tom Lane 94b84a6072 Don't use double-quotes in #include's of system headers, redux. 8 months ago
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 8 months ago
Tom Lane e8ca9ed1d2 Don't use double-quotes in #include's of system headers. 8 months ago
David Rowley 936457419d Eliminate divide in new fast-path locking code 8 months ago
John Naylor 27757677ca Match parameter in new function to earlier equivalents 8 months ago
Bruce Momjian 10e8176950 doc: improve wording of vacuum_max_eager_freeze_failure_rate 8 months ago
Andres Freund 039bfc457e aio: Improve debug logging around waiting for IOs 8 months ago
Andres Freund 500b61769f Fix bug allowing io_combine_limit > io_max_combine_combine limit 8 months ago
Andres Freund 0d9114b704 aio: Fix crash potential for pg_aios views due to late state update 8 months ago
Peter Eisentraut 76d52e7165 Fix incorrect format placeholders 8 months ago
Peter Eisentraut 385959bdea Fix terminology in comment and message 8 months ago
Peter Eisentraut 0787646e1d Small code consistency improvement 8 months ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 8 months ago
Fujii Masao 632f62dcec doc: remove unnecessary secondary index terms for replication settings. 8 months ago
Bruce Momjian 6389db2320 doc: simplify new EXPLAIN ANALYZE BUFFERS description 8 months ago
Michael Paquier 3631612eae psql: Fix assertion failures with pipeline mode 8 months ago
Michael Paquier 923ae50cf5 Add sanity check for dshash entries when reading pgstats file 8 months ago
Tom Lane bc19f63f80 Avoid possibly-theoretical OOM crash hazard in hash_create(). 8 months ago
Jacob Champion 005ccae0f2 oauth: Support Python 3.6 in tests 8 months ago
Alexander Korotkov bb78e42678 Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() 8 months ago
Alexander Korotkov 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() 8 months ago
Tom Lane 3db61db48e Change the names generated for child foreign key constraints. 8 months ago
Daniel Gustafsson 994a100b37 Allocate JsonLexContexts on the heap to avoid warnings 8 months ago
Michael Paquier 0ff95e0a5b psql: Rework TAP routine psql_fails_like() to define WAL sender context 8 months ago
Amit Kapila 0e091ce409 Fix an oversight in 3f28b2fcac. 8 months ago
Michael Paquier 1f7878c33c Remove assertion based on pending_since in pgstat_report_stat() 8 months ago
Tom Lane e0f373ee42 Re-enable SSL connect_fails tests, and fix related race conditions. 8 months ago
Tom Lane da83b1ea10 Avoid depending on post-UPDATE row order in float4/float8 tests. 8 months ago
Tom Lane eaf582806c gen_node_support.pl: improve error message for unclosed struct. 8 months ago
Michael Paquier e29df428a1 doc: Mention naming convention used by injection points 8 months ago
David Rowley 0b06459f3c Doc: reword text explaining the --maintenance-db option 8 months ago
Michael Paquier 02c63f9438 Rename injection point for invalidation messages at end of transaction 8 months ago
David Rowley 5e6f9a9c4e Doc: various fixups 8 months ago
David Rowley d010cc6cca Doc: fix incorrect punctuation 8 months ago
Jeff Davis 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. 8 months ago
Tom Lane 80b727eb9d Use the same cmd_context throughout a walsender's lifetime. 8 months ago
Tom Lane 5ec8b01c30 MemoryContextCreate: assert parent is valid and different from node. 8 months ago
Fujii Masao 706cbed351 doc: Fix memory context level in pg_log_backend_memory_contexts() example. 8 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 8 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 8 months ago
Noah Misch 8180136652 Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START. 8 months ago
Noah Misch 714bd9e3a7 Test restartpoints in archive recovery. 8 months ago
Noah Misch 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 8 months ago
David Rowley d47f922246 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 8 months ago
Michael Paquier 78231baaf9 psql: Split extended query protocol meta-commands in --help=commands 8 months ago
Michael Paquier 5743d122fc psql: Improve descriptions of \\flush[request] in --help 8 months ago
Michael Paquier 5ee7bd944e psql: Fix incorrect status code returned by \getresults 8 months ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 8 months ago