]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-09-08  Amit KapilaRaise a warning if there is a possibility of data from...
2022-09-07  Alvaro HerreraMessage style fixes
2022-09-07  David RowleyMake MemoryContextContains work correctly again
2022-09-07  Peter EisentrautRenumber confusing value for GUC_UNIT_BYTE
2022-09-07  David RowleyMake more effort to put a sentinel at the end of alloca...
2022-09-07  Amit KapilaDoc: Explain about Column List feature.
2022-09-06  Tom LaneFix new pg_publication_tables query.
2022-09-06  John NaylorFix cplusplusscheck in vpath builds
2022-09-06  Michael PaquierAdd psql tab compression for SET COMPRESSION with ALTER...
2022-09-06  John NaylorFix headerscheck in vpath builds
2022-09-06  John NaylorFix failure to maintainer-clean jsonpath_gram.h
2022-09-06  David RowleyFix typo in 16d69ec29
2022-09-06  David RowleyRemove buggy and dead code from CreateTriggerFiringOn
2022-09-06  John NaylorAdd missing exceptions to cpluspluscheck
2022-09-06  David RowleyFix an assortment of improper usages of string functions
2022-09-05  Peter EisentrautFix incorrect uses of Datum conversion macros
2022-09-05  Daniel GustafssonUpdate out of date comments in pg_trgm
2022-09-05  Daniel GustafssonCheck for interrupts in pg_trgm word similarity
2022-09-05  David RowleyDoc: clarify partitioned table limitations
2022-09-04  Tomas VondraForce parallelism in partition_aggregate
2022-09-04  John NaylorFix MSVC linker error for specparse.obj
2022-09-04  John NaylorBuild all Flex files standalone
2022-09-04  John NaylorMove private declarations shared between guc.c and...
2022-09-04  John NaylorPreparatory refactoring for compiling guc-file.c standalone
2022-09-04  John NaylorFix sign-compare warnings arising from port/simd.h
2022-09-03  Michael Paquierdoc: Fix two queries related to jsonb functions
2022-09-03  Bruce Momjiandoc: simplify docs about analyze and inheritance/parti...
2022-09-03  Bruce Momjiandoc: clarify recursion internal behavior
2022-09-03  Thomas MunroFix cache invalidation bug in recovery_prefetch.
2022-09-02  Tom LaneFix planner to consider matches to boolean columns...
2022-09-02  Daniel GustafssonRemove unused code from sepgsql
2022-09-02  Peter EisentrautFix PL/Perl build on Cygwin
2022-09-02  Amit KapilaDoc: fix column list vs. replica identity rules.
2022-09-02  Michael PaquierExpand the use of get_dirent_type(), shaving a few...
2022-09-02  Etsuro FujitaDoc: Update struct Trigger definition.
2022-09-02  John NaylorSpeed up lexing of long JSON strings
2022-09-01  Andres FreundMove darwin sysroot determination into separate file
2022-09-01  Andrew DunstanRevert SQL/JSON features
2022-09-01  Tom LaneAdd a regression test for contrib/pgrowlocks.
2022-09-01  Andres Freundaix: when building with gcc, tell gcc we're building...
2022-09-01  Tom LaneUse --load-extension to set up for contrib/tcn's isolat...
2022-09-01  Bruce Momjiandoc: in create statistics docs, mention analyze for...
2022-09-01  Bruce Momjiandoc: mention "bloom" as a possible index access method
2022-09-01  Tom LaneAdjust XML test case to avoid unstable behavior.
2022-09-01  Bruce Momjiandoc: use FILTER in aggregate example
2022-09-01  Bruce Momjiandoc: clarify that pgcrypto's gen_random_uuid calls...
2022-09-01  Bruce Momjiandoc: split out the NATURAL/CROSS JOIN in SELECT syntax
2022-09-01  Bruce Momjiandoc: warn of SECURITY DEFINER schemas for non-sql_body...
2022-09-01  Bruce Momjiandoc: mention that SET TIME ZONE often needs to be...
2022-08-31  Bruce Momjiandoc: document the maximum char/varchar length value
2022-08-31  Bruce Momjiandoc: show direction is optional in FETCH/MOVE's FROM...
2022-08-31  David RowleyBe smarter about freeing tuples during tuplesorts
2022-08-31  Bruce Momjiandoc: simplify WITH clause syntax in CREATE DATABASE
2022-08-31  Tom LanePrevent long-term memory leakage in autovacuum launcher.
2022-08-31  Peter GeogheganDerive freeze cutoff from nextXID, not OldestXmin.
2022-08-31  Andres FreundFix MSVC warning in compat_informix/rnull.pgc
2022-08-31  Tom LaneIn the Snowball dictionary, don't try to stem excessive...
2022-08-31  Robert HaasFix a bug in roles_is_member_of.
2022-08-31  Daniel Gustafssondoc: Fix typo in user inheritance documentation
2022-08-31  Daniel GustafssonRefactor check_ functions to use filehandle for status
2022-08-31  Peter Eisentrautplpython: Don't create pgxsdir subdirectory in installd...
2022-08-30  Tom LaneOn NetBSD, force dynamic symbol resolution at postmaste...
2022-08-30  David RowleyVarious cleanups of the new memory context header code
2022-08-30  David RowleyRevert "Add missing padding from MemoryChunk struct"
2022-08-30  Amit KapilaUpdate the comment in rmgrlist.h to match it to the...
2022-08-30  Amit KapilaDrop replication origin slots before tablesync worker...
2022-08-30  John NaylorFurther code review of port/simd.h
2022-08-30  Peter GeogheganAdjust comments that called MultiXactIds "XMIDs".
2022-08-30  David RowleyUse MAXALIGN() in calculations using sizeof(SlabBlock)
2022-08-30  Michael PaquierCleanup more code and comments related to Windows NT4...
2022-08-29  Tom LaneClean up inconsistent use of fflush().
2022-08-29  Robert HaasRemove stray "the".
2022-08-29  Robert HaasPrevent WAL corruption after a standby promotion.
2022-08-29  Robert Haasdocs: Fix up some out-of-date references to INHERIT...
2022-08-29  David RowleyAdd missing padding from MemoryChunk struct
2022-08-29  John NaylorFix broken cast on MSVC
2022-08-29  John NaylorUse ARM Advanced SIMD (NEON) intrinsics where available
2022-08-29  John NaylorAbstract some more architecture-specific details away...
2022-08-29  David RowleyImprove performance of and reduce overheads of memory...
2022-08-29  Amit KapilaFix the incorrect assertion introduced in commit 7f13ac...
2022-08-28  Tom LaneDoc: fix example of recursive query.
2022-08-28  Peter EisentrautAdd more detail why repalloc and pfree do not accept...
2022-08-28  Michael PaquierEnable RandomizedBaseAddress (ASLR) on Windows with...
2022-08-27  Tom LaneAvoid casting away const in sepgsql's quote_object_name.
2022-08-27  Tom LaneDoc: add comment about bug fixed in back branches as...
2022-08-27  Alexander KorotkovFix typo in comment for writetuple() function
2022-08-27  John NaylorBe more careful to avoid including system headers after...
2022-08-27  Michael PaquierUse correct connection for cancellation in frontend...
2022-08-26  Peter EisentrautRemove unneeded null pointer checks before PQfreemem()
2022-08-26  Peter EisentrautRemove unnecessary casts in free() and pfree()
2022-08-26  John NaylorUse SSE2 in is_valid_ascii() where available.
2022-08-26  Peter EisentrautRemove obsolete comment
2022-08-26  Etsuro FujitaFix typo in comment.
2022-08-26  John NaylorAdd optimized functions for linear search within byte...
2022-08-25  Thomas MunroRemove configure probe for sockaddr_in6 and require...
2022-08-25  Peter Eisentrautlibpq code should use libpq_gettext(), not _()
2022-08-25  Jeff DavisFix doc oversight for custom WAL resource managers.
2022-08-25  David RowleySmall refactor to get rid of -Wshadow=compatible-local...
2022-08-25  David RowleyMore -Wshadow=compatible-local warning fixes
2022-08-25  Robert HaasAllow grant-level control of role inheritance behavior.
next