Commit Graph

43300 Commits (7e046e6e8a33f8a7ef641b9539376cf939993105)
 

Author SHA1 Message Date
Peter Eisentraut 7e046e6e8a pg_upgrade: Message translatability and style fixes 9 years ago
Peter Eisentraut b5664cfd4c doc: Mention identity column feature in section on serial 9 years ago
Andres Freund 35ea75632a Refactor typcache.c's record typmod hash table. 9 years ago
Andres Freund 0052a0243d Add a hash_combine function for mixing hash values. 9 years ago
Peter Eisentraut 2bfd1b1ee5 Don't install ICU collation keyword variants 9 years ago
Peter Eisentraut 51e225da30 Expand set of predefined ICU locales 9 years ago
Robert Haas 1f6d515a67 Push limit through subqueries to underlying sort, where possible. 9 years ago
Robert Haas 79ccd7cbd5 pg_prewarm: Add automatic prewarm feature. 9 years ago
Noah Misch 66ed3829df Inject $(ICU_LIBS) regardless of platform. 9 years ago
Andres Freund c6293249dc Partially flatten struct tupleDesc so that it can be used in DSM. 9 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 9 years ago
Tom Lane b1c2d76a2f Fix possible core dump in parallel restore when using a TOC list. 9 years ago
Peter Eisentraut 24620fc52b Fix creation of ICU comments for keyword variants 9 years ago
Robert Haas c4b841ba6a Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. 9 years ago
Tom Lane a20aac890a Temporarily revert test case from a2b70c89ca. 9 years ago
Robert Haas 54cde0c4c0 Don't lock tables in RelationGetPartitionDispatchInfo. 9 years ago
Robert Haas ecfe59e50f Refactor validation of new partitions a little bit. 9 years ago
Robert Haas 1e56883a52 Attempt to clarify comments related to force_parallel_mode. 9 years ago
Tom Lane a2b70c89ca Fix ExecReScanGatherMerge. 9 years ago
Tom Lane b5178c5d08 Further tweaks to compiler flags for PL/Perl on Windows. 9 years ago
Peter Eisentraut d542859350 doc: Update RFC URLs 9 years ago
Robert Haas 79f457e53a Remove bogus line from comment. 9 years ago
Tom Lane 963af96920 Add missing "static" marker. 9 years ago
Peter Eisentraut bfe089e372 doc: Fix table column count 9 years ago
Peter Eisentraut cf851519d4 pg_dump: Support using synchronized snapshots on standbys 9 years ago
Heikki Linnakangas dcd052c8d2 Fix pg_atomic_u64 initialization. 9 years ago
Tom Lane ec0a69e49b Extend the default rules file for contrib/unaccent with Vietnamese letters. 9 years ago
Tom Lane 2b74303637 Make the planner assume that the entries in a VALUES list are distinct. 9 years ago
Heikki Linnakangas ac883ac453 Fix shm_toc.c to always return buffer-aligned memory. 9 years ago
Peter Eisentraut 4395f7daf3 doc: Update URL of DocBook XSL stylesheets 9 years ago
Peter Eisentraut 346d5bf1ca doc: Add logical replication to comparison matrix 9 years ago
Peter Eisentraut 9b5140fb50 Correct representation of foreign tables in information schema 9 years ago
Heikki Linnakangas 3cda10f41b Use atomic ops to hand out pages to scan in parallel scan. 9 years ago
Heikki Linnakangas 0c504a80cf Remove dedicated B-tree root-split record types. 9 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 9 years ago
Peter Eisentraut 4d4c891715 Initialize replication_slot_catalog_xmin in procarray 9 years ago
Peter Eisentraut 0a2d43d988 doc: Document pg_receivewal exit behavior and status 9 years ago
Peter Eisentraut 514731af58 pg_receivewal: Improve verbose mode 9 years ago
Peter Eisentraut 0659465caa Include foreign tables in information_schema.table_privileges 9 years ago
Peter Eisentraut 0f0ee68e94 psql: Add tab completion for \pset pager 9 years ago
Alvaro Herrera 31ae1638ce Simplify autovacuum work-item implementation 9 years ago
Tom Lane b73f1b5c29 Make simpler-simple-expressions code cope with a Gather plan. 9 years ago
Peter Eisentraut 70b573b267 Fix logical replication protocol comparison logic 9 years ago
Peter Eisentraut 34a23a3426 doc: Add missing logical replication protocol message 9 years ago
Peter Eisentraut e42351ae07 Simplify some code in logical replication launcher 9 years ago
Peter Eisentraut 270fec9f0b doc: Improve PDF bookmarks 9 years ago
Tom Lane 4867d7f62f Avoid out-of-memory in a hash join with many duplicate inner keys. 9 years ago
Alvaro Herrera d9a622cee1 Fix error handling path in autovacuum launcher 9 years ago
Robert Haas e139f1953f Assorted preparatory refactoring for partition-wise join. 9 years ago
Tom Lane 00418c6124 Simplify plpgsql's check for simple expressions. 9 years ago