aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-27
* Fix comment in xlogreader.cMichael Paquier2019-09-26
* Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov2019-09-26
* Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane2019-09-25
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Allow datetime values in JsonbValueAlexander Korotkov2019-09-25
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Implement parse_datetime() functionAlexander Korotkov2019-09-25
* Implement standard datetime parsing modeAlexander Korotkov2019-09-25
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-25
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-25
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Prevent bogus pullup of constant-valued functions returning composite.Tom Lane2019-09-24
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund2019-09-23
* Message style fixesPeter Eisentraut2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Fix typo in tts_virtual_copyslot.Tom Lane2019-09-22
* Make some efficiency improvements in LISTEN/NOTIFY.Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera2019-09-20
* Optimize get_jsonb_path_all avoiding an iteratorAlvaro Herrera2019-09-20
* Refactor code into new JsonbValueAsText, and use it moreAlvaro Herrera2019-09-20
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Fix progress report of REINDEX INDEXAlvaro Herrera2019-09-20
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* GSSAPI error message improvementsPeter Eisentraut2019-09-19
* Remove unused smgrdounlinkfork() function.Fujii Masao2019-09-18
* Add some const decorations to array constantsPeter Eisentraut2019-09-17
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Remove mingwcompat.cPeter Eisentraut2019-09-17
* Support for SSSSS datetime format patternAlexander Korotkov2019-09-16
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Fix bogus sizeof calculations.Tom Lane2019-09-15
* Make tuplesort_set_bound() assertions more comprehensible, hopefully.Tom Lane2019-09-13
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan2019-09-12
* Merge two assertions to make comment clearerAlvaro Herrera2019-09-12
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.Tom Lane2019-09-10
* Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09