aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Rely on __func__ being supportedAndres Freund2022-08-07
* Simplify replacement code for strtof.Thomas Munro2022-08-07
* Simplify gettimeofday for Windows.Thomas Munro2022-08-07
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-06
* Fix comment in copyfrom_internal.hMichael Paquier2022-08-06
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Provide lstat() for Windows.Thomas Munro2022-08-06
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-06
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-05
* Simplify coding style of is_valid_ascii()John Naylor2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Remove configure probe for clock_gettime.Thomas Munro2022-08-05
* Fix nbtree maximum item size macro.Peter Geoghegan2022-08-04
* Simplify replacement code for preadv and pwritev.Thomas Munro2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove dead setenv, unsetenv replacement code.Thomas Munro2022-08-05
* Remove configure probes for poll and poll.h.Thomas Munro2022-08-05
* Remove configure probe for link.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Remove configure probe for setsid.Thomas Munro2022-08-05
* Remove configure probe for shm_open.Thomas Munro2022-08-05
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-05
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-05
* Fix formatting and comment typosJohn Naylor2022-08-04
* Fix inconsistent comments for some function declarations in headersMichael Paquier2022-08-04
* Support SSE2 intrinsics where availableJohn Naylor2022-08-04
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Remove unused fields from ExprEvalStepDavid Rowley2022-08-03
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-02
* Fix comment in pg_db_role_setting.hJohn Naylor2022-08-02
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-02
* Support pg_read_[binary_]file (filename, missing_ok).Tom Lane2022-07-29
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28
* Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.Robert Haas2022-07-27
* Convert macros to static inline functions (buf_internals.h)Robert Haas2022-07-27
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Split tuplesortvariants.c from tuplesort.cAlexander Korotkov2022-07-27
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-26
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-25
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Remove dead getpwuid_r replacement code.Thomas Munro2022-07-24
* Remove dead handling for pre-POSIX sigwait().Thomas Munro2022-07-24
* Remove dead getrusage replacement code.Thomas Munro2022-07-24
* Remove configure probe for wctype.h.Thomas Munro2022-07-23
* Remove configure probe for sys/tas.h.Thomas Munro2022-07-23