summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add websearch_to_tsqueryTeodor Sigaev2018-04-052-4/+100
* Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev2018-04-051-1/+2
* MERGE INSERT allows only one VALUES clauseSimon Riggs2018-04-051-1/+2
* Fix misprint in documentationTeodor Sigaev2018-04-051-1/+1
* doc: Improve indentation of SQL examplesPeter Eisentraut2018-04-041-36/+36
* docs: update ltree URL for the DMOZ catalogBruce Momjian2018-04-041-1/+1
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-042-5/+11
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-043-7/+49
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-032-0/+22
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-031-2/+11
* Validate page level checksums in base backupsMagnus Hagander2018-04-032-1/+28
* WITH support in MERGESimon Riggs2018-04-031-1/+14
* New files for MERGESimon Riggs2018-04-031-0/+603
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-038-6/+73
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-021-603/+0
* Revert "Modified files for MERGE"Simon Riggs2018-04-028-73/+6
* Modified files for MERGESimon Riggs2018-04-028-6/+73
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-021-0/+603
* Fix XML syntax in documentationPeter Eisentraut2018-04-021-2/+2
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-021-2/+7
* Add amcheck verification of heap relations belonging to btree indexes.Andres Freund2018-03-311-30/+96
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-311-0/+19
* docs: add parameter with brackets around varbit()Bruce Momjian2018-03-301-1/+1
* doc: document "IS NOT DOCUMENT"Bruce Momjian2018-03-301-0/+18
* docs: fix spacing around "if not exists" bracketsBruce Momjian2018-03-292-2/+2
* Allow to lock views.Tatsuo Ishii2018-03-301-0/+5
* Improve JIT docs.Andres Freund2018-03-292-16/+17
* docs: fix INSTALL.xml build by using "standalone-ignore"Bruce Momjian2018-03-291-1/+3
* Allow committing inside cursor loopPeter Eisentraut2018-03-283-10/+36
* Fix mistakes in the just added JIT docs.Andres Freund2018-03-282-3/+3
* Add documentation for the JIT feature.Andres Freund2018-03-288-2/+555
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-291-1/+13
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-281-3/+17
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-281-0/+15
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-282-17/+44
* Allow HOT updates for some expression indexesSimon Riggs2018-03-271-2/+35
* libpq: PQhost to return active connected host or hostaddrPeter Eisentraut2018-03-271-2/+46
* Skip temp tables from basebackup.Teodor Sigaev2018-03-271-1/+1
* Set random seed for pgbench.Teodor Sigaev2018-03-261-0/+42
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-262-15/+8
* Doc: add example of type resolution in nested UNIONs.Tom Lane2018-03-251-0/+30
* pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut2018-03-251-0/+22
* initdb: Further polishing of --wal-segsize optionPeter Eisentraut2018-03-251-8/+14
* Doc: remove extra comma in syntax summary for array_fill().Tom Lane2018-03-251-1/+1
* Add long options to pg_resetwal and pg_controldataPeter Eisentraut2018-03-242-12/+39
* Improve pg_resetwal documentationPeter Eisentraut2018-03-241-3/+11
* Don't qualify type pg_catalog.text in extend-extensions-example.Noah Misch2018-03-231-4/+3
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-231-0/+6
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-232-0/+15
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-221-2/+2