summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
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-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-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-30Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-29Move related functions next to each other in pg_publication.c.Amit Kapila
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-28Improve speed of hash index build.Tom Lane
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-28Fix comment in procarray.c.Fujii Masao
2022-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-07-27Fix read_relmap_file() concurrency on Windows.Robert Haas
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-27Split tuplesortvariants.c from tuplesort.cAlexander Korotkov
2022-07-27Split TuplesortPublic from TuplesortstateAlexander Korotkov
2022-07-27Move memory management away from writetup() and tuplesort_put*()Alexander Korotkov
2022-07-27Put abbreviation logic into puttuple_common()Alexander Korotkov
2022-07-27Add new Tuplesortstate.removeabbrev functionAlexander Korotkov
2022-07-27Remove Tuplesortstate.copytup functionAlexander Korotkov
2022-07-27Add overflow protection for block-related data in WAL recordsMichael Paquier