summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-08-13Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-13Add missing fields to _outConstraint()Peter 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-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-08-09Fix obsolete comment in commit_ts.c.Thomas Munro
2022-08-08Fix MSVC build script's check for obsolete node support functions.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-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-06Fix function-defined-but-not-used warning.Tom Lane
2022-08-06Fix data-corruption hazard in WAL-logged CREATE DATABASE.Tom Lane
2022-08-06Replace pgwin32_is_junction() with lstat().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-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-05Remove configure probe for fdatasync.Thomas Munro
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 configure probes for symlink/readlink, and dead code.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-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-04Rephrase comments to make them clearerDaniel Gustafsson
2022-08-04Fix formatting and comment typosJohn Naylor
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane