summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-01Fix two-phase commit test for recovery modeAlvaro Herrera
2017-09-01Restore behavior for replication origin dropAlvaro Herrera
2017-09-01Avoid race condition in logical replication testSimon Riggs
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-09-01Fix assorted carelessness about Datum vs. int64 vs. uint64Robert Haas
2017-09-01Try to repair poorly-considered code in previous commit.Robert Haas
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-31Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane
2017-08-31Expand partitioned tables in PartDesc order.Robert Haas
2017-08-31Clean up shm_mq cleanup.Tom Lane
2017-08-31Improve code coverage of select_parallel test.Tom Lane
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-08-30Code review for nodeGatherMerge.c.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-30Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-08-29Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-08-28Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane
2017-08-26Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes
2017-08-26pg_test_timing: Some NLS fixesPeter Eisentraut
2017-08-26Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes
2017-08-25Fix locale dependency in new ecpg test case.Tom Lane
2017-08-25pg_upgrade: Remove more dead codePeter Eisentraut
2017-08-25Message translatability fixesPeter Eisentraut
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-08-25Code review for pushing LIMIT through subqueries.Tom Lane
2017-08-25Add minimal regression test for blessed record type transfer.Andres Freund
2017-08-25Consolidate the function pointer types used by dshash.c.Andres Freund
2017-08-24Fix unlikely shared memory leak after failure in dshash_create().Andres Freund
2017-08-24Fix harmless thinko in dsa.c.Andres Freund
2017-08-24psql: Fix \gx when FETCH_COUNT is usedStephen Frost
2017-08-24pg_upgrade: Remove dead codePeter Eisentraut
2017-08-24Increase SCRAM salt lengthPeter Eisentraut
2017-08-24Make new regression test case parallel-safe, and improve its output.Tom Lane
2017-08-24Fix up secondary expected filesPeter Eisentraut
2017-08-23Update code comment for temporary replication slotsPeter Eisentraut
2017-08-23Fix outdated commentPeter Eisentraut
2017-08-23Improve plural handling in error messagePeter Eisentraut
2017-08-23Tweak some SCRAM error messages and code commentsPeter Eisentraut
2017-08-23Fix translation markerPeter Eisentraut
2017-08-23Hash tables backed by DSA shared memory.Andres Freund
2017-08-23pg_upgrade: Message translatability and style fixesPeter Eisentraut
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-22Add a hash_combine function for mixing hash values.Andres Freund
2017-08-21Don't install ICU collation keyword variantsPeter Eisentraut
2017-08-21Expand set of predefined ICU localesPeter Eisentraut
2017-08-21Push limit through subqueries to underlying sort, where possible.Robert Haas
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas