summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-04-17Add more infinite recursion detection while locking a view.Tatsuo Ishii
2018-04-15Fix build of pg_verify_checksum docsMagnus Hagander
2018-04-15Clarify pg_verify_checksum documentationMagnus Hagander
2018-04-15Remove -f option from pg_verify_checksumsMagnus Hagander
2018-04-12Revert MERGE patchSimon Riggs
2018-04-11doc: Add more information about logical replication privilegesPeter Eisentraut
2018-04-11doc: Fix typos in pgbench documentationPeter Eisentraut
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-09Make reformat_dat_file.pl preserve all blank lines.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-09Improve covering index documentationTeodor Sigaev
2018-04-08Doc: clarify explanation of pg_dump usage.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-07Allow group access on PGDATAStephen Frost
2018-04-07Support partition pruning at execution timeAlvaro Herrera
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-06Doc: fix broken markup.Tom Lane
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-06Fix badly edited doc sentenceAlvaro Herrera
2018-04-06Support new default roles with adminpackStephen Frost
2018-04-06Add default roles for file/program accessStephen Frost
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05doc: remove mention of the DMOZ catalog in ltree docsBruce Momjian
2018-04-05MERGE syntax diagram correctionSimon Riggs
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-04-05Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev
2018-04-05MERGE INSERT allows only one VALUES clauseSimon Riggs
2018-04-05Fix misprint in documentationTeodor Sigaev
2018-04-04doc: Improve indentation of SQL examplesPeter Eisentraut
2018-04-04docs: update ltree URL for the DMOZ catalogBruce Momjian
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-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03Transforms for jsonb to PL/PerlPeter Eisentraut
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
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-02Fix XML syntax in documentationPeter Eisentraut
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-03-31Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2018-03-31Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao