index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
*
Switch function current_schema[s]() to be parallel-unsafe
Michael Paquier
2019-03-27
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Remove heap_hot_search().
Andres Freund
2019-03-25
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
pgbench: Remove \cset
Alvaro Herrera
2019-03-25
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-25
*
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Remove spurious return.
Andres Freund
2019-03-23
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Revert "Add gitignore entries for jsonpath_gram.h"
Peter Eisentraut
2019-03-23
*
Add gitignore entries for jsonpath_gram.h
Peter Eisentraut
2019-03-22
*
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-22
*
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-03-22
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Catversion bump announced in previous commit but forgotten
Alvaro Herrera
2019-03-21
*
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-03-21
*
Sort the dependent objects before deletion in DROP OWNED BY.
Tom Lane
2019-03-20
*
Add index_get_partition convenience function
Alvaro Herrera
2019-03-20
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-20
*
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
Alexander Korotkov
2019-03-20
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Reorder LOCALLOCK structure members to compact the size
Peter Eisentraut
2019-03-19
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-17
*
Update copyright year in files added by 1bb5e78218.
Amit Kapila
2019-03-16
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Add BKI_DEFAULT to pg_class.relrewrite
Peter Eisentraut
2019-03-14
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-03-14
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
[next]