summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-10-21Update obsolete comment.Etsuro Fujita
2019-10-21Fix memory leak introduced in commit 7df159a620.Amit Kapila
2019-10-21Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier
2019-10-21Fix parsing of integer values for connection parameters in libpqMichael Paquier
2019-10-20Clean up MinGW def file generationPeter Eisentraut
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-19Use standard compare_exchange loop style in ProcArrayGroupClearXid().Noah Misch
2019-10-19For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch
2019-10-19For PowerPC instruction "addi", use constraint "b".Noah Misch
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-18Fix typoAlvaro Herrera
2019-10-18Update comments about progress reporting by index_dropAlvaro Herrera
2019-10-18Fix timeout handling in logical replication workerMichael Paquier
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera
2019-10-17Fix parallel restore of FKs to partitioned tablesAlvaro Herrera
2019-10-17When restoring GUCs in parallel workers, show an error context.Thomas Munro
2019-10-16Fix bug that could try to freeze running multixacts.Thomas Munro
2019-10-16Fix crash when reporting CREATE INDEX progressAlvaro Herrera
2019-10-16Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra
2019-10-16Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra
2019-10-16Replace alter_table.sql test usage of event triggers.Andres Freund
2019-10-16Refresh some incorrect links in pg_crc.c/hMichael Paquier
2019-10-16Remove obsolete collation test.Thomas Munro
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-15Fix CLUSTER on expression indexes.Andres Freund
2019-10-14Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra
2019-10-14Check for tables with sql_identifier during pg_upgradeTomas Vondra
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-13Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-12AIX: Stop adding option -qsrcmsg.Noah Misch
2019-10-11Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao
2019-10-10Put back pqsignal() as an exported libpq symbol.Tom Lane
2019-10-10pg_upgrade: Clean up some redundant codePeter Eisentraut
2019-10-10Fix table rewrites that include a column without a default.Andres Freund
2019-10-09Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut
2019-10-09Use libc version as a collation version on glibc systems.Peter Eisentraut
2019-10-09Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier
2019-10-09pg_upgrade: clarify the database names in error filesBruce Momjian
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-08Update some outdated links about XLC and UNIX specificationMichael Paquier
2019-10-08Clarify some comments about ntstatus.h in win32_port.hMichael Paquier
2019-10-08Improve test coverage of pg_rewindMichael Paquier
2019-10-07Check for too many postmaster children before spawning a bgworker.Tom Lane
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut