index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
*
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-06-19
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Fix double-word typos
Alvaro Herrera
2019-06-13
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix and improve SnapshotType comments.
Andres Freund
2019-05-19
*
Remove RelationSetIndexList().
Tom Lane
2019-05-03
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-04-01
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
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
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-20
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-15
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
*
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-02-11
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
[next]