Commit Graph

54207 Commits (94da73281ed93c86d2f286996bcd61d8bfac4ffd)
 

Author SHA1 Message Date
Tom Lane 94da73281e Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. 4 years ago
Alvaro Herrera d7714c1454
Backpatch addition of .git-blame-ignore-revs 4 years ago
Tom Lane e5fc38ac30 Fix incorrect permissions-checking code for extended statistics. 4 years ago
Alvaro Herrera e44dae07f9
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking 4 years ago
Noah Misch d263ced225 Be more prescriptive in new doc about re-archiving of same WAL file. 4 years ago
Alvaro Herrera 90a4b64134
regress: fix test instability 4 years ago
John Naylor 6b41a1579b Simplify coding style of is_valid_ascii() 4 years ago
Etsuro Fujita 82593b9a3d postgres_fdw: Disable batch insertion when there are WCO constraints. 4 years ago
Alvaro Herrera ec0925c22a
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 4 years ago
Thomas Munro d2e150831a Remove configure probe for fdatasync. 4 years ago
Thomas Munro 623cc67347 Remove configure probe for clock_gettime. 4 years ago
Peter Geoghegan 92f375056c Fix nbtree maximum item size macro. 4 years ago
Thomas Munro a0dc827112 Simplify replacement code for preadv and pwritev. 4 years ago
Michael Paquier 718fe0a14a Make consistent a couple of log messages when parsing HBA files 4 years ago
Michael Paquier 47ab1ac822 Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs 4 years ago
David Rowley 53823a06be Fix failure to set correct operator in window run condition 4 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 4 years ago
Thomas Munro 71f5dc6dfb Remove dead setenv, unsetenv replacement code. 4 years ago
Thomas Munro b79ec732d2 Remove configure probes for poll and poll.h. 4 years ago
Thomas Munro 5963c9a154 Remove configure probe for link. 4 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 4 years ago
Thomas Munro adeef67834 Remove configure probe for setsid. 4 years ago
Thomas Munro 098f4d813b Remove configure probe for shm_open. 4 years ago
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 4 years ago
Thomas Munro ca1e85513e Remove configure probe for dlopen, and refactor. 4 years ago
Robert Haas 87e22f675f Revert recent changes to 002_pg_upgrade.pl. 4 years ago
Tom Lane d59383924c Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT. 4 years ago
Tom Lane 6ad86feecb Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. 4 years ago
Tom Lane cc11647991 Add proper regression test for the recent SRFs-in-pathkeys problem. 4 years ago
Daniel Gustafsson f8f20203c2 Rephrase comments to make them clearer 4 years ago
John Naylor bcabbfc6a9 Fix formatting and comment typos 4 years ago
John Naylor 9f08803828 Fix assorted doc typos 4 years ago
John Naylor f217d093fd Clarify DROP EXTENSION docs regarding explicitly dependent routines 4 years ago
Michael Paquier 245e14e28b Fix inconsistent comments for some function declarations in headers 4 years ago
John Naylor 56f2c7b58b Support SSE2 intrinsics where available 4 years ago
Tom Lane 1aa8dad41f Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 4 years ago
Peter Geoghegan bc76f5ac48 Add another old commit to git-blame-ignore-revs. 4 years ago
Tom Lane 1da0850f0e Reduce test runtime of src/test/modules/snapshot_too_old. 4 years ago
Amit Kapila 0c20dd33db Add wait_for_subscription_sync for TAP tests. 4 years ago
Tom Lane c67c2e2a29 Be more wary about 32-bit integer overflow in pg_stat_statements. 4 years ago
David Rowley 9fc1776dda Remove unused fields from ExprEvalStep 4 years ago
Tom Lane ec62ce55a8 Change type "char"'s I/O format for non-ASCII characters. 4 years ago
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 4 years ago
Michael Paquier a69959fab2 doc: Fix typos in protocol.sgml 4 years ago
Amit Kapila 6b24d3f9cc Move common catalog cache access routines to lsyscache.c 4 years ago
John Naylor c689baa158 Fix comment in pg_db_role_setting.h 4 years ago
Amit Kapila 7bf91ec0f3 Remove duplicated wait for subscription sync from 007_ddl.pl. 4 years ago
Tom Lane 418ec32072 Add a regression test for contrib/tcn. 4 years ago
David Rowley b592422095 Relax overly strict rules in select_outer_pathkeys_for_merge() 4 years ago
Tom Lane 2865b4060a Add a regression test for contrib/pg_prewarm. 4 years ago