summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2018-07-27Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLYPavan Deolasee
2018-05-21Remove some accidentally added elog(LOG) messagesPavan Deolasee
2018-05-21Fix a long standing bug in vacuum/analyze of temp tablesPavan Deolasee
2018-05-18Fix post-cherry-pick problems.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2018-05-07Do not try to show targetlist of a RemoteSubplan on top of ModifyTablePavan Deolasee
2017-10-19Collect index statistics during ANALYZE on coordinatorTomas Vondra
2017-10-19Remove coordinator quals, evaluated at Remote SubqueryTomas Vondra
2017-10-05Disable FQS for cursors defined with SCROLLTomas Vondra
2017-09-20Improve shared queue synchronization furtherPavan Deolasee
2017-08-21Make sure ExecRemoteQuery is called with (PlanState *) parameterTomas Vondra
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
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-08More thorough checks for distribution columns while creating inheritancePavan Deolasee
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-04Correct a mistake occurred during merging sequence.c codePavan Deolasee
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-31Produce proper error message for COPY (SELECT INTO)Tomas Vondra
2017-07-22Fix typo in commentAlvaro Herrera
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-13Build extended stats on coordinators during ANALYZETomas Vondra
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-11Ensure all partitions of a partitioned table has the same distribution.Pavan Deolasee
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-06Add OCLASS_PGXC items to several switch statementsTomas Vondra
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-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane