summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-11Constify numeric.c.Andres Freund
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-10Remove pre-order and post-order traversal logic for red-black trees.Tom Lane
2017-09-09Fix failure-to-copy bug in commit 6f6b99d13.Tom Lane
2017-09-08Fix uninitialized-variable bug.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-08Remove mention of password_encryption = plain in postgresql.conf.sample.Tom Lane
2017-09-08Refactor get_partition_for_tuple a bit.Robert Haas
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-07Exclude special values in recovery_target_timeSimon Riggs
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-09-05Use lfirst_node() and linitial_node() where appropriate in planner.c.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-09-05Correct base backup throttlingAlvaro Herrera
2017-09-03Suppress compiler warnings in dshash.c.Tom Lane
2017-09-01Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane
2017-09-01Add memory info to getrusage outputPeter Eisentraut
2017-09-01Tighten up some code in RelationBuildPartitionDesc.Robert Haas
2017-09-01Use group updates when setting transaction status in clog.Robert Haas
2017-09-01Restore behavior for replication origin dropAlvaro Herrera
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-30Code review for nodeGatherMerge.c.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].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-25Code review for pushing LIMIT through subqueries.Tom Lane
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-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-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-21Don't install ICU collation keyword variantsPeter Eisentraut
2017-08-21Expand set of predefined ICU localesPeter Eisentraut