summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2018-04-05doc: 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-04-01Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-30docs: add parameter with brackets around varbit()Bruce Momjian
2018-03-30doc: document "IS NOT DOCUMENT"Bruce Momjian
2018-03-30docs: fix spacing around "if not exists" bracketsBruce Momjian
2018-03-30Allow to lock views.Tatsuo Ishii
2018-03-29Improve JIT docs.Andres Freund
2018-03-29docs: fix INSTALL.xml build by using "standalone-ignore"Bruce Momjian
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-28Fix mistakes in the just added JIT docs.Andres Freund
2018-03-28Add documentation for the JIT feature.Andres Freund
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-03-28Transforms for jsonb to PL/PythonPeter Eisentraut
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-27libpq: PQhost to return active connected host or hostaddrPeter Eisentraut
2018-03-27Skip temp tables from basebackup.Teodor Sigaev
2018-03-26Set random seed for pgbench.Teodor Sigaev
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-25Doc: add example of type resolution in nested UNIONs.Tom Lane
2018-03-25pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut
2018-03-25initdb: Further polishing of --wal-segsize optionPeter Eisentraut
2018-03-25Doc: remove extra comma in syntax summary for array_fill().Tom Lane
2018-03-25Add long options to pg_resetwal and pg_controldataPeter Eisentraut
2018-03-24Improve pg_resetwal documentationPeter Eisentraut
2018-03-24Don't qualify type pg_catalog.text in extend-extensions-example.Noah Misch
2018-03-23Exclude unlogged tables from base backupsTeodor Sigaev
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-22doc: Update parallel join documentation for Parallel Shared Hash.Robert Haas
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Add \if support to pgbenchTeodor Sigaev
2018-03-21Add general purpose hasing functions to pgbench.Teodor Sigaev