Commit Graph

14127 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Simon Riggs a5d86181ec MERGE INSERT allows only one VALUES clause 8 years ago
Teodor Sigaev a02d51c0d3 Fix misprint in documentation 8 years ago
Peter Eisentraut a56e26784d doc: Improve indentation of SQL examples 8 years ago
Bruce Momjian cd1661bbcc docs: update ltree URL for the DMOZ catalog 8 years ago
Alvaro Herrera 3de241dba8 Foreign keys on partitioned tables 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type. 8 years ago
Peter Eisentraut 341e166180 Transforms for jsonb to PL/Perl 8 years ago
Magnus Hagander 4eb77d50c2 Validate page level checksums in base backups 8 years ago
Simon Riggs aa3faa3c7a WITH support in MERGE 8 years ago
Simon Riggs 83454e3c2b New files for MERGE 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs aa5877bb26 Revert "MERGE SQL Command following SQL:2016" 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Simon Riggs e6597dc353 MERGE SQL Command following SQL:2016 8 years ago
Peter Eisentraut a92f24fc53 Fix XML syntax in documentation 8 years ago
Robert Haas 7e0d64c7a5 postgres_fdw: Push down partition-wise aggregation. 8 years ago
Andres Freund 7f563c09f8 Add amcheck verification of heap relations belonging to btree indexes. 8 years ago
Fujii Masao 9a895462d9 Enhance pg_stat_wal_receiver view to display host and port of sender server. 8 years ago
Bruce Momjian 681673e0c6 docs: add parameter with brackets around varbit() 8 years ago
Bruce Momjian 756dca8e7f doc: document "IS NOT DOCUMENT" 8 years ago
Bruce Momjian 3da7502cd0 docs: fix spacing around "if not exists" brackets 8 years ago
Tatsuo Ishii 34c20de4d0 Allow to lock views. 8 years ago
Andres Freund fb60478011 Improve JIT docs. 8 years ago
Bruce Momjian 7fe04ce920 docs: fix INSTALL.xml build by using "standalone-ignore" 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Andres Freund a0a08c1d85 Fix mistakes in the just added JIT docs. 8 years ago
Andres Freund e6c039d13e Add documentation for the JIT feature. 8 years ago
Fujii Masao 266b6acb31 Make pg_rewind skip files and directories that are removed during server start. 8 years ago
Peter Eisentraut d92bc83c48 PL/pgSQL: Nested CALL with transactions 8 years ago
Peter Eisentraut 3f44e3db72 Transforms for jsonb to PL/Python 8 years ago
Andrew Dunstan 16828d5c02 Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 8 years ago
Peter Eisentraut 1944cdc982 libpq: PQhost to return active connected host or hostaddr 8 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 8 years ago
Teodor Sigaev 64f85894ad Set random seed for pgbench. 8 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 8 years ago
Tom Lane c515ff8d0a Doc: add example of type resolution in nested UNIONs. 8 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 8 years ago
Peter Eisentraut 8ad8d916f9 initdb: Further polishing of --wal-segsize option 8 years ago
Tom Lane ee4a2c4a03 Doc: remove extra comma in syntax summary for array_fill(). 8 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 8 years ago
Peter Eisentraut 4644a1170f Improve pg_resetwal documentation 8 years ago
Noah Misch c92f7c6223 Don't qualify type pg_catalog.text in extend-extensions-example. 8 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 8 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Tom Lane 7c91a0364f Sync up our various ways of estimating pg_class.reltuples. 8 years ago
Robert Haas f644c3b386 doc: Update parallel join documentation for Parallel Shared Hash. 8 years ago
Robert Haas e2f1eb0ee3 Implement partition-wise grouping/aggregation. 8 years ago