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
/
adt
Commit message (
Expand
)
Author
Age
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
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 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
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Add gen_random_uuid function
Peter Eisentraut
2019-07-14
*
Add missing commutators for distance operators
Alexander Korotkov
2019-07-14
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Add min() and max() aggregates for pg_lsn
Michael Paquier
2019-07-05
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
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
*
Fix breakage introduced in pg_lsn_in()
Peter Eisentraut
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
*
Don't call PG_RETURN_BOOL() in a function not returning Datum.
Noah Misch
2019-06-23
*
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
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Fix typos.
Amit Kapila
2019-05-26
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-19
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
*
Fix incorrect return value in JSON equality function for scalars
Michael Paquier
2019-05-13
*
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-08
*
Fix typos and clarify a comment
Magnus Hagander
2019-05-07
*
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Unify error messages
Alvaro Herrera
2019-04-24
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-23
*
Minor jsonpath fixes.
Tom Lane
2019-04-17
*
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
[next]