summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07Attempt to fix endianess issues in new hash partition test.Andres Freund
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-06Remove some unnecessary quote marks from catalog DATA lines.Tom Lane
2018-04-06Clean up intermetiate state in pg_basebackup testsMagnus Hagander
2018-04-06Fix typoMagnus Hagander
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-06Fix compiler warning about format truncationPeter Eisentraut
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-05Attempt to fix win32 build of pg_verify_checksumsMagnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05PL/pgSQL: Add support for SET TRANSACTIONPeter Eisentraut
2018-04-05Allow cpluspluscheck to pass by renaming variableSimon Riggs
2018-04-05Fix plan cache issue in PL/pgSQL CALLPeter Eisentraut
2018-04-05Fix worker_spi for new parameter to initialize connectionMagnus Hagander
2018-04-05Remove tsearch test contained russian characters, missed inTeodor Sigaev
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-04-05Add missing includeAlvaro Herrera
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-04Rewrite pg_dump TAP testsStephen Frost
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-04Fix the new ARMv8 CRC code for short and unaligned input.Heikki Linnakangas
2018-04-04Fix pg_bsaebackup checksum testsMagnus Hagander
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-04Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas
2018-04-04Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas
2018-04-03Don't clone internal triggers to partitionsAlvaro Herrera
2018-04-03Fix GCC 7 snprintf() compiler warning.Andres Freund