]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-09-10  Andres Freundaix: No need to use mkldexport when we want to export...
2022-09-09  Tom LaneFix possible omission of variable storage markers in...
2022-09-09  Tom LaneDoc: improve documentation about where the psqlrc files...
2022-09-09  Tom LaneReject bogus output from uuid_create(3).
2022-09-09  Alvaro HerreraDoc fixes for MERGE statement
2022-09-09  Alvaro HerreraFix GetForeignKey*Triggers for self-referential FKs
2022-09-09  John NaylorBump minimum version of Flex to 2.5.35
2022-09-09  John NaylorBump minimum version of Bison to 2.3
2022-09-09  John NaylorAdd jsonpath_gram.h to list of distprep targets
2022-09-09  Michael PaquierReplace load of functions by direct calls for some...
2022-09-09  Michael PaquierAdd more error context to RestoreBlockImage() and consu...
2022-09-08  Peter GeogheganInstrument freezing in autovacuum log reports.
2022-09-08  David RowleyTemporarily make MemoryContextContains return false
2022-09-08  Alvaro HerreraChoose FK name correctly during partition attachment
2022-09-08  Thomas MunroFix recovery_prefetch with low maintenance_io_concurrency.
2022-09-08  Alvaro HerreraFix perltidy breaking perlcritic
2022-09-08  Daniel Gustafssondoc: Fix PL/pgSQL casing to be consistent
2022-09-08  John NaylorAdd b2e6e7682 to .git-blame-ignore-revs
2022-09-08  John NaylorRun perltidy over Catalog.pm
2022-09-08  John NaylorParse catalog .dat files as a whole when compiling...
2022-09-08  Amit KapilaFix the test case introduced by commit 8756930190.
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...
next