summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12pg_upgrade: Remove unused typedefPeter Eisentraut
2022-08-12Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-11Fix non-specific error message.Robert Haas
2022-08-11struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera
2022-08-11Add missing space in _outA_Const() outputPeter Eisentraut
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-11Optimize xid/subxid searches in XidInMVCCSnapshot().John Naylor
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-10Fix typo in test_oat_hooks READMEDaniel Gustafsson
2022-08-10Remove unused short option from getopt_long() callPeter Eisentraut
2022-08-10Introduce optimized routine for linear searches of arraysJohn Naylor
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-08-09Fix mismatched file identificationsJohn Naylor
2022-08-09Fix obsolete comment in commit_ts.c.Thomas Munro
2022-08-08Fix obsolete comments in instr_time.h.Thomas Munro
2022-08-08Fix MSVC build script's check for obsolete node support functions.Tom Lane
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07aix: fix misreading of condition in 8f12a4e7addAndres Freund
2022-08-07solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund
2022-08-07aix: Remove checks for very old OS versionsAndres Freund
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera
2022-08-07Simplify replacement code for strtof.Thomas Munro
2022-08-07Simplify gettimeofday for Windows.Thomas Munro
2022-08-06Fix function-defined-but-not-used warning.Tom Lane
2022-08-06Fix data-corruption hazard in WAL-logged CREATE DATABASE.Tom Lane
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-06Fix comment in copyfrom_internal.hMichael Paquier
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-06Make unlink() work for junction points on Windows.Thomas Munro
2022-08-06Provide lstat() for Windows.Thomas Munro
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-08-05Fix comments about deduplication updating page.Peter Geoghegan
2022-08-05Add missing parenthesis to max item size macro.Peter Geoghegan
2022-08-05Partially undo commit 94da73281.Tom Lane
2022-08-05Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
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