index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2019-05-19
Fix and improve SnapshotType comments.
Andres Freund
2019-05-03
Remove RelationSetIndexList().
Tom Lane
2019-04-13
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-06
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-03
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-01
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
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
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-20
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-19
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-18
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-16
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-09
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-21
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-15
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-14
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-11
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-02-09
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-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-15
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-10
Fix C++ compile failures in headers.
Tom Lane
2019-01-09
Reduce the size of the fmgr_builtin_oid_index[] array.
Tom Lane
2019-01-04
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
[next]