users/rhaas/postgres.git
2022-08-11 Amit KapilaFix catalog lookup with the wrong snapshot during logic...
2022-08-11 John NaylorOptimize xid/subxid searches in XidInMVCCSnapshot().
2022-08-10 Robert HaasMove basebackup code to new directory src/backend/backup
2022-08-10 Tom LaneFix handling of R/W expanded datums that are passed...
2022-08-10 Daniel GustafssonFix typo in test_oat_hooks README
2022-08-10 Amit KapilaImprove the protocol message descriptions for 2PC logic...
2022-08-10 Peter EisentrautRemove unused short option from getopt_long() call
2022-08-10 John NaylorIntroduce optimized routine for linear searches of...
2022-08-10 Bruce Momjiandoc: mention that COPY MATCH requires columns _in_...
2022-08-09 Michael PaquierFix some inconsistencies with GUC categories
2022-08-09 John NaylorFix mismatched file identifications
2022-08-09 Thomas MunroFix obsolete comment in commit_ts.c.
2022-08-08 Thomas MunroFix obsolete comments in instr_time.h.
2022-08-08 Tom LaneFix MSVC build script's check for obsolete node support...
2022-08-08 Tom LaneStabilize output of new regression test.
2022-08-08 Tom LaneIn extensions, don't replace objects not belonging...
2022-08-07 Andres Freundaix: fix misreading of condition in 8f12a4e7add
2022-08-07 Andres FreundTrust a few system headers to stand on their own
2022-08-07 Andres Freundsolaris: Remove unnecessary gcc / gnu ld vs sun studio...
2022-08-07 Andres Freundaix: Remove checks for very old OS versions
2022-08-07 Andres Freundwindows: Remove HAVE_MINIDUMP_TYPE test
2022-08-07 Andres FreundRely on __func__ being supported
2022-08-07 Alvaro HerreraRemove unportable use of timezone in recent test
2022-08-07 Thomas MunroSimplify replacement code for strtof.
2022-08-07 Thomas MunroSimplify gettimeofday for Windows.
2022-08-06 Tom LaneFix function-defined-but-not-used warning.
2022-08-06 Tom LaneFix data-corruption hazard in WAL-logged CREATE DATABASE.
2022-08-06 Andres FreundSimplify gettimeofday() fallback logic.
2022-08-06 Alvaro HerreraImprove recently-added test reliability
2022-08-06 Michael PaquierFix comment in copyfrom_internal.h
2022-08-06 Thomas MunroReplace pgwin32_is_junction() with lstat().
2022-08-06 Thomas MunroMake unlink() work for junction points on Windows.
2022-08-06 Thomas MunroProvide lstat() for Windows.
2022-08-05 Thomas MunroRemove fallbacks for strtoll, strtoull.
2022-08-05 Peter GeogheganFix comments about deduplication updating page.
2022-08-05 Peter GeogheganAdd missing parenthesis to max item size macro.
2022-08-05 Tom LanePartially undo commit 94da73281.
2022-08-05 Tom LaneFix handling of bare boolean expressions in mcv_get_mat...
2022-08-05 Tom LaneFix non-bulletproof ScalarArrayOpExpr code for extended...
2022-08-05 Alvaro HerreraBackpatch addition of .git-blame-ignore-revs
2022-08-05 Tom LaneFix incorrect permissions-checking code for extended...
2022-08-05 Alvaro HerreraBRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
2022-08-05 Noah MischBe more prescriptive in new doc about re-archiving...
2022-08-05 Alvaro Herreraregress: fix test instability
2022-08-05 John NaylorSimplify coding style of is_valid_ascii()
2022-08-05 Etsuro Fujitapostgres_fdw: Disable batch insertion when there are...
2022-08-05 Alvaro HerreraFix ENABLE/DISABLE TRIGGER to handle recursion correctly
2022-08-05 Thomas MunroRemove configure probe for fdatasync.
2022-08-05 Thomas MunroRemove configure probe for clock_gettime.
2022-08-05 Peter GeogheganFix nbtree maximum item size macro.
2022-08-05 Thomas MunroSimplify replacement code for preadv and pwritev.
2022-08-05 Michael PaquierMake consistent a couple of log messages when parsing...
2022-08-05 Michael PaquierUse hba_file/ident_file GUCs rather than pg_hba.conf...
2022-08-04 David RowleyFix failure to set correct operator in window run condition
2022-08-04 Thomas MunroRemove dead pread and pwrite replacement code.
2022-08-04 Thomas MunroRemove dead setenv, unsetenv replacement code.
2022-08-04 Thomas MunroRemove configure probes for poll and poll.h.
2022-08-04 Thomas MunroRemove configure probe for link.
2022-08-04 Thomas MunroRemove configure probes for symlink/readlink, and dead...
2022-08-04 Thomas MunroRemove configure probe for setsid.
2022-08-04 Thomas MunroRemove configure probe for shm_open.
2022-08-04 Thomas MunroRemove configure probe and related tests for getrlimit.
2022-08-04 Thomas MunroRemove configure probe for dlopen, and refactor.
2022-08-04 Robert HaasRevert recent changes to 002_pg_upgrade.pl.
2022-08-04 Tom LaneFix check_exclusion_or_unique_constraint for UNIQUE...
2022-08-04 Tom LaneAdd CHECK_FOR_INTERRUPTS in ExecInsert's speculative...
2022-08-04 Tom LaneAdd proper regression test for the recent SRFs-in-pathk...
2022-08-04 Daniel GustafssonRephrase comments to make them clearer
2022-08-04 John NaylorFix formatting and comment typos
2022-08-04 John NaylorFix assorted doc typos
2022-08-04 John NaylorClarify DROP EXTENSION docs regarding explicitly depend...
2022-08-04 Michael PaquierFix inconsistent comments for some function declaration...
2022-08-04 John NaylorSupport SSE2 intrinsics where available
2022-08-03 Tom LaneFix incorrect tests for SRFs in relation_can_be_sorted_...
2022-08-03 Peter GeogheganAdd another old commit to git-blame-ignore-revs.
2022-08-03 Tom LaneReduce test runtime of src/test/modules/snapshot_too_old.
2022-08-03 Amit KapilaAdd wait_for_subscription_sync for TAP tests.
2022-08-02 Tom LaneBe more wary about 32-bit integer overflow in pg_stat_s...
2022-08-02 David RowleyRemove unused fields from ExprEvalStep
2022-08-02 Tom LaneChange type "char"'s I/O format for non-ASCII characters.
2022-08-02 David RowleyImprove performance of ORDER BY / DISTINCT aggregates
2022-08-02 Michael Paquierdoc: Fix typos in protocol.sgml
2022-08-02 Amit KapilaMove common catalog cache access routines to lsyscache.c
2022-08-02 John NaylorFix comment in pg_db_role_setting.h
2022-08-02 Amit KapilaRemove duplicated wait for subscription sync from 007_d...
2022-08-01 Tom LaneAdd a regression test for contrib/tcn.
2022-08-01 David RowleyRelax overly strict rules in select_outer_pathkeys_for_...
2022-08-01 Tom LaneAdd a regression test for contrib/pg_prewarm.
2022-08-01 David RowleyHave ExecFindPartition cache the last found partition
2022-08-01 Tom LaneCheck maximum number of columns in function RTEs, too.
2022-08-01 Michael PaquierFix error reporting after ioctl() call with pg_upgrade...
2022-08-01 Andres Freundci: remove minor version from freebsd image name
2022-08-01 Michael PaquierAppend -X to direct invocation of psql in new test...
2022-08-01 Michael PaquierAdd more TAP tests with BASE_BACKUP and pg_backup_start...
2022-07-31 Tom LaneRemove test_oat_hooks.c's nodetag_to_string().
2022-07-31 Andrew DunstanAdd --schema and --exclude-schema options to vacuumdb.
2022-07-31 Andres Freundci: switch to freebsd 13.1
2022-07-31 Tom LaneFix trim_array() for zero-dimensional array argument.
2022-07-31 Tom LaneMake new auto_explain test safe for log_error_verbosity...
2022-07-31 Michael PaquierFeed ObjectAddress to event triggers for ALTER TABLE...
next