Commit Graph

60750 Commits (cc5d98525d43c22b98f360ef0f2c8d7dc57f04dc)
 

Author SHA1 Message Date
Richard Guo cc5d98525d Fix incorrect handling of subquery pullup 10 months ago
Richard Guo 4c49611715 Remove code setting wrap_non_vars to true for UNION ALL subqueries 10 months ago
Jeff Davis d3b2e5e1ab Refactor convert_case() to prepare for optimizations. 10 months ago
Amit Kapila 3abe9dc188 Avoid invalidating all RelationSyncCache entries on publication rename. 10 months ago
Thomas Munro 75da2bece6 Fix read_stream.c for changing io_combine_limit. 10 months ago
Amit Langote d4f79865d4 Fix copy-paste error in datum_to_jsonb_internal() 10 months ago
Masahiko Sawada 4ecdd4110d pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf. 10 months ago
David Rowley cdc1471cc7 Add b955df443 to .git-blame-ignore-revs 10 months ago
David Rowley b955df4434 Fix indentation issue 10 months ago
Masahiko Sawada 9e088f7dd8 Fix compiler warning in pg_logicalinspect. 10 months ago
Heikki Linnakangas ac4494646d Rename alloc/free functions in reorderbuffer.c 10 months ago
Nathan Bossart 025e7e1eb4 Remove count_one_bits() in acl.c. 10 months ago
Melanie Plageman ff79b5b2ab Increase default effective_io_concurrency to 16 10 months ago
Heikki Linnakangas af717317a0 Handle interrupts while waiting on Append's async subplans 10 months ago
Tom Lane f4e7756ef9 Build whole-row Vars the same way during parsing and planning. 10 months ago
Melanie Plageman 18cd15e706 Add connection establishment duration logging 10 months ago
Melanie Plageman 9219093cab Modularize log_connections output 10 months ago
Michael Paquier f554a95379 Remove initialization from PendingBackendStats 10 months ago
Peter Eisentraut 72a3d0462b Prepare for Python "Limited API" in PL/Python 10 months ago
Tom Lane c872516d8f Doc: silence A4 PDF build warnings. 10 months ago
Heikki Linnakangas 043745c3a0 Improve snapmgr.c comment 10 months ago
Heikki Linnakangas 8076c00592 Assert that a snapshot is active or registered before it's used 10 months ago
Masahiko Sawada bd65cb3cd4 pg_logicalinspect: Fix possible crash when passing a directory path. 10 months ago
Masahiko Sawada a49927f04c pg_logicalinspect: Stabilize isolation tests. 10 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 10 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 10 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 10 months ago
Peter Eisentraut 12c5f797ea Update nls.mk for newly added file 10 months ago
Álvaro Herrera 17ce344f86
BRIN: be more strict about required support procs 10 months ago
Daniel Gustafsson d35d32d711 Add special case fast-paths for strict functions 10 months ago
Daniel Gustafsson 8dd7c7cd0a Replace EEOP_DONE with special steps for return/no return 10 months ago
Peter Eisentraut dabccf4513 Move RemoveInheritedConstraint() call slightly earlier 10 months ago
Peter Eisentraut 1d26c2d2c4 refactor: Split tryAttachPartitionForeignKey() 10 months ago
Peter Eisentraut 64224a834c refactor: re-add ATExecAlterChildConstr() 10 months ago
Michael Paquier 76def4cdd7 Add WAL data to backend statistics 10 months ago
Andres Freund 59a1592e39 tests: Make postmaster/002_connection_limits deal verbose logs 10 months ago
Tom Lane 29d6808ede CREATE INDEX: do update index stats if autovacuum=off. 10 months ago
Heikki Linnakangas f7c566a1a2 Fix a few more redundant calls of GetLatestSnapshot() 10 months ago
Heikki Linnakangas 2367503177 Fix snapshot used in logical replication index lookup 10 months ago
Tom Lane 9f87e2593f Doc: improve description of window function processing. 10 months ago
Alexander Korotkov 6bb6a62f3c Use extended stats for precise estimation of bucket size in hash join 10 months ago
Alexander Korotkov fae535da0a Teach Append to consider tuple_fraction when accumulating subpaths. 10 months ago
Peter Eisentraut b83e8a2ca2 Remove support for temporal RESTRICT foreign keys 10 months ago
David Rowley e033696596 Fix incorrect #endif comment 10 months ago
Heikki Linnakangas 03f8e9a7fe Fix incorrect assertion in libpqwalreceiver 10 months ago
Heikki Linnakangas 2a943afcff Fix test name and username used in failed connection attempts 10 months ago
Tom Lane fedfcf6650 Don't try to parallelize array_agg() on an anonymous record type. 10 months ago
Nathan Bossart 3c472a1829 doc: Adjust note about pg_upgrade's --jobs option. 10 months ago
Jeff Davis 1852aea3f5 Don't convert to and from floats in pg_dump. 10 months ago
Tom Lane 7fb8801021 Clear errno before calling strtol() in spell.c. 10 months ago