aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Disable one set of tests from c8841199509.Andres Freund2019-10-04
* Add isolation tests for the combination of EPQ and triggers.Andres Freund2019-10-04
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund2019-10-04
* Handle spaces in OpenSSL install location for MSVCAndrew Dunstan2019-10-04
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Fix --dry-run mode of pg_rewindMichael Paquier2019-10-04
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Stamp 12.0.REL_12_0Tom Lane2019-09-30
* Suppress another CR in program outputAndrew Dunstan2019-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
* Translation updatesPeter Eisentraut2019-09-29
* Allow SSL TAP tests to run on WindowsAndrew Dunstan2019-09-29
* Fix compilation with older OpenSSL versionsPeter Eisentraut2019-09-28
* Improve stability of partition_prune regression test.Tom Lane2019-09-28
* ANALYZE a_star and its children to avoid plan instability in 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 handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane2019-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
* Stamp 12rc1.REL_12_RC1Tom Lane2019-09-23
* Translation updatesPeter Eisentraut2019-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
* Remove removed file from nls.mkPeter Eisentraut2019-09-21
* 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
* Update time zone data files to tzdata release 2019c.Tom Lane2019-09-20
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Fix progress report of REINDEX INDEXAlvaro Herrera2019-09-20
* Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov2019-09-20
* Remove unstable KNN SP-GiST testAlexander Korotkov2019-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
* Revert change of ecpglib major versionPeter Eisentraut2019-09-19
* pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera2019-09-18
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Fix bogus sizeof calculations.Tom Lane2019-09-15
* Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed2019-09-15
* Replace xlc __fetch_and_add() with inline asm.Noah Misch2019-09-13