]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-04-06  Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
2024-04-06  Tomas VondraBitmapHeapScan: postpone setting can_skip_fetch
2024-04-06  Alexander KorotkovCall WaitLSNCleanup() in AbortTransaction()
2024-04-06  Alexander KorotkovClarify what is protected by WaitLSNLock
2024-04-06  Alexander KorotkovUse an LWLock instead of a spinlock in waitlsn.c
2024-04-06  Tomas VondraBitmapHeapScan: begin scan after bitmap creation
2024-04-06  Noah MischBackport IPC::Run optimization to src/test/perl.
2024-04-06  Peter GeogheganEnhance nbtree ScalarArrayOp execution.
2024-04-06  Tom LaneRemove obsolete comment in CopyReadLineText().
2024-04-06  John NaylorSpeed up tail processing when hashing aligned C strings...
2024-04-06  John NaylorTeach fasthash_accum to use platform endianness for...
2024-04-06  Thomas MunroIncrease default vacuum_buffer_usage_limit to 2MB.
2024-04-06  Thomas MunroAllow BufferAccessStrategy to limit pin count.
2024-04-06  John NaylorConvert uses of hash_string_pointer to fasthash equivalent
2024-04-06  John NaylorAdd macro to disable address safety instrumentation
2024-04-06  John NaylorFix incorrect return type
2024-04-06  Thomas MunroImprove read_stream.c's fast path.
2024-04-05  Andres FreundFix headerscheck violation introduced in f8ce4ed78ca
2024-04-05  Andrew DunstanSilence some compiler warnings in commit 3311ea86ed
2024-04-05  Robert HaasFix incorrect calculation in BlockRefTableEntryGetBlocks.
2024-04-05  Tomas VondraCheck HAVE_COPY_FILE_RANGE before calling copy_file_range
2024-04-05  Tomas VondraAllow using copy_file_range in write_reconstructed_file
2024-04-05  Alvaro HerreraMake libpqsrv_cancel's return const char *, not char *
2024-04-05  Tomas VondraRemove unused variable in checksum_file()
2024-04-05  Tomas VondraAllow copying files using clone/copy_file_range
2024-04-05  Tom LaneSuppress "variable may be used uninitialized" warning.
2024-04-05  Robert Haasdocs: Merge separate chapters on built-in index AMs...
2024-04-05  Tomas VondraAlign blocks in incremental backups to BLCKSZ
2024-04-05  Alvaro HerreraOperate XLogCtl->log{Write,Flush}Result with atomics
2024-04-05  Amit KapilaAllow synced slots to have their inactive_since.
2024-04-04  Michael PaquierAdd "ABI_compatibility" regions to wait_event_names.txt
2024-04-04  Jeff DavisFix test failures when language environment is not...
2024-04-04  Robert HaasFix old, misleading comment for PGRES_POLLING_ACTIVE.
2024-04-04  Robert HaasRemove reachable call to pg_unreachable().
2024-04-04  Tom LaneFix ecpg's mechanism for detecting unsupported cases...
2024-04-04  Tom LaneFurther cleanup for recent JSON-related commits.
2024-04-04  Tom LaneFurther cleanup for recent JSON-related commits.
2024-04-04  Andrew DunstanTidy up after incremental JSON parser patch
2024-04-04  Andrew DunstanFix warnings re typedef redefinition in ea7b4e9a2a...
2024-04-04  Amit LangoteAdd missing initialization in transformJsonFuncExpr()
2024-04-04  Amit LangoteFix typo introduced in 6185c9737
2024-04-04  Amit LangoteAdd basic JSON_TABLE() functionality
2024-04-04  Peter Eisentrautpg_upgrade: Fix typo in message
2024-04-04  Andrew DunstanUse incremental parsing of backup manifests.
2024-04-04  Andrew DunstanAdd support for incrementally parsing backup manifests
2024-04-04  Andrew DunstanIntroduce a non-recursive JSON parser
2024-04-04  Peter EisentrautSilence meson warning
2024-04-04  Etsuro Fujitapostgres_fdw: Remove useless ternary expression.
2024-04-04  David RowleySecondary refactor of heap scanning functions
2024-04-04  Michael PaquierCoordinate emit_log_hook and all log destinations to...
2024-04-04  David RowleyPreliminary refactor of heap scanning functions
2024-04-04  Michael Paquierpg_regress: Save errno in emit_tap_output_v() and switc...
2024-04-03  Jeff DavisCREATE INDEX: do not update stats during binary upgrade.
2024-04-03  Tom LaneInvent SERIALIZE option for EXPLAIN.
2024-04-03  Alexander KorotkovFix the parameters order for TableAmRoutine.relation_co...
2024-04-03  Robert Haasdocs: Demote "Monitoring Disk Usage" from chapter to...
2024-04-03  Alvaro HerreraSplit XLogCtl->LogwrtResult into separate struct members
2024-04-03  Nathan BossartInline pg_popcount() for small buffers.
2024-04-03  Heikki LinnakangasCombine freezing and pruning steps in VACUUM
2024-04-03  Heikki LinnakangasRefactor how heap_prune_chain() updates prunable_xid
2024-04-03  Alvaro HerreraFix zeroing of pg_serial page without SLRU bank lock
2024-04-03  Alexander KorotkovUse the pairing heap instead of a flat array for LSN...
2024-04-03  Daniel GustafssonDrop global objects after completed test
2024-04-03  Amit KapilaEnsure that the sync slots reach a consistent state...
2024-04-03  Alexander KorotkovMinor improvements for waitlsn.c
2024-04-03  Daniel GustafssonFix indentation from cafe1056558f
2024-04-03  Daniel GustafssonAdd error codes to some PANIC/FATAL errors reports
2024-04-03  Nathan BossartAdd built-in ERROR handling for archive callbacks.
2024-04-03  Masahiko SawadaImprove eviction algorithm in ReorderBuffer using max...
2024-04-03  David RowleyDon't adjust ressortgroupref in generate_setop_child_gr...
2024-04-03  Masahiko SawadaAdd functions to binaryheap for efficient key removal...
2024-04-03  Masahiko SawadaMake binaryheap enlargeable.
2024-04-02  Alexander KorotkovMove WaitLSNShmemInit() to CreateOrAttachShmemStructs()
2024-04-02  David RowleyDon't zero tuple_fraction when planning UNIONs with...
2024-04-02  Alexander KorotkovImplement pg_wal_replay_wait() stored procedure
2024-04-02  Tom LaneAvoid deadlock during orphan temp table removal.
2024-04-02  Nathan BossartAvoid function call overhead of pg_popcount() in syslog...
2024-04-02  Nathan BossartRefactor code for setting pg_popcount* function pointers.
2024-04-02  Tom LaneUnwind #if spaghetti in hmac_openssl.c a bit.
2024-04-02  Robert HaasAllow SIGINT to cancel psql database reconnections.
2024-04-02  Robert HaasExpose PQsocketPoll via libpq
2024-04-02  Thomas MunroUse streaming I/O in pg_prewarm.
2024-04-02  Thomas MunroProvide API for streaming relation data.
2024-04-02  Thomas MunroProvide vectored variant of ReadBuffer().
2024-04-02  Alvaro HerreraDon't use the pg_am system catalog in new test
2024-04-02  Alexander KorotkovRevert "Custom reloptions for table AM"
2024-04-02  Masahiko SawadaUse TidStore for dead tuple TIDs storage during lazy...
2024-04-01  David RowleyFix assert failure when planning setop subqueries with...
2024-04-01  Tom LaneAvoid "unused variable" warning on non-USE_SSL_ENGINE...
2024-04-01  Heikki LinnakangasIntroduce 'options' argument to heap_page_prune()
2024-04-01  Tom LaneInvent --transaction-size option for pg_restore.
2024-04-01  Tom LaneRearrange pg_dump's handling of large objects for bette...
2024-04-01  Tom LaneAvoid possible longjmp-induced logic error in PLy_trigg...
2024-04-01  Tom LaneFix assorted resource leaks in new pg_createsubscriber...
2024-04-01  Heikki LinnakangasHandle non-chain tuples outside of heap_prune_chain()
2024-04-01  Heikki LinnakangasRefactor heap_prune_chain()
2024-04-01  Heikki LinnakangasMinor refactoring in heap_page_prune
2024-04-01  Masahiko SawadaAdd new COPY option LOG_VERBOSITY.
2024-03-31  John NaylorRevert "Speed up tail processing when hashing aligned...
2024-03-31  John NaylorSpeed up tail processing when hashing aligned C strings
next