]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
5 days ago  Melanie PlagemanFix VM clear WAL logging by registering VM blocks
5 days ago  Melanie PlagemanMake VM clear take a RelFileLocator and not fake relcache
5 days ago  Melanie PlagemanIntroduce macros for WAL block reference IDs of some...
5 days ago  Melanie PlagemanInclude last block in FSM vacuum of bulk extended relation
5 days ago  Daniel Gustafssonpgbench: Fix incorrect parameter name in error message
5 days ago  Jeff DavisFix like_fixed_prefix_ci() selectivity.
5 days ago  Robert HaasAdd additional sanity checks when reading a blkreftable.
6 days ago  Fujii MasaoFix argument names in pg_clear_attribute_stats() errors
6 days ago  Amit KapilaReject concurrent sequence refreshes.
6 days ago  Peter EisentrautAdd assertion about ssize_t narrowing in AIO code
6 days ago  Peter EisentrautClean up write() return type
6 days ago  Peter EisentrautClean up read() return type
6 days ago  Peter EisentrautClean up secure_read()/secure_write() return type
6 days ago  Michael PaquierRework pgstat_write_statsfile() in combination with...
6 days ago  Michael PaquierInclude check on polpermissive relcache for policies
6 days ago  Richard GuoStrip removed-relation references from PHVs in join...
6 days ago  Michael PaquierRevert "Rename routines for write/read of pgstats file"
6 days ago  Alexander Korotkovpostgres_fdw: don't push down non-relabeling ArrayCoerc...
6 days ago  Alexander KorotkovRemove unreachable error check in JSON_TABLE plan transform
6 days ago  Alexander KorotkovAvoid redundant re-evaluation of JSON_TABLE nested...
6 days ago  Alexander KorotkovFix and polish JSON_TABLE documentation
6 days ago  Alexander KorotkovMake JSON_TABLE generated path names avoid collisions
6 days ago  Alexander KorotkovFix JSON_TABLE PLAN deparse to keep parentheses around...
6 days ago  Alexander KorotkovRevert cascading of JSON_TABLE's ON ERROR
7 days ago  Peter EisentrautReplace __builtin_types_compatible_p with _Generic
7 days ago  Michael PaquierAdd recovery test for missing redo segment with backup_...
7 days ago  Peter EisentrautMake blkreftable API use size_t/ssize_t consistently
8 days ago  Peter EisentrautClean up copy_file_range() return type
8 days ago  Peter EisentrautClean up readlink() return type
8 days ago  Peter EisentrautMove Windows ssize_t definition earlier
8 days ago  Peter EisentrautSome const qualifications added in passing
8 days ago  Amit KapilaDon't show tables redundantly when their schema is...
8 days ago  Michael PaquierAdd recovery/startup test with backup_label and missing...
9 days ago  Tomas VondraShorten pg_attribute_always_inline to pg_always_inline
9 days ago  Peter EisentrautFix for loop variables used with lengthof
9 days ago  Peter EisentrautFix for loop variables
10 days ago  Melanie PlagemanUpdate FSM after updating VM on-access
10 days ago  Andres Freundbufmgr: Fix order of operations in UnlockBufHdrExt
10 days ago  Álvaro HerreraDon't lock tables in get_tables_to_repack()
10 days ago  Fujii MasaoFix data checksum processing for temp relations and...
10 days ago  Fujii MasaoFix data checksum progress counter initialization
11 days ago  Fujii Masaopostgres_fdw: Mark statistics import helpers as static
11 days ago  Peter EisentrautForbid FOR PORTION OF on views with INSTEAD OF triggers
11 days ago  Etsuro Fujitapostgres_fdw: Remove SPI from postgresImportForeignStat...
11 days ago  Fujii MasaoSimplify truncate_query_log() callers
11 days ago  Fujii MasaoImprove log_statement_max_length truncation reporting
11 days ago  Alexander KorotkovBump catversion for JSON_TABLE PLAN clause
11 days ago  Nathan BossartRemove WaitEventCustomCounterData.
11 days ago  Heikki Linnakangaslibpq: Make error checks in the new buffer draining...
11 days ago  Heikki Linnakangasssl: Include limits.h to get INT_MAX when using LibreSSL
12 days ago  Heikki LinnakangasFix advertising autovacuum launcher's ProcNumber
12 days ago  Alexander KorotkovJSON_TABLE PLAN clause
12 days ago  Peter EisentrautProhibit locking clauses on GRAPH_TABLE
12 days ago  Peter EisentrautFix outdated comment
12 days ago  Michael PaquierReject incorrect range_bounds_histograms in stats impor...
12 days ago  Amit KapilaDoc: Clarify sequence synchronization commands.
12 days ago  Richard GuoAdd an enable_groupagg GUC parameter
12 days ago  Fujii Masaodoc: Fix data checksum progress reporting documentation
12 days ago  David RowleyTidy up datatype usage in test_random_offset_operations()
12 days ago  Alexander KorotkovDon't create SPLIT/MERGE partitions as internal relations
12 days ago  Nathan BossartRemove the refint extension.
12 days ago  Dean RasheedFix RETURNING OLD with BEFORE UPDATE trigger and concur...
12 days ago  Alexander KorotkovMove WAIT_FOR_WAL_* wait events from Client to IPC...
12 days ago  Peter EisentrautWhole-row fixes for ALTER COLUMN SET EXPRESSION
12 days ago  Heikki LinnakangasRefactor how some aux processes advertise their ProcNumber
12 days ago  Heikki LinnakangasRemove sketchy TerminateThread() call on Ctrl-C on...
12 days ago  David RowleyIntroduce bms_offset_members() function
13 days ago  Fujii MasaoAdd hints for sequence synchronization permission warnings
13 days ago  Fujii Masaodoc: Clarify pg_get_sequence_data() NULL-return cases
13 days ago  Peter EisentrautResolve unknown-type literals in property expressions
13 days ago  Peter EisentrautFix replace_property_refs() ignoring the root of expres...
13 days ago  Heikki LinnakangasFix misspelling in docs
13 days ago  Michael Paquierinjection_points: Switch wait/wakeup to rely on atomics
13 days ago  Michael PaquierFix more Datum conversion inconsistencies
13 days ago  Fujii Masaodoc: Clarify COPY FROM WHERE expression restrictions
13 days ago  Fujii Masaopg_recvlogical: send final feedback on SIGINT/SIGTERM...
13 days ago  Richard GuoTighten nullingrels checks for outer joins
13 days ago  Richard GuoRemove nrm_match parameter from fix_upper_expr
13 days ago  Richard GuoUse exact nullingrels matches for NestLoopParams
13 days ago  Jeff Davispg_locale_libc.c: add missing casts to unsigned char.
13 days ago  Jeff Davispg_locale_libc.c: add guards to ctype methods.
13 days ago  Jeff DavisFix obsolete comment.
13 days ago  Jeff DavisFix unintentional behavior change from 5a38104b36.
13 days ago  Richard GuoPropagate stadistinct through GROUP BY/DISTINCT in...
13 days ago  Fujii Masaodoc: Fix typo in rule-system view example
13 days ago  Richard GuoFix EXPLAIN failure when deparsing SQL/JSON aggregates
13 days ago  Jeff Davisunicode_case.c: change API to signal UTF8 decoding...
13 days ago  Heikki LinnakangasRemove unused tuple fetch in speculative completion
13 days ago  Jeff Davispg_unicode_fast: fix final sigma logic.
13 days ago  Heikki LinnakangasDeduplicate metapage sanity checks in _bt_gettrueroot()
13 days ago  Jeff Davisunicode_case.c: defend against truncated UTF8.
13 days ago  Heikki LinnakangasCleanup comments/docs around the new shmem request...
13 days ago  Heikki LinnakangasFix gistkillitems for GiST root page
13 days ago  Heikki LinnakangasRename register_unlink_segment() to register_unlink_tom...
13 days ago  Noah MischFix pg_dump ACL minimization for PROPERTY GRAPH.
13 days ago  Nathan BossartRemove unnecessary volatile qualifiers.
13 days ago  Heikki Linnakangaslibpq: Drain all pending bytes from SSL/GSS during...
13 days ago  Heikki Linnakangaslibpq: Extend "read pending" check from SSL to GSS
13 days ago  Daniel GustafssonReplace hardcoded mentions of pg_hosts.conf with GUC
13 days ago  Heikki Linnakangaspg_dump: check for _beginthreadex() failure in parallel...
next