summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-052-4/+4
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-042-1/+1
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-043-2/+34
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-042-0/+16
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-041-7/+7
* Refactor the fsync queue for wider use.Thomas Munro2019-04-045-41/+130
* tableam: basic documentation.Andres Freund2019-04-031-0/+3
* Consistently test for in-use shared memory.Noah Misch2019-04-032-4/+4
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-043-0/+4
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-032-0/+4
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-031-1/+1
* GSSAPI encryption supportStephen Frost2019-04-036-7/+55
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-033-4/+3
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-038-7/+26
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-0210-10/+73
* Add support for partial TOAST decompressionStephen Frost2019-04-021-1/+1
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-021-0/+18
* Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita2019-04-021-0/+3
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-021-0/+2
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-011-1/+31
* Unified logging system for command-line programsPeter Eisentraut2019-04-015-21/+104
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-014-1/+18
* tableam: bitmap table scan.Andres Freund2019-03-313-8/+96
* tableam: sample scan.Andres Freund2019-03-313-1/+93
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-311-21/+42
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-302-0/+36
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-301-3/+111
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-303-4/+9
* Generated columnsPeter Eisentraut2019-03-3012-9/+41
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-291-6/+5
* Fix memory alignment in pg_mcv_list serializationTomas Vondra2019-03-291-1/+1
* tableam: Comment fixes.Andres Freund2019-03-291-6/+6
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-294-4/+25
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-284-5/+124
* Fix a few comment copy & pastos.Andres Freund2019-03-281-5/+5
* Fix deserialization of pg_mcv_list valuesTomas Vondra2019-03-281-1/+1
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-282-1/+7
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-285-9/+53
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-272-27/+191
* Minor improvements for the multivariate MCV listsTomas Vondra2019-03-271-2/+2
* Add support for multivariate MCV listsTomas Vondra2019-03-278-0/+126
* Avoid passing query tlist around separately from root->processed_tlist.Tom Lane2019-03-272-4/+9
* Switch function current_schema[s]() to be parallel-unsafeMichael Paquier2019-03-272-5/+5
* Track unowned relations in doubly-linked listTomas Vondra2019-03-271-1/+2
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-266-4/+31
* Build "other rels" of appendrel baserels in a separate step.Tom Lane2019-03-262-0/+3
* Remove heap_hot_search().Andres Freund2019-03-251-2/+0
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-251-0/+18
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-251-6/+19
* pgbench: Remove \csetAlvaro Herrera2019-03-252-3/+0