summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-253-2/+26
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-251-1/+7
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-252-4/+41
* Transaction chainingPeter Eisentraut2019-03-243-2/+7
* Remove spurious return.Andres Freund2019-03-231-2/+2
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-234-61/+379
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-231-3/+2
* Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut2019-03-231-1/+0
* Add gitignore entries for jsonpath_gram.hPeter Eisentraut2019-03-221-0/+1
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-223-3/+42
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-221-0/+24
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-2212-3/+24
* Catversion bump announced in previous commit but forgottenAlvaro Herrera2019-03-211-1/+1
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-211-2/+2
* Sort the dependent objects before deletion in DROP OWNED BY.Tom Lane2019-03-201-0/+2
* Add index_get_partition convenience functionAlvaro Herrera2019-03-201-0/+1
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-201-1/+14
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-202-59/+189
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-201-13/+65
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-203-35/+2