]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2 days ago  Andres FreundAllow retrieving x86 TSC frequency/flags from CPUID
2 days ago  Andres Freundinstrumentation: Standardize ticks to nanosecond conver...
3 days ago  Jacob Championoauth: Allow validators to register custom HBA options
3 days ago  Jacob Championlibpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
3 days ago  Álvaro HerreraReserve replication slots specifically for REPACK
3 days ago  Heikki LinnakangasFix harmless leftover in _hash_kill_items()
3 days ago  Andrew DunstanAdd errdetail() with PID and UID about source of termin...
3 days ago  Robert Haaspg_stash_advice: Allow stashed advice to be persisted...
3 days ago  Andres FreundMinimal fix for WAIT FOR ... MODE 'standby_flush'
3 days ago  Álvaro Herreradoc: Add an example of REPACK (CONCURRENTLY)
3 days ago  Heikki LinnakangasTidy up #ifdef USE_INJECTION_POINTS guards
3 days ago  Álvaro HerreraFix tests under wal_level=minimal
3 days ago  Heikki LinnakangasModernize and optimize pg_buffercache_pages()
3 days ago  Heikki LinnakangasOptimize sorting and deduplicating trigrams
3 days ago  Tomas VondraUse add_size/mul_size for index instrumentation size...
3 days ago  Tomas VondraFix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE
3 days ago  Álvaro HerreraAllow logical replication snapshots to be database...
3 days ago  Álvaro HerreraAvoid different-size pointer-to-integer cast
3 days ago  Heikki LinnakangasOptimize sort and deduplication in ginExtractEntries()
3 days ago  Peter EisentrautAdd isolation tests for UPDATE/DELETE FOR PORTION OF
3 days ago  Álvaro HerreraFix valgrind failure
3 days ago  John NaylorUse .h for the file containing the page checksum code...
3 days ago  John NaylorSimplify SortSupport for the macaddr data type
3 days ago  Michael PaquierMark JumbleState as a const in the post_parse_analyze...
3 days ago  John NaylorSplit CREATE STATISTICS error reasons out into errdetails
3 days ago  Michael PaquierFix injection point detach timing problem in TAP test...
3 days ago  Michael PaquierFix shmem allocation of fixed-sized custom stats kind
3 days ago  Amit LangoteFix deferred FK check batching introduced by commit...
3 days ago  Michael PaquierFix shared memory size of template code for custom...
3 days ago  Melanie PlagemanAllocate separate DSM chunk for parallel Index[Only...
3 days ago  Melanie PlagemanAssert no duplicate keys in shm_toc_insert()
3 days ago  Nathan BossartAdd pg_stat_autovacuum_scores system view.
3 days ago  Daniel GustafssonUse PG_DATA_CHECKSUM_OFF instead of hardcoded value
3 days ago  Álvaro HerreraAdd CONCURRENTLY option to REPACK
3 days ago  Alexander KorotkovDocument that WAIT FOR may be interrupted by recovery...
3 days ago  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
3 days ago  Alexander KorotkovAvoid syscache lookup while building a WAIT FOR tuple...
3 days ago  Nathan BossartRemove recheck_relation_needs_vacanalyze().
3 days ago  Robert Haasauto_explain: Add new GUC, auto_explain.log_extension_o...
3 days ago  Tom LaneSupport more object types within CREATE SCHEMA.
3 days ago  Tom LaneExecute foreign key constraints in CREATE SCHEMA at...
3 days ago  Tom LaneDon't try to re-order the subcommands of CREATE SCHEMA.
3 days ago  Masahiko SawadaAllow autovacuum to use parallel vacuum workers.
3 days ago  Álvaro HerreraRename cluster.c to repack.c (and corresponding .h)
3 days ago  Tom LaneDisallow system columns in COPY FROM WHERE conditions.
3 days ago  Tom LaneAdd missing .gitignore files.
3 days ago  Tom LaneFix null-bitmap combining in array_agg_array_combine().
3 days ago  Robert HaasAdd a guc_check_handler to the EXPLAIN extension mechanism.
3 days ago  Nathan BossartRemove autoanalyze corner case.
4 days ago  Robert HaasExpose helper functions scan_quoted_identifier and...
4 days ago  Fujii MasaoAdd TAP tests for log_lock_waits
4 days ago  Fujii MasaoRelease postmaster working memory context in slotsync...
4 days ago  Heikki LinnakangasFix memory leaks introduced by commit 283e823f9dcb
4 days ago  Heikki LinnakangasFix compilation without injection points with some...
4 days ago  Robert HaasAdd pg_stash_advice contrib module.
4 days ago  Michael PaquierUse single LWLock for lock statistics in pgstats
4 days ago  Michael PaquierImprove more stability of worker_spi termination test
4 days ago  Fujii MasaoSimplify redundant current_database() subqueries in...
4 days ago  Richard GuoFix volatile function evaluation in eager aggregation
4 days ago  Richard GuoFix collation handling for grouping keys in eager aggre...
4 days ago  Fujii MasaoAdd wal_sender_shutdown_timeout GUC to limit shutdown...
4 days ago  John NaylorFix unportable use of __builtin_constant_p
4 days ago  Daniel GustafssonTest stabilization for online checksums
4 days ago  Daniel GustafssonHandle checksumworker startup wait race
4 days ago  Michael PaquierAdd tests for lock statistics, take two
4 days ago  Heikki LinnakangasConvert all remaining subsystems to use the new shmem...
4 days ago  Heikki LinnakangasConvert buffer manager to use the new shmem allocation...
4 days ago  Heikki LinnakangasAdd alignment option to ShmemRequestStruct()
4 days ago  Heikki LinnakangasConvert AIO to use the new shmem allocation functions
4 days ago  Heikki LinnakangasConvert SLRUs to use the new shmem allocation functions
4 days ago  Heikki LinnakangasRefactor shmem initialization code in predicate.c
4 days ago  Heikki LinnakangasUse the new shmem allocation functions in a few core...
4 days ago  Heikki LinnakangasConvert lwlock.c to use the new shmem allocation functions
4 days ago  Heikki LinnakangasIntroduce a registry of built-in shmem subsystems
4 days ago  Heikki LinnakangasConvert pg_stat_statements to use the new shmem allocat...
4 days ago  Heikki LinnakangasAdd a test module to test after-startup shmem allocations
4 days ago  Heikki LinnakangasIntroduce a new mechanism for registering shared memory...
4 days ago  Heikki LinnakangasMove some code from shmem.c and shmem.h
4 days ago  Andres Freundinstrumentation: Separate per-node logic from other...
4 days ago  Andres Freundinstrumentation: Separate trigger logic from other...
4 days ago  Andres FreundFixups for a4f774cf1c7
4 days ago  Andres FreundAdd tid_block() and tid_offset() accessor functions
4 days ago  Heikki LinnakangasCheck that the tranche name is unique in RequestNamedLW...
4 days ago  Heikki LinnakangasImprove test_lwlock_tranches
5 days ago  Andrew DunstanAdd pg_get_database_ddl() function
5 days ago  Andrew DunstanAdd pg_get_tablespace_ddl() function
5 days ago  Andrew DunstanAdd pg_get_role_ddl() function
5 days ago  Andrew DunstanAdd infrastructure for pg_get_*_ddl functions
5 days ago  Álvaro HerreraAllow index_create to suppress index_build progress...
5 days ago  Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
5 days ago  Thomas Munroaio: Simplify pgaio_worker_submit().
5 days ago  Andres Freundread_stream: Only increase read-ahead distance when...
5 days ago  Andres Freundread stream: Split decision about look ahead for AIO...
5 days ago  Andres Freundread_stream: Move logic about IO combining & issuing...
5 days ago  Andres Freundaio: io_uring: Trigger async processing for large IOs
5 days ago  John NaylorFix unused function warning on Arm platforms
5 days ago  Álvaro HerreraModernize struct declarations in snapbuild.h
5 days ago  Álvaro HerreraMake index_concurrently_create_copy more general
5 days ago  Peter Geogheganheapam: Keep buffer pins across index scan resets.
5 days ago  Heikki LinnakangasRemove unnecessary #include "spin.h" from shmem.h
next