Commit Graph

43287 Commits (c4b841ba6aa9252ab9dacd59d317aba8cfa9b31a)
 

Author SHA1 Message Date
Robert Haas c4b841ba6a Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. 8 years ago
Tom Lane a20aac890a Temporarily revert test case from a2b70c89ca. 8 years ago
Robert Haas 54cde0c4c0 Don't lock tables in RelationGetPartitionDispatchInfo. 8 years ago
Robert Haas ecfe59e50f Refactor validation of new partitions a little bit. 8 years ago
Robert Haas 1e56883a52 Attempt to clarify comments related to force_parallel_mode. 8 years ago
Tom Lane a2b70c89ca Fix ExecReScanGatherMerge. 8 years ago
Tom Lane b5178c5d08 Further tweaks to compiler flags for PL/Perl on Windows. 8 years ago
Peter Eisentraut d542859350 doc: Update RFC URLs 8 years ago
Robert Haas 79f457e53a Remove bogus line from comment. 8 years ago
Tom Lane 963af96920 Add missing "static" marker. 8 years ago
Peter Eisentraut bfe089e372 doc: Fix table column count 8 years ago
Peter Eisentraut cf851519d4 pg_dump: Support using synchronized snapshots on standbys 8 years ago
Heikki Linnakangas dcd052c8d2 Fix pg_atomic_u64 initialization. 8 years ago
Tom Lane ec0a69e49b Extend the default rules file for contrib/unaccent with Vietnamese letters. 8 years ago
Tom Lane 2b74303637 Make the planner assume that the entries in a VALUES list are distinct. 8 years ago
Heikki Linnakangas ac883ac453 Fix shm_toc.c to always return buffer-aligned memory. 8 years ago
Peter Eisentraut 4395f7daf3 doc: Update URL of DocBook XSL stylesheets 8 years ago
Peter Eisentraut 346d5bf1ca doc: Add logical replication to comparison matrix 8 years ago
Peter Eisentraut 9b5140fb50 Correct representation of foreign tables in information schema 8 years ago
Heikki Linnakangas 3cda10f41b Use atomic ops to hand out pages to scan in parallel scan. 8 years ago
Heikki Linnakangas 0c504a80cf Remove dedicated B-tree root-split record types. 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Peter Eisentraut 4d4c891715 Initialize replication_slot_catalog_xmin in procarray 8 years ago
Peter Eisentraut 0a2d43d988 doc: Document pg_receivewal exit behavior and status 8 years ago
Peter Eisentraut 514731af58 pg_receivewal: Improve verbose mode 8 years ago
Peter Eisentraut 0659465caa Include foreign tables in information_schema.table_privileges 8 years ago
Peter Eisentraut 0f0ee68e94 psql: Add tab completion for \pset pager 8 years ago
Alvaro Herrera 31ae1638ce Simplify autovacuum work-item implementation 8 years ago
Tom Lane b73f1b5c29 Make simpler-simple-expressions code cope with a Gather plan. 8 years ago
Peter Eisentraut 70b573b267 Fix logical replication protocol comparison logic 8 years ago
Peter Eisentraut 34a23a3426 doc: Add missing logical replication protocol message 8 years ago
Peter Eisentraut e42351ae07 Simplify some code in logical replication launcher 8 years ago
Peter Eisentraut 270fec9f0b doc: Improve PDF bookmarks 8 years ago
Tom Lane 4867d7f62f Avoid out-of-memory in a hash join with many duplicate inner keys. 8 years ago
Alvaro Herrera d9a622cee1 Fix error handling path in autovacuum launcher 8 years ago
Robert Haas e139f1953f Assorted preparatory refactoring for partition-wise join. 8 years ago
Tom Lane 00418c6124 Simplify plpgsql's check for simple expressions. 8 years ago
Michael Meskes a4619b26a6 Allow continuation lines in ecpg cppline parsing. 8 years ago
Tom Lane f3a4d7e7c2 Distinguish wait-for-connection from wait-for-write-ready on Windows. 8 years ago
Robert Haas 480f1f4329 Teach adjust_appendrel_attrs(_multilevel) to do multiple translations. 8 years ago
Robert Haas d57929afc7 Avoid unnecessary single-child Append nodes. 8 years ago
Robert Haas 1295a77788 Add missing call to ExecReScanGatherMerge. 8 years ago
Robert Haas 23d7680d04 pg_dump: Add a --load-via-partition-root option. 8 years ago
Andres Freund d2bc501573 Expand coverage of parallel gather merge a bit. 8 years ago
Tom Lane 9f14dc393b Stamp HEAD as 11devel. 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Tom Lane 5b6289c1e0 Handle elog(FATAL) during ROLLBACK more robustly. 8 years ago
Peter Eisentraut 7f1bb1d734 Fix typo 8 years ago
Peter Eisentraut 79e5de690e doc: Fix logical replication protocol doc detail 8 years ago
Tom Lane 5a5c2feca3 Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. 8 years ago