aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Rely on plan_cache_mode to force generic plans in partition_prune test.Tom Lane2019-09-30
* Suppress another CR in program outputAndrew Dunstan2019-09-30
* Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund2019-09-30
* pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera2019-09-30
* pg_rewind: Allow writing recovery configurationAlvaro Herrera2019-09-30
* Fix SSL test for libpq connection parameter channel_bindingMichael Paquier2019-09-30
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-30
* jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.Andres Freund2019-09-29
* Fix determination when slot types for upper executor nodes are fixed.Andres Freund2019-09-29
* Allow SSL TAP tests to run on WindowsAndrew Dunstan2019-09-29
* Fix bogus order of error checks in new channel_binding code.Tom Lane2019-09-29
* Fix compilation with older OpenSSL versionsPeter Eisentraut2019-09-28
* Improve stability of partition_prune regression test.Tom Lane2019-09-28
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-28
* Make pg_regress.c unset PGDATABASE during make installcheck.Tom Lane2019-09-27
* Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.Andres Freund2019-09-27
* Have pg_rewind run crash recovery before rewindingAlvaro Herrera2019-09-27
* Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.Andres Freund2019-09-27
* ANALYZE a_star and its children to avoid plan instability in tests.Tom Lane2019-09-27
* Finish reverting "Insert temporary debugging output in regression tests."Tom Lane2019-09-27
* Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier2019-09-27
* Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila2019-09-27
* 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
* Update expected output for dummy_index_amAlvaro Herrera2019-09-25
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Split out recovery confing-writing code from pg_basebackupAlvaro Herrera2019-09-25
* Make more stable regression tests of dummy_index_am for string validationsMichael Paquier2019-09-25
* Add dummy_index_am to src/test/modules/Michael Paquier2019-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
* Don't disable ccache when building with coverage supportPeter Eisentraut2019-09-24
* Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund2019-09-23
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-23
* Message style fixesPeter Eisentraut2019-09-23
* NLS: Fix backend gettext triggersPeter 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