aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove some unnecessary quote marks from catalog DATA lines.Tom Lane2018-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
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-06
* Split the SetSubscriptionRelState function into twoPeter 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
* Add missing includeAlvaro Herrera2018-04-05
* MERGE post-commit reviewSimon Riggs2018-04-05
* 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
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-04
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-04
* Add prefix operator for TEXT type.Teodor Sigaev2018-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
* 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
* Add Bloom filter implementation.Andres Freund2018-03-31
* Portability fix for commit 9a895462d.Tom Lane2018-03-30
* Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund2018-03-30
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-30
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Remove 'target' from GroupPathExtraData.Robert Haas2018-03-29
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-29
* Add casts from jsonbTeodor Sigaev2018-03-29
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* Add EXPLAIN support for JIT.Andres Freund2018-03-28
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Use isinf builtin for clang, for performance.Andres Freund2018-03-28
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Add catversion bump missed in 16828d5c0.Andres Freund2018-03-27
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28