aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor comment updatesAlvaro Herrera2018-04-09
* Add missed bms_copy() in perform_pruning_combine_stepAlvaro Herrera2018-04-09
* Fix typo in comment.Heikki Linnakangas2018-04-09
* Remove repeated test in contrib/amcheckTeodor Sigaev2018-04-09
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-08
* Fix additional breakage in covering-index patch.Tom Lane2018-04-08
* Doc: clarify explanation of pg_dump usage.Tom Lane2018-04-08
* Cosmetic cleanups in initial catalog data.Tom Lane2018-04-08
* Reduce worst-case shell command line length during "make install".Tom Lane2018-04-08
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-08
* match_clause_to_index should check only key columnsTeodor Sigaev2018-04-08
* Remove unused variable in non-assert-enabled buildTeodor Sigaev2018-04-08
* Add missing "static" markers.Tom Lane2018-04-08
* Attempt to stabilize partition_prune test output.Andrew Gierth2018-04-08
* Support index INCLUDE in the AM properties interface.Andrew Gierth2018-04-08
* Remove overzeleous assertions in pg_atomic_flag code.Andres Freund2018-04-07
* Fix EXEC BACKEND + Windows builds for group privsStephen Frost2018-04-07
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Add bms_prev_member functionAlvaro Herrera2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Make test of json(b)_to_tsvector language-independTeodor Sigaev2018-04-07
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-07
* Fix timing issue in new subscription truncate testPeter Eisentraut2018-04-07
* Deactive flapping checksum isolation tests.Andres Freund2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Document partprune.c a little betterAlvaro Herrera2018-04-07
* Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund2018-04-06
* Attempt to fix endianess issues in new hash partition test.Andres Freund2018-04-06
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Doc: fix broken markup.Tom Lane2018-04-06
* Fix possible failure in parallel index build.Robert Haas2018-04-06
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* Remove some unnecessary quote marks from catalog DATA lines.Tom Lane2018-04-06
* Fix badly edited doc sentenceAlvaro Herrera2018-04-06
* Clean up intermetiate state in pg_basebackup testsMagnus Hagander2018-04-06
* Fix typoMagnus Hagander2018-04-06
* Faster partition pruningAlvaro Herrera2018-04-06
* Support new default roles with adminpackStephen Frost2018-04-06
* Add default roles for file/program accessStephen Frost2018-04-06
* Remove explicit superuser checks in favor of ACLsStephen Frost2018-04-06
* Add memory context identifier to portal contextPeter Eisentraut2018-04-06
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-06
* Enforce child constraints during COPY TO a partitioned table.Robert Haas2018-04-06