aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Improve messaging during logical replication worker startupPeter Eisentraut2018-04-06
* Improve parse representation for MERGESimon Riggs2018-04-06
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Allow cpluspluscheck to pass by renaming variableSimon Riggs2018-04-05
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Add websearch_to_tsqueryTeodor Sigaev2018-04-05
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-05
* MERGE minor errataSimon Riggs2018-04-05
* MERGE fix variable warning in non-assert buildsSimon Riggs2018-04-05
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-05
* Fix typoTeodor Sigaev2018-04-05
* MERGE post-commit reviewSimon Riggs2018-04-05
* Install errcodes.txt for use by extensions.Andrew Gierth2018-04-05
* Restore erroneously removed ONLY from PK checkAlvaro Herrera2018-04-04
* Improve FSM management for BRIN indexes.Tom Lane2018-04-04
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Don't clone internal triggers to partitionsAlvaro Herrera2018-04-03
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-03
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian2018-04-03
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Properly use INT64_FORMAT in outputMagnus Hagander2018-04-03
* Fix for checksum validation patchMagnus Hagander2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* WITH support in MERGESimon Riggs2018-04-03
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Fix some dubious WAL-parsing code.Tom Lane2018-04-02
* Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut2018-04-02
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fix non-portable use of round().Andres Freund2018-03-31
* Add Bloom filter implementation.Andres Freund2018-03-31
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* Remove PARTIAL_LINKING build mode.Andres Freund2018-03-30
* Fix bug with view locking code.Tatsuo Ishii2018-03-31
* Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund2018-03-30