Commit Graph

27582 Commits (c9bb00fbd4de20ce959cefefaffe70acfffd89e4)

Author SHA1 Message Date
Tom Lane cb5c14984a Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
Tom Lane 71dca408c0 Don't propagate a null subtransaction snapshot up to parent transaction. 10 years ago
Tom Lane ee5d1de04f In B-tree page deletion, clean up properly after page deletion failure. 10 years ago
Tom Lane cae0d4f9ba Teach libpq to decode server version correctly from future servers. 10 years ago
Tom Lane 3fddd64846 Update time zone data files to tzdata release 2016f. 10 years ago
Tom Lane c1d6ee8792 Fix bogus coding in WaitForBackgroundWorkerShutdown(). 10 years ago
Tom Lane 5816f21d8c Remove duplicate InitPostmasterChild() call while starting a bgworker. 10 years ago
Tom Lane 75c452a755 Block interrupts during HandleParallelMessages(). 10 years ago
Tom Lane 93ac14efb4 Sync 9.5 version of access/transam/parallel.c with HEAD. 10 years ago
Tom Lane 89c30d1133 Fix pg_dump's handling of public schema with both -c and -C options. 10 years ago
Tom Lane 8ef3d9fae4 Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
Michael Meskes dc6b20c6be Fixed array checking code for "unsigned long long" datatypes in libecpg. 10 years ago
Fujii Masao 928e92fda3 Fix pg_basebackup so that it accepts 0 as a valid compression level. 10 years ago
Tom Lane c8966a925e Fix pq_putmessage_noblock() to not block. 10 years ago
Tom Lane 67fb608fe3 Guard against empty buffer in gets_fromFile()'s check for a newline. 10 years ago
Tom Lane 1e2f96f0a5 Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
Tom Lane 884aec4f85 Improve documentation about CREATE TABLE ... LIKE. 10 years ago
Tom Lane 93b99d3b6a Register atexit hook only once in pg_upgrade. 10 years ago
Tom Lane d2ef7758d2 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 10 years ago
Noah Misch cf35406f9b Make the AIX case of Makefile.shlib safe for parallel make. 10 years ago
Tom Lane 2aa2533f28 Fix regression tests to work in Welsh locale. 10 years ago
Tom Lane 95e8b44f03 Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane fd507d542e Make core regression tests safe for Danish locale. 10 years ago
Tom Lane 350db87203 Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. 10 years ago
Tom Lane 0aabe80c6f Fix MSVC build for changes in zic. 10 years ago
Tom Lane 19d477aa68 Sync back-branch copies of the timezone code with IANA release tzcode2016c. 10 years ago
Tom Lane 884bae143c Fix crash in close_ps() for NaN input coordinates. 10 years ago
Andres Freund 1f9534b49c Fix torn-page, unlogged xid and further risks from heap_update(). 10 years ago
Andres Freund b33e81cba8 Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID. 10 years ago
Alvaro Herrera 649dd1b58b Avoid serializability errors when locking a tuple with a committed update 10 years ago
Tom Lane 5035463769 Fix GiST index build for NaN values in geometric types. 10 years ago
Tom Lane a0943dbbea Allow IMPORT FOREIGN SCHEMA within pl/pgsql. 10 years ago
Magnus Hagander 8cd927d832 Add missing newline in error message 10 years ago
Tom Lane f80395ca1f Fix TAP tests and MSVC scripts for pathnames with spaces. 10 years ago
Tom Lane 31ce32ade4 Fix failure to handle conflicts in non-arbiter exclusion constraints. 10 years ago
Tom Lane 40d0bd8d5e Be more paranoid in ruleutils.c's get_variable(). 10 years ago
Robert Haas 8f4a369c28 Fix crash bug in RestoreSnapshot. 10 years ago
Tom Lane 8caf9fe625 Fix typo in ReorderBufferIterTXNInit(). 10 years ago
Tom Lane 1651b9aa2d Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. 10 years ago
Alvaro Herrera d372cb173e Fix handling of multixacts predating pg_upgrade 10 years ago
Tom Lane 07f69137b1 Fix building of large (bigger than shared_buffers) hash indexes. 10 years ago
Andrew Dunstan b4e6123bf6 Add tab completion for pager_min_lines to psql. 10 years ago
Tom Lane f2c28bb1f2 Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 10 years ago
Tom Lane 1d07722f01 Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). 10 years ago
Alvaro Herrera 6fce92a7d7 Finish up XLOG_HINT renaming 10 years ago
Tom Lane a41b14f94a Fix validation of overly-long IPv6 addresses. 10 years ago
Tom Lane 4f5995dd98 Avoid crash in "postgres -C guc" for a GUC with a null string value. 10 years ago
Tom Lane 455812da48 Widen buffer for headers in psql's \watch command. 10 years ago
Tom Lane e5bdaa127b Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
Tom Lane 1ad83738d0 Remove extraneous leading whitespace in Windows build script. 10 years ago