Commit Graph

54188 Commits (5963c9a154bd5590a7ea48826d9bd72c9324e071)
 

Author SHA1 Message Date
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
Peter Geoghegan bc76f5ac48 Add another old commit to git-blame-ignore-revs. 3 years ago
Tom Lane 1da0850f0e Reduce test runtime of src/test/modules/snapshot_too_old. 3 years ago
Amit Kapila 0c20dd33db Add wait_for_subscription_sync for TAP tests. 3 years ago
Tom Lane c67c2e2a29 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
David Rowley 9fc1776dda Remove unused fields from ExprEvalStep 3 years ago
Tom Lane ec62ce55a8 Change type "char"'s I/O format for non-ASCII characters. 3 years ago
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 3 years ago
Michael Paquier a69959fab2 doc: Fix typos in protocol.sgml 3 years ago
Amit Kapila 6b24d3f9cc Move common catalog cache access routines to lsyscache.c 3 years ago
John Naylor c689baa158 Fix comment in pg_db_role_setting.h 3 years ago
Amit Kapila 7bf91ec0f3 Remove duplicated wait for subscription sync from 007_ddl.pl. 3 years ago
Tom Lane 418ec32072 Add a regression test for contrib/tcn. 3 years ago
David Rowley b592422095 Relax overly strict rules in select_outer_pathkeys_for_merge() 3 years ago
Tom Lane 2865b4060a Add a regression test for contrib/pg_prewarm. 3 years ago
David Rowley 3592e0ff98 Have ExecFindPartition cache the last found partition 3 years ago
Tom Lane 83f1793d60 Check maximum number of columns in function RTEs, too. 3 years ago
Michael Paquier 8b1ec7d295 Fix error reporting after ioctl() call with pg_upgrade --clone 3 years ago
Andres Freund 2827f108d1 ci: remove minor version from freebsd image name 3 years ago
Michael Paquier 7ff358b76a Append -X to direct invocation of psql in new test for BASE_BACKUP 3 years ago
Michael Paquier ad341469b4 Add more TAP tests with BASE_BACKUP and pg_backup_start/stop 3 years ago
Tom Lane 3451a57f77 Remove test_oat_hooks.c's nodetag_to_string(). 3 years ago
Andrew Dunstan 7781f4e3e7 Add --schema and --exclude-schema options to vacuumdb. 3 years ago
Andres Freund e1c95e50e9 ci: switch to freebsd 13.1 3 years ago
Tom Lane 4ddfbd2a8e Fix trim_array() for zero-dimensional array argument. 3 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Michael Paquier 43231423da Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH 3 years ago
Michael Paquier 07ff701dbd Expand tests of test_ddl_deparse/ for ALTER TABLE 3 years ago
Tom Lane 6a1f082aba Improve regression test coverage of GiST index building. 3 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 3 years ago
Tom Lane d8e34fa7a1 Fix incorrect is-this-the-topmost-join tests in parallel planning. 3 years ago
Tom Lane d10fad96c6 Adjust new pg_read_file() test cases for more portability. 3 years ago
Robert Haas 212bdc0cbc Revise test case added in 4374699639. 3 years ago
Andrew Dunstan b998196bb5 Fix new recovery test for log_error_verbosity=verbose case 3 years ago