Commit Graph

43341 Commits (b5c75feca7ffb2667c42b86286e262d6cb709b76)
 

Author SHA1 Message Date
Peter Eisentraut b5c75feca7 Remove to pre-8.2 coding convention for PG_MODULE_MAGIC 8 years ago
Tom Lane 04e9678614 Code review for nodeGatherMerge.c. 8 years ago
Tom Lane 41b0dd987d Separate reinitialization of shared parallel-scan state from ExecReScan. 8 years ago
Tom Lane 6c2c5bea3c Restore test case from a2b70c89ca. 8 years ago
Tom Lane 7df2c1f8da Force rescanning of parallel-aware scan nodes below a Gather[Merge]. 8 years ago
Peter Eisentraut 00f6d5c2c3 doc: Avoid sidebar element 8 years ago
Tom Lane 6cbee65eee Doc: document libpq's restriction to INT_MAX rows in a PGresult. 8 years ago
Tom Lane 2e70d6b5e9 Teach libpq to detect integer overflow in the row count of a PGresult. 8 years ago
Robert Haas bf11e7ee2e Propagate sort instrumentation from workers back to leader. 8 years ago
Robert Haas 3452dc5240 Push tuple limits through Gather and Gather Merge. 8 years ago
Tom Lane ce5dcf54b9 Improve docs about numeric formatting patterns (to_char/to_number). 8 years ago
Tom Lane dc4f356b44 Doc: adjust release-note credit for parallel pg_restore fix. 8 years ago
Tom Lane 95e28b7f0c Fix over-aggressive sanity check in misc_sanity.sql. 8 years ago
Peter Eisentraut 46596f8d6b Clarify documentation 8 years ago
Tom Lane f97c55c708 Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. 8 years ago
Tom Lane 6a5366e69a Doc: update v10 release notes through today. 8 years ago
Tom Lane f1b10496a5 First-draft release notes for 9.6.5. 8 years ago
Michael Meskes 04fbe0e451 Changed order of statements and added an additiona MSVC safeguard to make ecpg 8 years ago
Peter Eisentraut 2073c641b4 pg_test_timing: Some NLS fixes 8 years ago
Michael Meskes a772624b1d Make setlocale in ECPG test cases thread aware on Windows. 8 years ago
Robert Haas 449338cc64 Improve low-level backup documentation. 8 years ago
Tom Lane aae62278e1 Fix locale dependency in new ecpg test case. 8 years ago
Peter Eisentraut 99ce446ada pg_upgrade: Remove more dead code 8 years ago
Peter Eisentraut e86ac70d6e Message translatability fixes 8 years ago
Michael Meskes d22e9d5305 Implement DO CONTINUE action for ECPG WHENEVER statement. 8 years ago
Tom Lane 3f4c7917b3 Code review for pushing LIMIT through subqueries. 8 years ago
Andres Freund d36f7efb39 Add minimal regression test for blessed record type transfer. 8 years ago
Andres Freund d7694fc148 Consolidate the function pointer types used by dshash.c. 8 years ago
Andres Freund 4569715bd6 Fix unlikely shared memory leak after failure in dshash_create(). 8 years ago
Andres Freund 20fbf25533 Fix harmless thinko in dsa.c. 8 years ago
Stephen Frost 0cdc3e47be psql: Fix \gx when FETCH_COUNT is used 8 years ago
Peter Eisentraut 6ce6a61840 pg_upgrade: Remove dead code 8 years ago
Peter Eisentraut fe7774144d Increase SCRAM salt length 8 years ago
Tom Lane 1177ab1dab Make new regression test case parallel-safe, and improve its output. 8 years ago
Peter Eisentraut 27b89876c0 Fix up secondary expected files 8 years ago
Peter Eisentraut 6d242ee980 Update code comment for temporary replication slots 8 years ago
Peter Eisentraut 1e1b01cd16 Fix outdated comment 8 years ago
Peter Eisentraut 237a0b87b1 Improve plural handling in error message 8 years ago
Peter Eisentraut 85f4d6393d Tweak some SCRAM error messages and code comments 8 years ago
Peter Eisentraut 580ddcec39 Fix translation marker 8 years ago
Andres Freund 8c0d7bafad Hash tables backed by DSA shared memory. 8 years ago
Peter Eisentraut 7e046e6e8a pg_upgrade: Message translatability and style fixes 8 years ago
Peter Eisentraut b5664cfd4c doc: Mention identity column feature in section on serial 8 years ago
Andres Freund 35ea75632a Refactor typcache.c's record typmod hash table. 8 years ago
Andres Freund 0052a0243d Add a hash_combine function for mixing hash values. 8 years ago
Peter Eisentraut 2bfd1b1ee5 Don't install ICU collation keyword variants 8 years ago
Peter Eisentraut 51e225da30 Expand set of predefined ICU locales 8 years ago
Robert Haas 1f6d515a67 Push limit through subqueries to underlying sort, where possible. 8 years ago
Robert Haas 79ccd7cbd5 pg_prewarm: Add automatic prewarm feature. 8 years ago
Noah Misch 66ed3829df Inject $(ICU_LIBS) regardless of platform. 8 years ago