aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-04
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* tableam: basic documentation.Andres Freund2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-03
* GSSAPI encryption supportStephen Frost2019-04-03
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita2019-04-02
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-30
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-30
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-29
* Fix memory alignment in pg_mcv_list serializationTomas Vondra2019-03-29
* tableam: Comment fixes.Andres Freund2019-03-29
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Fix a few comment copy & pastos.Andres Freund2019-03-28
* Fix deserialization of pg_mcv_list valuesTomas Vondra2019-03-28
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Minor improvements for the multivariate MCV listsTomas Vondra2019-03-27
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Avoid passing query tlist around separately from root->processed_tlist.Tom Lane2019-03-27
* Switch function current_schema[s]() to be parallel-unsafeMichael Paquier2019-03-27
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26