index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
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
*
Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.
Tom Lane
2019-03-22
*
Don't copy PartitionBoundInfo in set_relation_partition_info.
Tom Lane
2019-03-22
*
Fix yet more portability bugs in integerset and its tests.
Heikki Linnakangas
2019-03-22
*
Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas
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
*
Fix crash with pg_partition_root
Michael Paquier
2019-03-22
*
Fix dependency recording bug for partitioned PKs
Alvaro Herrera
2019-03-21
*
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-03-21
*
Add DNS SRV support for LDAP server discovery.
Thomas Munro
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
*
Fix spurious compiler warning in nbtxlog.c.
Peter Geoghegan
2019-03-20
*
Restore RI trigger sanity check
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
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
*
Tweak nbtsearch.c function prototype order.
Peter Geoghegan
2019-03-19
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"
Alexander Korotkov
2019-03-19
*
Ignore attempts to add TOAST table to shared or catalog tables
Peter Eisentraut
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 copyfuncs/equalfuncs support for VacuumStmt.
Robert Haas
2019-03-18
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Fix memory leak in printtup.c.
Tom Lane
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
*
Revert 4178d8b91c
Alexander Korotkov
2019-03-18
*
Refactor more code logic to update the control file
Michael Paquier
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
*
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
[next]