summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-01Move darwin sysroot determination into separate fileAndres Freund
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-09-01aix: when building with gcc, tell gcc we're building a shared libraryAndres Freund
2022-09-01Adjust XML test case to avoid unstable behavior.Tom Lane
2022-08-31Be smarter about freeing tuples during tuplesortsDavid Rowley
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-31Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan
2022-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-08-31Fix a bug in roles_is_member_of.Robert Haas
2022-08-31Refactor check_ functions to use filehandle for statusDaniel Gustafsson
2022-08-31plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut
2022-08-30On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane
2022-08-30Various cleanups of the new memory context header codeDavid Rowley
2022-08-30Revert "Add missing padding from MemoryChunk struct"David Rowley
2022-08-30Update the comment in rmgrlist.h to match it to the code.Amit Kapila
2022-08-30Drop replication origin slots before tablesync worker exits.Amit Kapila
2022-08-30Further code review of port/simd.hJohn Naylor
2022-08-30Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan
2022-08-30Use MAXALIGN() in calculations using sizeof(SlabBlock)David Rowley
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-29Add missing padding from MemoryChunk structDavid Rowley
2022-08-29Fix broken cast on MSVCJohn Naylor
2022-08-29Use ARM Advanced SIMD (NEON) intrinsics where availableJohn Naylor
2022-08-29Abstract some more architecture-specific details away from SIMD functionalityJohn Naylor
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-28Add more detail why repalloc and pfree do not accept NULL pointersPeter Eisentraut
2022-08-28Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier
2022-08-27Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane
2022-08-27Fix typo in comment for writetuple() functionAlexander Korotkov
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-08-27Use correct connection for cancellation in frontend's parallel slotsMichael Paquier
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-08-26Remove obsolete commentPeter Eisentraut
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25libpq code should use libpq_gettext(), not _()Peter Eisentraut
2022-08-25Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-25Move NON_EXEC_STATIC from c.h to postgres.hPeter Eisentraut
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-25Fix typo in MVCC test commentDaniel Gustafsson
2022-08-25Remove unused symbol __aarch64John Naylor