Commit Graph

43314 Commits (d7694fc148707cd8335d9ccfde9f4c17290189db)
 

Author SHA1 Message Date
Andres Freund d7694fc148 Consolidate the function pointer types used by dshash.c. 9 years ago
Andres Freund 4569715bd6 Fix unlikely shared memory leak after failure in dshash_create(). 9 years ago
Andres Freund 20fbf25533 Fix harmless thinko in dsa.c. 9 years ago
Stephen Frost 0cdc3e47be psql: Fix \gx when FETCH_COUNT is used 9 years ago
Peter Eisentraut 6ce6a61840 pg_upgrade: Remove dead code 9 years ago
Peter Eisentraut fe7774144d Increase SCRAM salt length 9 years ago
Tom Lane 1177ab1dab Make new regression test case parallel-safe, and improve its output. 9 years ago
Peter Eisentraut 27b89876c0 Fix up secondary expected files 9 years ago
Peter Eisentraut 6d242ee980 Update code comment for temporary replication slots 9 years ago
Peter Eisentraut 1e1b01cd16 Fix outdated comment 9 years ago
Peter Eisentraut 237a0b87b1 Improve plural handling in error message 9 years ago
Peter Eisentraut 85f4d6393d Tweak some SCRAM error messages and code comments 9 years ago
Peter Eisentraut 580ddcec39 Fix translation marker 9 years ago
Andres Freund 8c0d7bafad Hash tables backed by DSA shared memory. 9 years ago
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