summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Add bms_prev_member functionAlvaro Herrera
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-04-07Document partprune.c a little betterAlvaro Herrera
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-04-06Fix possible failure in parallel index build.Robert Haas
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-06Support new default roles with adminpackStephen Frost
2018-04-06Add default roles for file/program accessStephen Frost
2018-04-06Remove explicit superuser checks in favor of ACLsStephen Frost
2018-04-06Add memory context identifier to portal contextPeter Eisentraut
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-04-06Enforce child constraints during COPY TO a partitioned table.Robert Haas
2018-04-06Split the SetSubscriptionRelState function into twoPeter Eisentraut
2018-04-06Improve messaging during logical replication worker startupPeter Eisentraut
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow cpluspluscheck to pass by renaming variableSimon Riggs
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-05MERGE minor errataSimon Riggs
2018-04-05MERGE fix variable warning in non-assert buildsSimon Riggs
2018-04-05Remove unused vars and mark assert-only varsTeodor Sigaev
2018-04-05Fix typoTeodor Sigaev
2018-04-05MERGE post-commit reviewSimon Riggs
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth
2018-04-04Restore erroneously removed ONLY from PK checkAlvaro Herrera
2018-04-04Improve FSM management for BRIN indexes.Tom Lane
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-03Don't clone internal triggers to partitionsAlvaro Herrera
2018-04-03Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03Properly use INT64_FORMAT in outputMagnus Hagander
2018-04-03Fix for checksum validation patchMagnus Hagander
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-04-03WITH support in MERGESimon Riggs
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs