]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
115 min ago  Nathan Bossartrefint: Fix segfault in check_foreign_key(). master github/master
2 hours ago  Masahiko SawadaFix attribute mapping for COPY TO on partitioned tables.
8 hours ago  Alexander KorotkovPrevent access to other sessions' temp tables
8 hours ago  Alexander KorotkovAdd tests for cross-session temp table access
12 hours ago  Etsuro Fujitapostgres_fdw: Fix deparsing of remote column names...
13 hours ago  Michael PaquierFix jsonpath .split_part() to honor silent mode
16 hours ago  Fujii Masaopgbench: fix verbose error message corruption with...
24 hours ago  Nathan BossartAdd several commits to .git-blame-ignore-revs.
27 hours ago  Álvaro HerreraFix style in a few REPACK ereports
27 hours ago  Tom LaneUse "grep -E" not "egrep".
29 hours ago  Tom LanePre-beta updates: run src/tools/copyright.pl.
29 hours ago  Tom LaneDo pre-release housekeeping on catalog data.
29 hours ago  Tom LaneAdd preceding commits to .git-blame-ignore-revs.
29 hours ago  Tom LanePre-beta mechanical code beautification, step 3: run...
29 hours ago  Tom LanePre-beta mechanical code beautification, step 2: run...
29 hours ago  Tom LanePre-beta mechanical code beautification, step 1: run...
29 hours ago  Tom Lanepgindent: improve formatting of multiline comments.
29 hours ago  Tom LaneMake pg_bsd_indent add a space between comma and period.
29 hours ago  Nathan Bossartpgindent: Fix spacing after != when member name matches...
32 hours ago  Peter EisentrautFix FOR PORTION OF with non-updatable view columns
37 hours ago  Michael Paquierpg_stat_statements: Set PlannedStmt to NULL after neste...
38 hours ago  Michael PaquierAdd more tests for corrupted data with pglz_decompress()
41 hours ago  Fujii MasaoFix stale COPY progress during logical replication...
45 hours ago  Bruce Momjianpsql: save/restore truePrint/falsePrint printQueryOpt...
47 hours ago  Bruce Momjiandoc PG 19 relnotes: add two optimizer hooks
2 days ago  Tom LaneDe-obfuscate the comment in tsrank.c's calc_rank_or().
2 days ago  Bruce Momjiandoc PG 19 relnotes: remove "Optionally" for CPU optimi...
2 days ago  Peter EisentrautAdd psql tab completion for FOR PORTION OF clause
2 days ago  Michael Paquierpg_stat_statements: Fix potential use-after-free of...
2 days ago  Bruce Momjiandoc PG 19 relnotes: adjustments/removal of items
3 days ago  Heikki LinnakangasUse palloc_array() in a few more places to avoid overflow
3 days ago  Álvaro HerreraFix REPACK with WITHOUT OVERLAPS replica identity indexes
3 days ago  Tom LaneRemove test cases for field overflows in intarray and...
3 days ago  Nathan Bossartrefint: Fix SQL injection and buffer overruns.
3 days ago  Nathan BossartMark PQfn() unsafe and fix overrun in frontend LO inter...
3 days ago  Heikki LinnakangasFix integer overflow in array_agg(), when the array...
3 days ago  Tom LaneFix integer-overflow and alignment hazards in locale...
3 days ago  Michael PaquierPrevent path traversal in pg_basebackup and pg_rewind
3 days ago  Nathan BossartAvoid overflow in size calculations in formatting.c.
3 days ago  Nathan BossartCheck CREATE privilege on multirange type schema in...
3 days ago  Nathan Bossartpg_createsubscriber: Obstruct SQL injection via subscri...
3 days ago  Michael PaquierFix MCV input array checks in statistics restore functions
3 days ago  Tom LaneGuard against unsafe conditions in usage of pg_strftime().
3 days ago  Tom LaneAvoid passing unintended format codes to snprintf().
3 days ago  Noah MischFix SQL injection in logical replication origin checks.
3 days ago  Michael PaquierApply timingsafe_bcmp() in authentication paths
3 days ago  Tom LaneGuard against overflow in "left" fields of query_int...
3 days ago  Michael PaquierFix unbounded recursive handling of SSL/GSS in ProcessS...
3 days ago  Tom LaneFix assorted places that need to use palloc_array().
3 days ago  Tom LanePrevent buffer overrun in unicode_normalize().
3 days ago  Tom LaneHarden our regex engine against integer overflow in...
3 days ago  Tom LaneMake palloc_array() and friends safe against integer...
3 days ago  Michael PaquierFix overflows with ts_headline()
3 days ago  Michael Paquierltree: Fix overflows with lquery parsing
3 days ago  Peter Eisentrautpg_upgrade: Message improvements
6 days ago  John NaylorFix universal builds on MacOS
6 days ago  Richard GuoEnforce RETURNING typmod for empty-set JSON_ARRAY(query)
6 days ago  Amit KapilaUse schema-qualified names in EXCEPT clause error messages.
6 days ago  Etsuro Fujitapostgres_fdw: Fix syntax error in fetch_attstats().
6 days ago  Richard GuoConsider opfamily and collation when removing redundant...
6 days ago  Richard GuoFix HAVING-to-WHERE pushdown for simple-CASE form
6 days ago  Bruce Momjiandoc PG 19 relnotes: add UTF-8 case folding performance...
6 days ago  Amit LangoteFix use-after-free of qs in AfterTriggerEndQuery.
6 days ago  Bruce Momjiandoc PG 19 relnotes: correct two items
6 days ago  Bruce Momjiandoc PG 19 relnotes: add missing commits and details
7 days ago  Masahiko SawadaFix race condition in XLogLogicalInfo and ProcSignal...
7 days ago  John NaylorRationalize error comments in partition split/merge...
7 days ago  John NaylorMessage corrections for partition split/merge commands
7 days ago  Peter Eisentrautpg_createsubscriber: Message improvements and corrections
7 days ago  Peter EisentrautFix typo in error message
7 days ago  Michael PaquierSimplify code in objectaddress.c for some property...
8 days ago  Alexander KorotkovFix WAIT FOR LSN cleanup on subtransaction abort
8 days ago  Daniel GustafssonFix regex searching for page verification failures...
8 days ago  Daniel GustafssonApply data-checksum worker throttling parameters
8 days ago  Daniel GustafssonSkip WAL for unlogged main fork during online checksum...
8 days ago  Peter EisentrautDocument deprecated --wal-directory option for pg_verif...
9 days ago  Álvaro HerreraSkip other sessions' temp tables in REPACK, CLUSTER...
9 days ago  John NaylorAdd missing guard for __builtin_constant_p
9 days ago  Etsuro Fujitapostgres_fdw: Fix handling of abort-cleanup-failed...
9 days ago  Peter Eisentrautdoc: Clean up title case use
9 days ago  Peter EisentrautMessage style improvements (oauth related)
9 days ago  Álvaro HerreraDon't lose column values on REPACK
9 days ago  Peter EisentrautMake spelling consistent
9 days ago  Peter Eisentrautdoc: Small synopsis wording change for consistency
9 days ago  Richard GuoConsider collation when proving subquery uniqueness
9 days ago  Richard GuoConsider collation when proving uniqueness from unique...
9 days ago  Tom LaneDeclare load_hosts() as returning HostsFileLoadResult.
10 days ago  Peter EisentrautAdd ORDER BY to test query to stabilize test
10 days ago  Álvaro HerreraFix off-by-one in repack index loop
10 days ago  Peter EisentrautHandle nodes that may appear in GraphPattern expression...
10 days ago  Peter EisentrautDo not define type for a property graph
10 days ago  Peter EisentrautFix options listing of pg_restore --no-globals
10 days ago  Peter EisentrautAdd missing serial commas
10 days ago  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
10 days ago  Amit KapilaSimplify translatable messages for tuple value details...
11 days ago  Alexander KorotkovMark modified the FSM buffer as dirty during recovery
11 days ago  Alexander KorotkovDocument that WAIT FOR LSN is timeline-blind
11 days ago  Alexander KorotkovImprove WAIT FOR LSN test coverage
11 days ago  Alexander KorotkovWake standby_write/standby_flush waiters from the WAL...
11 days ago  Alexander KorotkovUse replay position as floor for WAIT FOR LSN standby_...
next