aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* aix: fix misreading of condition in 8f12a4e7addAndres Freund2022-08-07
* solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund2022-08-07
* aix: Remove checks for very old OS versionsAndres Freund2022-08-07
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Rely on __func__ being supportedAndres Freund2022-08-07
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Simplify replacement code for strtof.Thomas Munro2022-08-07
* Simplify gettimeofday for Windows.Thomas Munro2022-08-07
* Fix function-defined-but-not-used warning.Tom Lane2022-08-06
* Fix data-corruption hazard in WAL-logged CREATE DATABASE.Tom Lane2022-08-06
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-06
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* Fix comment in copyfrom_internal.hMichael Paquier2022-08-06
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Make unlink() work for junction points on Windows.Thomas Munro2022-08-06
* Provide lstat() for Windows.Thomas Munro2022-08-06
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-06
* Fix comments about deduplication updating page.Peter Geoghegan2022-08-05
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-05
* Partially undo commit 94da73281.Tom Lane2022-08-05
* Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane2022-08-05
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-05
* Fix incorrect permissions-checking code for extended statistics.Tom Lane2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* regress: fix test instabilityAlvaro Herrera2022-08-05
* Simplify coding style of is_valid_ascii()John Naylor2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Remove configure probe for clock_gettime.Thomas Munro2022-08-05
* Fix nbtree maximum item size macro.Peter Geoghegan2022-08-04
* Simplify replacement code for preadv and pwritev.Thomas Munro2022-08-05
* Make consistent a couple of log messages when parsing HBA filesMichael Paquier2022-08-05
* Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier2022-08-05
* Fix failure to set correct operator in window run conditionDavid Rowley2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove dead setenv, unsetenv replacement code.Thomas Munro2022-08-05
* Remove configure probes for poll and poll.h.Thomas Munro2022-08-05
* Remove configure probe for link.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Remove configure probe for setsid.Thomas Munro2022-08-05
* Remove configure probe for shm_open.Thomas Munro2022-08-05
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-05
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-05
* Revert recent changes to 002_pg_upgrade.pl.Robert Haas2022-08-04
* Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane2022-08-04
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Rephrase comments to make them clearerDaniel Gustafsson2022-08-04