aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Build "other rels" of appendrel baserels in a separate step.Tom Lane2019-03-26
* Remove heap_hot_search().Andres Freund2019-03-25
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-25
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* pgbench: Remove \csetAlvaro Herrera2019-03-25
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* Transaction chainingPeter Eisentraut2019-03-24
* Remove spurious return.Andres Freund2019-03-23
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut2019-03-23
* Add gitignore entries for jsonpath_gram.hPeter Eisentraut2019-03-22
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Catversion bump announced in previous commit but forgottenAlvaro Herrera2019-03-21
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-21
* Sort the dependent objects before deletion in DROP OWNED BY.Tom Lane2019-03-20
* Add index_get_partition convenience functionAlvaro Herrera2019-03-20
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Remove ambiguity for jsonb_path_match() and jsonb_path_exists()Alexander Korotkov2019-03-20
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-19
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Reorder LOCALLOCK structure members to compact the sizePeter Eisentraut2019-03-19
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-17
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-16
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Avoid casting away a constPeter Eisentraut2019-03-16
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-15
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Add BKI_DEFAULT to pg_class.relrewritePeter Eisentraut2019-03-14
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-14
* Sync commentary in transam.h and bki.sgml.Tom Lane2019-03-14
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14