aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-18
* For PowerPC instruction "addi", use constraint "b".Noah Misch2019-10-18
* Remove last traces of heap_open/close in the treeMichael Paquier2019-10-19
* 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
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-16
* Remove obsolete collation test.Thomas Munro2019-10-16
* Use libc version as a collation version on glibc systems.Thomas Munro2019-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 unicode.org URLsPeter Eisentraut2019-10-13
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane2019-10-13
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* 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
* pg_upgrade: Clean up some redundant codePeter Eisentraut2019-10-10
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut2019-10-09
* Use libc version as a collation version on glibc systems.Peter Eisentraut2019-10-09
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-09
* pg_upgrade: clarify the database names in error filesBruce Momjian2019-10-08
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-08
* Clarify some comments about ntstatus.h in win32_port.hMichael Paquier2019-10-08
* Improve test coverage of pg_rewindMichael Paquier2019-10-08
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-07
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-07
* Hack pg_ctl to report postmaster's exit status.Tom Lane2019-10-07
* Fix incorrect use of term HEAD for GitPeter Eisentraut2019-10-07
* Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier2019-10-07
* Avoid trying to release a List's initial allocation via repalloc().Tom Lane2019-10-06
* Change MemoryContextMemAllocated to return SizeTomas Vondra2019-10-05
* 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