]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
9 days ago  Andres Freundbufmgr: Fix ordering of checks in PinBuffer()
9 days ago  Tom LaneDoc: warn that parallel pg_restore may fail if --no...
9 days ago  Melanie PlagemanFix test_aio read_buffers() to work without cassert
9 days ago  Jacob Championoauth: Don't log discovery connections by default
9 days ago  Jacob Championsasl: Allow backend mechanisms to "abandon" exchanges
9 days ago  Jacob ChampionAdd FATAL_CLIENT_ONLY to ereport/elog
9 days ago  Jacob Championlibpq: Allow developers to reimplement libpq-oauth
9 days ago  Jacob Championlibpq: Poison the v2 part of a v1 Bearer request
9 days ago  Nathan BossartAvoid including vacuum.h in tableam.h and heapam.h.
9 days ago  Tom LaneDoc: remove bogus claim that tsvectors can have up...
9 days ago  Tom LaneDoc: improve explanation of GiST compress/decompress...
9 days ago  Heikki LinnakangasChange the signature of dynahash's alloc function
9 days ago  Heikki LinnakangasRemove HASH_SEGMENT option
9 days ago  Peter EisentrautFix cross variable references in graph pattern causing...
9 days ago  Peter EisentrautProperty references are preferred over regular column...
10 days ago  Amit LangoteFix use-after-free in ri_LoadConstraintInfo
10 days ago  Daniel GustafssonFormalize WAL record for XLOG_CHECKPOINT_REDO
10 days ago  Peter EisentrautDisable some C++ warnings in MSVC
10 days ago  Peter Eisentrautmeson: Make room for C++-only warning flags for MSVC
10 days ago  Amit LangoteAdd fast path for foreign key constraint checks
10 days ago  Amit KapilaChange syntax of EXCEPT TABLE clause in publication...
10 days ago  Tom LaneDoc: update ddl.sgml's description of cmin and cmax.
10 days ago  Peter EisentrautAdd warning option -Wold-style-declaration
10 days ago  Jacob Championlibpq: Add oauth_ca_file option to change CAs without...
10 days ago  Nathan BossartRemove bits* typedefs.
10 days ago  Heikki LinnakangasUse ShmemInitStruct to allocate shmem for semaphores
10 days ago  Melanie PlagemanSet pd_prune_xid on insert
10 days ago  Melanie PlagemanAllow on-access pruning to set pages all-visible
10 days ago  Nathan BossartAdd commit 874da8b1f6 to .git-blame-ignore-revs.
10 days ago  Peter Eisentrautconfigure: Apply -Werror=vla to C++ as well as C
10 days ago  Tom LaneBe more careful to preserve consistency of a tuplestore.
10 days ago  Heikki LinnakangasReplace getopt() with our re-entrant variant in the...
10 days ago  Heikki LinnakangasInvent a variant of getopt(3) that is thread-safe
10 days ago  Heikki LinnakangasFix latent bug in get_stats_option_name()
10 days ago  Melanie PlagemanPass down information on table modification to scan...
10 days ago  Álvaro HerreraDon't use bits32 in table AM interface
10 days ago  Melanie PlagemanThread flags through begin-scan APIs
10 days ago  Tom LaneDetect pfree or repalloc of a previously-freed memory...
10 days ago  Heikki LinnakangasFix outdated comment on MainLWLockArray
10 days ago  Robert Haaspg_plan_advice: Avoid assertion failure with partitionw...
10 days ago  Melanie PlagemanRemove PlannedStmt->resultRelations in favor of resultR...
10 days ago  Melanie PlagemanMake it cheap to check if a relation is modified by...
10 days ago  Álvaro HerreraHave table_insert and siblings use an unsigned type...
11 days ago  Peter Eisentrautheaderscheck: Avoid mutual inclusion of pg_config.h...
11 days ago  Peter EisentrautMake cast functions to type money error safe
11 days ago  John NaylorRemove extraneous PGDLLIMPORT
11 days ago  Peter EisentrautFix accidentally casting away const
11 days ago  Peter EisentrautMake cast function from circle to polygon error safe
11 days ago  Fujii MasaoFix FK triggers losing DEFERRABLE/INITIALLY DEFERRED...
11 days ago  David RowleyFix datum_image_*()'s inability to detect sign-extensio...
11 days ago  Fujii Masaopsql: Make \d+ inheritance tables list formatting consi...
11 days ago  Fujii Masaopsql: Make \d+ partition list formatting consistent...
11 days ago  Amit LangoteDoc: fix stale text about partition locking with cached...
11 days ago  Amit LangoteAdd comment explaining fire_triggers=false in ri_Perfor...
11 days ago  Peter EisentrautMake geometry cast functions error safe
11 days ago  Tom LaneDoc: document more incompatible pg_restore option pairs.
11 days ago  Tom LaneDoc: clarify introductory description of pg_dumpall.
11 days ago  Andrew DunstanFix multiple bugs in astreamer pipeline code.
11 days ago  Álvaro HerreraSort InternalBGWorkers list alphabetically
12 days ago  Peter EisentrautMake cast functions from jsonb error safe
13 days ago  Andres Freundaio: Don't wait for already in-progress IO
13 days ago  Andres Freundbufmgr: Improve StartBufferIO interface
13 days ago  Heikki LinnakangasFix RequestNamedLWLockTranche in single-user mode
13 days ago  Andres Freundtest_aio: Add read_stream test infrastructure & tests
13 days ago  Andres Freundtest_aio: Add basic tests for StartReadBuffers()
13 days ago  Tom LaneDoc: split functions-posix-regexp section into multiple...
13 days ago  Andres Freundbufmgr: Make UnlockReleaseBuffer() more efficient
13 days ago  Andres FreundUse UnlockReleaseBuffer() in more places
13 days ago  Andres Freundbufmgr: Don't copy pages while writing out
13 days ago  Tom Lanepgindent: ensure all C files end with a newline.
13 days ago  Masahiko Sawadadoc: Clarify collation requirements for base32hex sorta...
13 days ago  Nathan BossartAdd rudimentary table prioritization to autovacuum.
13 days ago  Peter EisentrautAlign tests for stored and virtual generated columns
13 days ago  Peter Eisentrautpgindent: Always clean up .BAK files from pg_bsd_indent
13 days ago  Peter Eisentrautpgindent: Clean up temp files created by File::Temp...
13 days ago  Heikki LinnakangasRefactor PredicateLockShmemInit to not reuse var for...
13 days ago  Heikki LinnakangasAvoid memory leak on error while parsing pg_stat_statem...
13 days ago  Peter EisentrautAdd a graph pattern variable only once
13 days ago  Heikki LinnakangasMinor comment fixes to yesterday's LWLock tranche refac...
13 days ago  Peter EisentrautReject consecutive element patterns of same kind
2026-03-27  Peter EisentrautEnable warning like -Wstrict-prototypes on MSVC as...
2026-03-27  Robert Haaspg_plan_advice: pgindent
2026-03-26  Heikki LinnakangasUse ShmemInitStruct to allocate lwlock.c's shared memory
2026-03-26  Heikki LinnakangasMove ShmemIndexLock into ShmemAllocator
2026-03-26  Heikki LinnakangasUse a separate spinlock to protect LWLockTranches
2026-03-26  Heikki LinnakangasRefactor how user-defined LWLock tranches are stored...
2026-03-26  Heikki LinnakangasRename MAX_NAMED_TRANCHES to MAX_USER_DEFINED_TRANCHES
2026-03-26  Tom LaneDoc: declutter CREATE TABLE synopsis.
2026-03-26  Robert Haaspg_plan_advice: Invent DO_NOT_SCAN(relation_identifier).
2026-03-26  Robert HaasAdd an alternative_plan_name field to PlannerInfo.
2026-03-26  Tom LaneDoc: commit performs rollback of aborted transactions.
2026-03-26  Andres FreundAddress perlcritic complaint in response to 906a0469728
2026-03-26  Andres Freundbufmgr: Restructure AsyncReadBuffers()
2026-03-26  Andres Freundbufmgr: Make buffer hit helper
2026-03-26  Andres Freundbufmgr: Pass io_object and io_context through to PinBuf...
2026-03-26  Robert Haaspg_plan_advice: Refactor to invent pgpa_planner_info
2026-03-26  Tom LaneAdd labels to help make psql's hidden queries more...
2026-03-26  Andres FreundFix off-by-one error in read IO tracing
2026-03-26  Andres Freundaio: Refactor tests in preparation for more tests
2026-03-26  Robert HaasRespect disabled_nodes in fix_alternative_subplan.
next