]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
4 hours ago  Amit LangoteAdd test case for same-type reordered FK columns master github/master
5 hours ago  Amit LangoteMove afterTriggerFiringDepth into AfterTriggersData
5 hours ago  Richard GuoFix var_is_nonnullable() to account for varreturningtype
6 hours ago  Amit LangoteAssert index_attnos[0] == 1 in ri_FastPathFlushArray()
8 hours ago  Amit LangoteFix FK fast-path scan key ordering for mismatched colum...
8 hours ago  Amit LangoteFix typo left by 34a30786293
9 hours ago  Amit LangoteFix RI fast-path crash under nested C-level SPI
9 hours ago  Jeff DavisDocument new catalog columns, missed in commit 8185bb5347.
10 hours ago  Michael PaquierZero-fill private_data when attaching an injection...
18 hours ago  Nathan BossartFix double-free in pg_stat_autovacuum_scores.
20 hours ago  Masahiko SawadaRemove an unstable wait from parallel autovacuum regres...
20 hours ago  Andres Freundinstrumentation: Avoid CPUID 0x15/0x16 for Hypervisor...
21 hours ago  Nathan BossartAdd LOG_NEVER error level code.
26 hours ago  Richard GuoFix integer overflow in nodeWindowAgg.c
27 hours ago  Peter EisentrautUpdate config.guess and config.sub
29 hours ago  Richard GuoStrip PlaceHolderVars from partition pruning operands
31 hours ago  Amit LangoteAdd nkeys parameter to recheck_matched_pk_tuple()
37 hours ago  Michael PaquierReduce presence of syscache.h in src/include/
39 hours ago  Álvaro HerreraSimplify declaration of memcpy target
40 hours ago  Daniel Gustafssondoc: Fix data_checksums data type
42 hours ago  Nathan BossartAdd a couple of commits to .git-blame-ignore-revs.
47 hours ago  Peter EisentrautAdd missing PGDLLIMPORT markings
2 days ago  Thomas MunroRemove RADIUS support.
2 days ago  Etsuro FujitaAdd support for importing statistics from remote servers.
2 days ago  Thomas Munroaio: Adjust I/O worker pool automatically.
2 days ago  John NaylorExit early from pg_comp_crc32c_pmull for small inputs
2 days ago  Thomas Munropg_upgrade: Check for unsupported encodings.
2 days ago  Thomas MunroRemove MULE_INTERNAL encoding.
2 days ago  Andres Freundinstrumentation: Allocate query level instrumentation...
2 days ago  Fujii MasaoFix slotsync worker blocking promotion when stuck in...
2 days ago  Andres Freundinstrumentation: Move ExecProcNodeInstr to allow inlining
2 days ago  Tomas VondraAdd EXPLAIN (IO) instrumentation for TidRangeScan
2 days ago  Andres Freundpg_test_timing: Also test RDTSC[P] timing, report time...
2 days ago  Tomas VondraAdd EXPLAIN (IO) instrumentation for SeqScan
2 days ago  Tom LaneSuppress unused-variable warning.
2 days ago  Tomas Vondraauto_explain: Add new GUC auto_explain.log_io
2 days ago  Tomas VondraAdd EXPLAIN (IO) infrastructure with BitmapHeapScan...
2 days ago  Tomas VondraSwitch EXPLAIN to unaligned output for json/xml/yaml
2 days ago  Tom LaneFix WITHOUT OVERLAPS' interaction with domains.
2 days ago  Andres Freundinstrumentation: Use Time-Stamp Counter on x86-64 to...
2 days ago  Andres FreundAllow retrieving x86 TSC frequency/flags from CPUID
2 days ago  Andres Freundinstrumentation: Standardize ticks to nanosecond conver...
2 days ago  Jacob Championoauth: Allow validators to register custom HBA options
2 days ago  Jacob Championlibpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
2 days ago  Álvaro HerreraReserve replication slots specifically for REPACK
2 days ago  Heikki LinnakangasFix harmless leftover in _hash_kill_items()
2 days ago  Andrew DunstanAdd errdetail() with PID and UID about source of termin...
2 days ago  Robert Haaspg_stash_advice: Allow stashed advice to be persisted...
2 days ago  Andres FreundMinimal fix for WAIT FOR ... MODE 'standby_flush'
2 days ago  Álvaro Herreradoc: Add an example of REPACK (CONCURRENTLY)
2 days ago  Heikki LinnakangasTidy up #ifdef USE_INJECTION_POINTS guards
2 days ago  Álvaro HerreraFix tests under wal_level=minimal
2 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.
3 days ago  Robert HaasExpose helper functions scan_quoted_identifier and...
3 days ago  Fujii MasaoAdd TAP tests for log_lock_waits
3 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...
next