summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
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-08Fix obsolete comments in instr_time.h.Thomas Munro
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-07Simplify replacement code for strtof.Thomas Munro
2022-08-07Simplify gettimeofday for Windows.Thomas Munro
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-08-06Fix comment in copyfrom_internal.hMichael Paquier
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-06Provide lstat() for Windows.Thomas Munro
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-08-05Add missing parenthesis to max item size macro.Peter Geoghegan
2022-08-05Simplify coding style of is_valid_ascii()John Naylor
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Remove configure probe for clock_gettime.Thomas Munro
2022-08-05Fix nbtree maximum item size macro.Peter Geoghegan
2022-08-05Simplify replacement code for preadv and pwritev.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove dead setenv, unsetenv replacement code.Thomas Munro
2022-08-04Remove configure probes for poll and poll.h.Thomas Munro
2022-08-04Remove configure probe for link.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe for setsid.Thomas Munro
2022-08-04Remove configure probe for shm_open.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 formatting and comment typosJohn Naylor
2022-08-04Fix inconsistent comments for some function declarations in headersMichael Paquier
2022-08-04Support SSE2 intrinsics where availableJohn Naylor
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-08-02Remove unused fields from ExprEvalStepDavid Rowley
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-08-02Fix comment in pg_db_role_setting.hJohn Naylor
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-27Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.Robert Haas
2022-07-27Convert macros to static inline functions (buf_internals.h)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-27Add overflow protection for block-related data in WAL recordsMichael Paquier
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane