summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-04-09Minor comment updatesAlvaro Herrera
2018-04-08Cosmetic cleanups in initial catalog data.Tom Lane
2018-04-08Reduce worst-case shell command line length during "make install".Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-08Support index INCLUDE in the AM properties interface.Andrew Gierth
2018-04-08Remove overzeleous assertions in pg_atomic_flag code.Andres Freund
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-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
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-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-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-04-06Split the SetSubscriptionRelState function into twoPeter 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-05Add missing includeAlvaro Herrera
2018-04-05MERGE post-commit reviewSimon Riggs
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-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-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03WITH support in MERGESimon Riggs
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "MERGE SQL Command following SQL:2016"Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-31Portability fix for commit 9a895462d.Tom Lane