aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix bug that could try to freeze running multixacts.Thomas Munro2019-10-17
* Fix crash when reporting CREATE INDEX progressAlvaro Herrera2019-10-16
* Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra2019-10-16
* Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra2019-10-16
* Replace alter_table.sql test usage of event triggers.Andres Freund2019-10-16
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra2019-10-15
* Check for tables with sql_identifier during pg_upgradeTomas Vondra2019-10-14
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* AIX: Stop adding option -qsrcmsg.Noah Misch2019-10-12
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-11
* Put back pqsignal() as an exported libpq symbol.Tom Lane2019-10-10
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-09
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-07
* Report test_atomic_ops() failures consistently, via macros.Noah Misch2019-10-05
* Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane2019-10-05
* Disable one more set of tests from c8841199509.Andres Freund2019-10-05
* 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