summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-02Speed up lexing of long JSON stringsJohn Naylor
2022-09-01Move darwin sysroot determination into separate fileAndres Freund
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-09-01Add a regression test for contrib/pgrowlocks.Tom Lane
2022-09-01aix: when building with gcc, tell gcc we're building a shared libraryAndres Freund
2022-09-01Use --load-extension to set up for contrib/tcn's isolation tests.Tom Lane
2022-09-01doc: in create statistics docs, mention analyze for parent infoBruce Momjian
2022-09-01doc: mention "bloom" as a possible index access methodBruce Momjian
2022-09-01Adjust XML test case to avoid unstable behavior.Tom Lane
2022-09-01doc: use FILTER in aggregate exampleBruce Momjian
2022-09-01doc: clarify that pgcrypto's gen_random_uuid calls core func.Bruce Momjian
2022-09-01doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian
2022-09-01doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian
2022-09-01doc: mention that SET TIME ZONE often needs to be quotedBruce Momjian
2022-08-31doc: document the maximum char/varchar length valueBruce Momjian
2022-08-31doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian
2022-08-31Be smarter about freeing tuples during tuplesortsDavid Rowley
2022-08-31doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian
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-31doc: Fix typo in user inheritance documentationDaniel Gustafsson
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-29Remove stray "the".Robert Haas
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-29docs: Fix up some out-of-date references to INHERIT/NOINHERIT.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-28Doc: fix example of recursive query.Tom Lane
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-27Avoid casting away const in sepgsql's quote_object_name.Tom Lane
2022-08-27Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane