aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier2019-10-29
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Doc: Add missing step for pg_stat_progress_clusterMichael Paquier2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Doc: improve documentation of configuration settings that have units.Tom Lane2019-10-26
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-25
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier2019-10-25
* docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian2019-10-23
* Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier2019-10-23
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane2019-10-21
* Use CFLAGS_SL while probing linkability of libperl.Tom Lane2019-10-21
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Update obsolete comment.Etsuro Fujita2019-10-21
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-21
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-21
* For PowerPC instruction "addi", use constraint "b".Noah Misch2019-10-18
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-18
* Fix typoAlvaro Herrera2019-10-18
* Update comments about progress reporting by index_dropAlvaro Herrera2019-10-18
* Fix timeout handling in logical replication workerMichael Paquier2019-10-18
* Fix minor bug in logical-replication walsender shutdownAlvaro Herrera2019-10-17
* Fix parallel restore of FKs to partitioned tablesAlvaro Herrera2019-10-17
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-17
* 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
* Doc: Fix incorrect contributor name in release notesMichael Paquier2019-10-16
* Doc: Fix various inconsistenciesMichael Paquier2019-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
* Update test output of sepgsql for ALTER TABLE COLUMN DROPMichael Paquier2019-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
* doc: improve docs so config value default units are clearerBruce Momjian2019-10-08
* docs: Improve A?synchronous Multimaster Replication descr.Bruce Momjian2019-10-07