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
*
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-27
*
Fix comment in xlogreader.c
Michael Paquier
2019-09-26
*
Correctly cast types to Datum and back in compareDatetime()
Alexander Korotkov
2019-09-26
*
Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.
Tom Lane
2019-09-25
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
*
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Implement parse_datetime() function
Alexander Korotkov
2019-09-25
*
Implement standard datetime parsing mode
Alexander Korotkov
2019-09-25
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
*
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
*
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-25
*
Fix bug in pairingheap_SpGistSearchItem_cmp()
Alexander Korotkov
2019-09-25
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Prevent bogus pullup of constant-valued functions returning composite.
Tom Lane
2019-09-24
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Fix ExprState's tag to be of type NodeTag rather than Node.
Andres Freund
2019-09-23
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Fix typo in tts_virtual_copyslot.
Tom Lane
2019-09-22
*
Make some efficiency improvements in LISTEN/NOTIFY.
Tom Lane
2019-09-22
*
Straighten out leakproofness markings on text comparison functions.
Tom Lane
2019-09-21
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Split out code into new getKeyJsonValueFromContainer()
Alvaro Herrera
2019-09-20
*
Optimize get_jsonb_path_all avoiding an iterator
Alvaro Herrera
2019-09-20
*
Refactor code into new JsonbValueAsText, and use it more
Alvaro Herrera
2019-09-20
*
Fix some minor spec-compliance issues in jsonpath lexer.
Tom Lane
2019-09-20
*
Fix progress report of REINDEX INDEX
Alvaro Herrera
2019-09-20
*
Fix freeing old values in index_store_float8_orderby_distances()
Alexander Korotkov
2019-09-20
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
GSSAPI error message improvements
Peter Eisentraut
2019-09-19
*
Remove unused smgrdounlinkfork() function.
Fujii Masao
2019-09-18
*
Add some const decorations to array constants
Peter Eisentraut
2019-09-17
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
Remove mingwcompat.c
Peter Eisentraut
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
*
Fix bogus sizeof calculations.
Tom Lane
2019-09-15
*
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Tom Lane
2019-09-13
*
logical decoding: process ASSIGNMENT during snapshot build
Alvaro Herrera
2019-09-13
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Remove redundant _bt_truncate() comment paragraph.
Peter Geoghegan
2019-09-12
*
Merge two assertions to make comment clearer
Alvaro Herrera
2019-09-12
*
Rearrange postmaster's startup sequence for better syslogger results.
Tom Lane
2019-09-11
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.
Tom Lane
2019-09-10
*
Add _bt_binsrch() scantid assertion to nbtree.
Peter Geoghegan
2019-09-09
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-09
[next]