Commit Graph

54191 Commits (cf112c122060568aa06efe4e6e6fb9b2dd4f1090)
 

Author SHA1 Message Date
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
David Rowley 3592e0ff98 Have ExecFindPartition cache the last found partition 4 years ago
Tom Lane 83f1793d60 Check maximum number of columns in function RTEs, too. 4 years ago
Michael Paquier 8b1ec7d295 Fix error reporting after ioctl() call with pg_upgrade --clone 4 years ago
Andres Freund 2827f108d1 ci: remove minor version from freebsd image name 4 years ago
Michael Paquier 7ff358b76a Append -X to direct invocation of psql in new test for BASE_BACKUP 4 years ago
Michael Paquier ad341469b4 Add more TAP tests with BASE_BACKUP and pg_backup_start/stop 4 years ago
Tom Lane 3451a57f77 Remove test_oat_hooks.c's nodetag_to_string(). 4 years ago
Andrew Dunstan 7781f4e3e7 Add --schema and --exclude-schema options to vacuumdb. 4 years ago
Andres Freund e1c95e50e9 ci: switch to freebsd 13.1 4 years ago
Tom Lane 4ddfbd2a8e Fix trim_array() for zero-dimensional array argument. 4 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 4 years ago
Michael Paquier 43231423da Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH 4 years ago
Michael Paquier 07ff701dbd Expand tests of test_ddl_deparse/ for ALTER TABLE 4 years ago
Tom Lane 6a1f082aba Improve regression test coverage of GiST index building. 4 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 4 years ago
Tom Lane d8e34fa7a1 Fix incorrect is-this-the-topmost-join tests in parallel planning. 4 years ago