aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Fix test_session_hooks with parallel workersMichael Paquier2019-10-01
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Fix confusing error caused by connection parameter channel_bindingMichael Paquier2019-10-01
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-30
* Reduce code duplication for ExecJust*Var operations.Andres Freund2019-09-30
* 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
* Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode.Tom Lane2019-09-30
* docs: adjust multi-column most-common-value statisticsBruce Momjian2019-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
* doc: Further clarify how recovery target parameters are appliedPeter Eisentraut2019-09-29
* Fix bogus order of error checks in new channel_binding code.Tom Lane2019-09-29
* doc: Add a link targetPeter Eisentraut2019-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
* Doc: clean up markup for jsonb_set and related functions.Tom Lane2019-09-27
* doc: Add timeline as valid recovery target in standby.signal documentationPeter Eisentraut2019-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
* doc: Fix whitespace in markupPeter Eisentraut2019-09-26
* doc: Format example JSON data betterPeter Eisentraut2019-09-26
* doc: Update a confusing sentence about SQL/JSONPeter Eisentraut2019-09-26
* doc: Update note about source code formattingPeter Eisentraut2019-09-26
* doc: Reorder JSON functions documentationPeter Eisentraut2019-09-26
* 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