]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-09-10  Tom LaneFix memory leakage in nodeSubplan.c.
2025-09-10  Nathan Bossartmeson: Build numeric.c with -ftree-vectorize.
2025-09-10  Peter EisentrautFix CREATE TABLE LIKE with not-valid check constraint
2025-09-10  Michael PaquierRemove dynahash.h
2025-09-10  Michael PaquierReplace callers of dynahash.h's my_log() by equivalent...
2025-09-09  Michael PaquierFix leak with SMgrRelations in startup process
2025-09-09  Nathan BossartFix documentation for shmem_startup_hook.
2025-09-09  Nathan Bossarttest_slru: Fix LWLock tranche allocation in EXEC_BACKEN...
2025-09-09  Peter EisentrautFix typo in comment
2025-09-09  Dean RasheedAdd date and timestamp variants of random(min, max).
2025-09-09  Amit KapilaFix Coverity issue reported in commit a850be2fe.
2025-09-08  Melanie PlagemanAdd error codes when vacuum discovers VM corruption
2025-09-08  Jeff Davismeson: build checksums with extra optimization flags.
2025-09-08  Nathan Bossartpg_upgrade: Transfer pg_largeobject_metadata's files...
2025-09-08  Melanie PlagemanRemove unused xl_heap_prune member, reason
2025-09-08  Robert HaasDon't generate fake "*TLOCRN*" or "*TROCRN*" aliases...
2025-09-08  Robert HaasDon't generate fake "ANY_subquery" aliases, either.
2025-09-08  Robert HaasDon't generate fake "*SELECT*" or "*SELECT* %d" subquer...
2025-09-08  Melanie PlagemanRemove unneeded VM pin from VM replay
2025-09-08  Amit KapilaAdd test to prevent premature removal of conflict-relev...
2025-09-08  Michael PaquierFix corruption of pgstats shared hashtable due to OOM...
2025-09-08  Amit KapilaPost-commit review fixes for 228c370868.
2025-09-08  Michael PaquierUpdate parser README to include parse_jsontable.c
2025-09-05  Tatsuo IshiiAllow to log raw parse tree.
2025-09-05  Andres Freundbufmgr: Remove freelist, always use clock-sweep
2025-09-05  Andres Freundbufmgr: Use consistent naming of the clock-sweep algorithm
2025-09-05  Melanie PlagemanAdd assert and log message to visibilitymap_set
2025-09-05  Dean RasheedFix concurrent update issue with MERGE.
2025-09-05  Michael PaquierFix outdated comments in slru.c
2025-09-05  Michael PaquierSwitch some numeric-related functions to use soft error...
2025-09-05  Michael PaquierChange pg_lsn_in_internal() to use soft error reporting
2025-09-04  Nathan BossartRevert recent change to RequestNamedLWLockTranche().
2025-09-04  Peter EisentrautClean up newly added guc_tables.inc.c
2025-09-04  Nathan BossartAdjust commentary for WaitEventLWLock in wait_event_nam...
2025-09-04  Dean RasheedFix replica identity check for MERGE.
2025-09-04  Dean RasheedFix replica identity check for INSERT ON CONFLICT DO...
2025-09-03  Michael PaquierFix incorrect comment in pgstat_backend.c
2025-09-03  Tom LaneMake libpq_pipeline.c shorter and more uniform via...
2025-09-03  Nathan BossartMove dynamically-allocated LWLock tranche names to...
2025-09-03  Jacob Championci: Explicitly enable Meson features
2025-09-03  Jacob Championci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD
2025-09-03  Peter EisentrautFix mistake in new GUC tables source
2025-09-03  Peter EisentrautGenerate GUC tables from .dat file
2025-09-03  Richard GuoFix planner error when estimating SubPlan cost
2025-09-03  Amit KapilaFix use-after-free issue in slot synchronization.
2025-09-03  Michael Paquierlibpq: Fix PQtrace() format for non-printable characters
2025-09-03  Michael PaquierUpdate outdated references to the SLRU ControlLock
2025-09-02  Fujii MasaoAdd HINT for COPY TO when WHERE clause is used.
2025-09-02  Nathan BossartChange ReplicationSlotPersistentData's "synced" member...
2025-09-02  Tom LaneImprove error message for duplicate labels when creatin...
2025-09-02  Michael PaquierGenerate pgstat_count_slru*() functions for slru using...
2025-09-02  Amit KapilaAdd max_retention_duration option to subscriptions.
2025-09-01  Michael Paquierpostgres_fdw: Use psql variables for connection parameters
2025-08-30  Richard GuoFix const-simplification for constraints and stats
2025-08-30  Bruce Momjianadd_commit_links.pl: error out if missing major versio...
2025-08-30  Nathan BossartPrepare DSM registry for upcoming changes to LWLock...
2025-08-29  Tom LaneProvide error context when an error is thrown within...
2025-08-29  Daniel Gustafssonpg_dump: Fix compression API errorhandling
2025-08-29  Nathan BossartMake LWLockCounter a global variable.
2025-08-29  Tom LaneFix .gitignore for src/interfaces/libpq-oauth.
2025-08-29  Nathan BossartRemove unused parameter from ProcessSlotSyncInterrupts().
2025-08-29  Tom LaneSilence -Wmissing-variable-declarations in headerscheck.
2025-08-29  David RowleyFix possible use after free in expand_partitioned_rtentry()
2025-08-29  Álvaro HerreraCREATE STATISTICS: improve misleading error message
2025-08-29  Daniel GustafssonFix typo in isolation test spec
2025-08-29  Peter Eisentrautheaderscheck: Document that --with-llvm is required
2025-08-29  Peter Eisentrautheaderscheck: Ignore Windows-specific header
2025-08-29  Peter Eisentrautheaderscheck: Use ICU_CFLAGS
2025-08-29  Peter EisentrautMark ItemPointer arguments as const in tuple/table...
2025-08-29  Peter EisentrautRemove unneeded casts of BufferGetPage() result
2025-08-29  Richard GuoFix semijoin unique-ification for child relations
2025-08-29  Masahiko SawadaUse LW_SHARED in walsummarizer.c for WALSummarizerLock...
2025-08-28  Tom LaneFix "variable not found in subplan target lists" in...
2025-08-28  Álvaro HerreraGlossary: improve definition of "relation"
2025-08-28  Álvaro HerreraAvoid including commands/dbcommands.h in so many places
2025-08-28  Peter EisentrautMessage style improvements
2025-08-27  Andres Freundaio: Stop using enum bitfields due to bad code generation
2025-08-27  Peter EisentrautPut back intra-grant-inplace.spec test coverage
2025-08-27  Peter EisentrautImprove objectNamesToOids() comment
2025-08-27  Peter EisentrautFix: Don't strip $libdir from nested module_pathnames
2025-08-27  Jeff DavisCheck for more Unicode functions during upgrade.
2025-08-26  Jacob Championoauth: Explicitly depend on -pthread
2025-08-26  Peter EisentrautMessage style improvements
2025-08-26  Nathan BossartDocument privileges required for vacuumdb --missing...
2025-08-26  Tom LanePut "excludeOnly" GIN scan keys at the end of the scank...
2025-08-26  Tom LaneDo CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
2025-08-26  Alexander KorotkovImprove RowMark handling during Self-Join Elimination
2025-08-26  Alexander KorotkovRefactor variable names in remove_self_joins_one_group()
2025-08-26  Alexander KorotkovFurther clarify documentation for the initcap function
2025-08-26  Peter EisentrautRaise C requirement to C11
2025-08-25  Peter EisentrautMessage wording improvements
2025-08-25  Nathan BossartUse PqMsg_* macros in applyparallelworker.c.
2025-08-25  Jacob Championoauth: Add unit tests for multiplexer handling
2025-08-25  Jacob Championoauth: Always link with -lm for floor()
2025-08-25  Nathan BossartUse PqMsg_* macros in fe-protocol3.c.
2025-08-25  Peter EisentrautFormatting cleanup of guc_tables.c
2025-08-23  Noah MischRewrite previous commit's test for TestUpgradeXversion...
2025-08-23  Noah MischSort DO_DEFAULT_ACL dump objects independent of OIDs.
2025-08-22  Alexander KorotkovRevert "Get rid of WALBufMappingLock"
2025-08-22  Nathan Bossartvacuumdb: Fix --missing-stats-only with virtual generat...
next