index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
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-26
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-26
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-24
Transaction chaining
Peter Eisentraut
2019-03-24
Remove spurious return.
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-22
Revert "Add gitignore entries for jsonpath_gram.h"
Peter Eisentraut
2019-03-22
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-21
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-20
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-19
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-18
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-17
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-16
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-15
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-14
Add BKI_DEFAULT to pg_class.relrewrite
Peter Eisentraut
[next]