summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-05Fix incorrect permissions-checking code for extended statistics.Tom Lane
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05regress: fix test instabilityAlvaro Herrera
2022-08-05Simplify coding style of is_valid_ascii()John Naylor
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Remove configure probe for clock_gettime.Thomas Munro
2022-08-05Fix nbtree maximum item size macro.Peter Geoghegan
2022-08-05Simplify replacement code for preadv and pwritev.Thomas Munro
2022-08-05Make consistent a couple of log messages when parsing HBA filesMichael Paquier
2022-08-05Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier
2022-08-04Fix failure to set correct operator in window run conditionDavid Rowley
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove dead setenv, unsetenv replacement code.Thomas Munro
2022-08-04Remove configure probes for poll and poll.h.Thomas Munro
2022-08-04Remove configure probe for link.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe for setsid.Thomas Munro
2022-08-04Remove configure probe for shm_open.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-08-04Revert recent changes to 002_pg_upgrade.pl.Robert Haas
2022-08-04Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane
2022-08-04Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2022-08-04Rephrase comments to make them clearerDaniel Gustafsson
2022-08-04Fix formatting and comment typosJohn Naylor
2022-08-04Fix inconsistent comments for some function declarations in headersMichael Paquier
2022-08-04Support SSE2 intrinsics where availableJohn Naylor
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-08-02Remove unused fields from ExprEvalStepDavid Rowley
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-08-02Fix comment in pg_db_role_setting.hJohn Naylor
2022-08-02Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila
2022-08-01Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-08-01Check maximum number of columns in function RTEs, too.Tom Lane
2022-08-01Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier
2022-08-01Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier
2022-08-01Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier
2022-07-31Remove test_oat_hooks.c's nodetag_to_string().Tom Lane
2022-07-31Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan
2022-07-31Fix trim_array() for zero-dimensional array argument.Tom Lane
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-31Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier
2022-07-30Improve regression test coverage of GiST index building.Tom Lane