Commit Graph

54221 Commits (24c3ce8f1c707f9eeb1f68cebd44c2516ff799c2)
 

Author SHA1 Message Date
Thomas Munro 24c3ce8f1c Simplify gettimeofday for Windows. 3 years ago
Tom Lane 5c7121bcf8 Fix function-defined-but-not-used warning. 3 years ago
Tom Lane 692df425b6 Fix data-corruption hazard in WAL-logged CREATE DATABASE. 3 years ago
Andres Freund 922a8fa098 Simplify gettimeofday() fallback logic. 3 years ago
Alvaro Herrera 6c1c9f88ad
Improve recently-added test reliability 3 years ago
Michael Paquier 70d25bf70c Fix comment in copyfrom_internal.h 3 years ago
Thomas Munro 5fc88c5d53 Replace pgwin32_is_junction() with lstat(). 3 years ago
Thomas Munro f357233c9d Make unlink() work for junction points on Windows. 3 years ago
Thomas Munro c5cb8f3b77 Provide lstat() for Windows. 3 years ago
Thomas Munro feb593506b Remove fallbacks for strtoll, strtoull. 3 years ago
Peter Geoghegan f68faf4c75 Fix comments about deduplication updating page. 3 years ago
Peter Geoghegan b2fe783aec Add missing parenthesis to max item size macro. 3 years ago
Tom Lane 4c81a50e5b Partially undo commit 94da73281. 3 years ago
Tom Lane e33ae53dde Fix handling of bare boolean expressions in mcv_get_match_bitmap. 3 years ago
Tom Lane 94da73281e Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. 3 years ago
Alvaro Herrera d7714c1454
Backpatch addition of .git-blame-ignore-revs 3 years ago
Tom Lane e5fc38ac30 Fix incorrect permissions-checking code for extended statistics. 3 years ago
Alvaro Herrera e44dae07f9
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking 3 years ago
Noah Misch d263ced225 Be more prescriptive in new doc about re-archiving of same WAL file. 3 years ago
Alvaro Herrera 90a4b64134
regress: fix test instability 3 years ago
John Naylor 6b41a1579b Simplify coding style of is_valid_ascii() 3 years ago
Etsuro Fujita 82593b9a3d postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Alvaro Herrera ec0925c22a
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 3 years ago
Thomas Munro d2e150831a Remove configure probe for fdatasync. 3 years ago
Thomas Munro 623cc67347 Remove configure probe for clock_gettime. 3 years ago
Peter Geoghegan 92f375056c Fix nbtree maximum item size macro. 3 years ago
Thomas Munro a0dc827112 Simplify replacement code for preadv and pwritev. 3 years ago
Michael Paquier 718fe0a14a Make consistent a couple of log messages when parsing HBA files 3 years ago
Michael Paquier 47ab1ac822 Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs 3 years ago
David Rowley 53823a06be Fix failure to set correct operator in window run condition 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Thomas Munro 71f5dc6dfb Remove dead setenv, unsetenv replacement code. 3 years ago
Thomas Munro b79ec732d2 Remove configure probes for poll and poll.h. 3 years ago
Thomas Munro 5963c9a154 Remove configure probe for link. 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Thomas Munro adeef67834 Remove configure probe for setsid. 3 years ago
Thomas Munro 098f4d813b Remove configure probe for shm_open. 3 years ago
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 3 years ago
Thomas Munro ca1e85513e Remove configure probe for dlopen, and refactor. 3 years ago
Robert Haas 87e22f675f Revert recent changes to 002_pg_upgrade.pl. 3 years ago
Tom Lane d59383924c Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT. 3 years ago
Tom Lane 6ad86feecb Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. 3 years ago
Tom Lane cc11647991 Add proper regression test for the recent SRFs-in-pathkeys problem. 3 years ago
Daniel Gustafsson f8f20203c2 Rephrase comments to make them clearer 3 years ago
John Naylor bcabbfc6a9 Fix formatting and comment typos 3 years ago
John Naylor 9f08803828 Fix assorted doc typos 3 years ago
John Naylor f217d093fd Clarify DROP EXTENSION docs regarding explicitly dependent routines 3 years ago
Michael Paquier 245e14e28b Fix inconsistent comments for some function declarations in headers 3 years ago
John Naylor 56f2c7b58b Support SSE2 intrinsics where available 3 years ago
Tom Lane 1aa8dad41f Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 3 years ago