summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-23Fix translation markerPeter Eisentraut
2017-08-21Don't install ICU collation keyword variantsPeter Eisentraut
2017-08-21Expand set of predefined ICU localesPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-19Fix creation of ICU comments for keyword variantsPeter Eisentraut
2017-08-18Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas
2017-08-17Refactor validation of new partitions a little bit.Robert Haas
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-14Fix typoPeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-07Fix function name in code commentPeter Eisentraut
2017-08-07Improve wording of subscription refresh debug messagesPeter Eisentraut
2017-08-07Downgrade subscription refresh messages to DEBUG1Peter Eisentraut
2017-08-05Suppress unused-variable warnings when building with ICU 4.2.Tom Lane
2017-08-05Add support for ICU 4.2Peter Eisentraut
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-03Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas
2017-08-03Code beautification for ATExecAttachPartition.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-07-22Fix typo in commentAlvaro Herrera
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-07-08Avoid unreferenced-function warning on low-functionality platforms.Tom Lane
2017-07-07Fix typoAlvaro Herrera
2017-07-04Improve subscription lockingPeter Eisentraut
2017-06-30Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-22Update out-of-date comment in vacuumlazy.cRobert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas