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
*
Fix some minor spec-compliance issues in jsonpath lexer.
Tom Lane
2019-09-20
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
Support for SSSSS datetime format pattern
Alexander Korotkov
2019-09-16
*
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-09-16
*
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Tom Lane
2019-09-13
*
Merge two assertions to make comment clearer
Alvaro Herrera
2019-09-12
*
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-09
*
Fix issues around strictness of SIMILAR TO.
Tom Lane
2019-09-07
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-09-03
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2019-08-22
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Avoid conflicts with library versions of inet_net_ntop() and friends.
Tom Lane
2019-08-18
*
Fix incidental warnings from cpluspluscheck.
Tom Lane
2019-08-18
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix string comparison in jsonpath
Alexander Korotkov
2019-08-12
*
Adjust string comparison in jsonpath
Alexander Korotkov
2019-08-11
*
Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan
2019-08-09
*
Update obsolete tuplesort READTUP() comment.
Peter Geoghegan
2019-08-08
*
Remove unnecessary #include <limits.h>
Alvaro Herrera
2019-08-07
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Add safeguards in LSN, numeric and float calculation for custom errors
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Add sort support routine for the inet data type.
Peter Geoghegan
2019-08-01
*
Add an isolation test to exercise parallel-worker deadlock resolution.
Tom Lane
2019-08-01
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-23
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-16
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
[next]