index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Improve planner's selectivity estimates for inequalities on CTID.
Tom Lane
2019-03-25
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Get rid of backtracking in jsonpath_scan.l
Alexander Korotkov
2019-03-25
*
Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l
Alexander Korotkov
2019-03-25
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
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
*
Fix crash with pg_partition_root
Michael Paquier
2019-03-22
*
Restore RI trigger sanity check
Alvaro Herrera
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
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
*
Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"
Alexander Korotkov
2019-03-19
*
Fix whitespace
Peter Eisentraut
2019-03-19
*
Fix bug in support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-19
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Revert 4178d8b91c
Alexander Korotkov
2019-03-18
*
Beautify initialization of JsonValueList and JsonLikeRegexContext
Alexander Korotkov
2019-03-17
*
Apply const qualifier to keywords of jsonpath_scan.l
Alexander Korotkov
2019-03-17
*
Remove some make rules added in 142c400d72
Alexander Korotkov
2019-03-17
*
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-17
*
Add support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-17
*
Fix compiler warning in jsonpath_exec.c
Alexander Korotkov
2019-03-17
*
Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Tom Lane
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
*
Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.
Tom Lane
2019-03-15
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
*
Allow fractional input values for integer GUCs, and improve rounding logic.
Tom Lane
2019-03-11
*
Give up on testing guc.c's behavior for "infinity" inputs.
Tom Lane
2019-03-11
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
In guc.c, ignore ERANGE errors from strtod().
Tom Lane
2019-03-11
*
Remove unused macro
Peter Eisentraut
2019-03-11
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Include GUC's unit, if it has one, in out-of-range error messages.
Tom Lane
2019-03-10
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Fix crash with old libxml2
Alvaro Herrera
2019-03-08
*
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Alvaro Herrera
2019-03-07
[next]