]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
3 days ago  Tomas VondraLimit the size of TID lists during parallel GIN build
3 days ago  Jeff DavisRemove redundant memset() introduced by a0942f4.
3 days ago  Tom LaneAllow "SET list_guc TO NULL" to specify setting the...
3 days ago  Álvaro HerreraHave psql's "\? variables" show csv_fieldsep
3 days ago  Peter EisentrautTighten check for generated column in partition key...
3 days ago  Álvaro HerreraBRIN autosummarization may need a snapshot
3 days ago  Peter EisentrautError message stylistic correction
3 days ago  Michael Paquierlibpq: Improve error handling in passwordFromFile()
3 days ago  Álvaro HerreraUse USECS_PER_SEC from datatype/timestamp.h
3 days ago  Michael PaquierAdd assertion check for WAL receiver state during strea...
3 days ago  Michael PaquierAdd WalRcvGetState() to retrieve the state of a WAL...
3 days ago  Michael PaquierFix unconditional WAL receiver shutdown during stream...
3 days ago  Noah MischDoc: cover index CONCURRENTLY causing errors in INSERT...
3 days ago  Masahiko SawadaFix outdated comment of COPY in gram.y.
4 days ago  Álvaro HerreraAdd \pset options for boolean value display
4 days ago  Álvaro HerreraPrevent setting a column as identity if its not-null...
4 days ago  Álvaro HerreraRemove WaitPMResult enum in pg_createsubscriber
4 days ago  Michael PaquierAdd wal_fpi_bytes to VACUUM and ANALYZE logs
4 days ago  Peter EisentrautSort guc_parameters.dat alphabetically by name
4 days ago  Tom LaneChange "long" numGroups fields to be Cardinality (i...
4 days ago  Tom LaneImprove planner's estimates of tuple hash table sizes.
4 days ago  Peter GeogheganDocument nbtree row comparison design.
4 days ago  Peter GeogheganRemove obsolete nbtree equality key comments.
5 days ago  Tom LaneAvoid mixing void and integer in a conditional expression.
6 days ago  Tom LaneRemove unused variable in recovery/t/006_logical_decodi...
6 days ago  Tom LaneFix contrib/ltree's subpath() with negative offset.
7 days ago  Álvaro Herrerapg_createsubscriber: reword dry-run log messages
7 days ago  Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
7 days ago  Peter EisentrautMark function arguments of type "Datum *" as "const...
7 days ago  Peter Eisentrautformatting.c cleanup: Change fill_str() return type...
7 days ago  Peter Eisentrautformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
7 days ago  Peter Eisentrautformatting.c cleanup: Change several int fields to...
7 days ago  Peter Eisentrautformatting.c cleanup: Change TmFromChar.clock field...
7 days ago  Michael PaquierAdd test tracking WAL receiver shutdown for primary_con...
7 days ago  Bruce Momjiandoc: rewrite random_page_cost description
7 days ago  Andres Freundci: macos: Upgrade to Sequoia
8 days ago  Andres Freundci: Fix Windows and MinGW task names
8 days ago  Tom LaneUse BumpContext contexts in TupleHashTables, and do...
8 days ago  Peter EisentrautMark ItemPointer arguments as const throughout
8 days ago  Álvaro HerreraSimplify coding in ProcessQuery
8 days ago  Peter EisentrautFix some confusing uses of const
8 days ago  Peter Eisentrautdocs: Link to the correct protocol version inspection...
8 days ago  Peter Eisentrautconst-qualify ItemPointer comparison functions
8 days ago  Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
8 days ago  Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
8 days ago  Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
8 days ago  Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
8 days ago  Michael PaquierFix regression with slot invalidation checks
8 days ago  Richard GuoDisable parallel plans for RIGHT_SEMI joins
8 days ago  David RowleyFix bogus use of "long" in AllocSetCheck()
8 days ago  Jeff DavisUse C11 char16_t and char32_t for Unicode code points.
9 days ago  Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
9 days ago  Álvaro HerreraCheckNNConstraintFetch: Fill all of ConstrCheck in...
9 days ago  Peter EisentrautReorganize GUC structs
9 days ago  Peter Eisentrautformatting.c cleanup: Remove unnecessary extra parentheses
9 days ago  Peter Eisentrautformatting.c cleanup: Use array syntax instead of point...
9 days ago  Peter Eisentrautformatting.c cleanup: Add some const pointer qualifiers
9 days ago  Peter Eisentrautformatting.c cleanup: Use size_t for string length...
9 days ago  Peter EisentrautReplace pg_restrict by standard restrict
9 days ago  Peter EisentrautRemove obsolete comment
9 days ago  Michael PaquierFix correctness issue with computation of FPI size...
9 days ago  Nathan BossartAdd psql PROMPT variable for search_path.
9 days ago  Peter Eisentrautformatting.c cleanup: Move loop variables definitions...
9 days ago  Peter Eisentrautformatting.c cleanup: Remove dashes in comments
9 days ago  Álvaro HerreraDon't error out when dropping constraint if relchecks...
10 days ago  Jeff DavisMove comment about casts from pg_wchar.
10 days ago  Peter EisentrautCheck that index can return in get_actual_variable_range()
10 days ago  Michael PaquierAdd wal_fpi_bytes to pg_stat_wal and pg_stat_get_backen...
10 days ago  Amit KapilaAdd worker type argument to logical replication worker...
10 days ago  Michael PaquierSimplify newline handling in two TAP tests
11 days ago  Nathan BossartFix a couple of comments.
11 days ago  Dean RasheedAdd new RLS tests to test policies applied by command...
11 days ago  Peter EisentrautAdd some const qualifications
11 days ago  Peter EisentrautRemove Item type
11 days ago  Peter EisentrautRemove meaninglist restrict qualifiers
11 days ago  Amit KapilaFix GUC check_hook validation for synchronized_standby_...
11 days ago  Amit KapilaImprove test in 009_matviews.pl.
11 days ago  Jeff DavisComment typo fixes: pg_wchar_t should be pg_wchar.
12 days ago  David RowleyFix incorrect logic for caching ResultRelInfos for...
13 days ago  Dean RasheedGuard against division by zero in test_int128 module.
13 days ago  Michael Paquierpg_rewind: Skip copy of WAL segments generated before...
2025-10-24  Fujii Masaopsql: Improve tab completion for large objects.
2025-10-23  Tom LaneUpdate expected output for contrib/sepgsql's regression...
2025-10-23  Daniel Gustafssondoc: Remove mention of Git protocol support
2025-10-23  Tom LaneAvoid memory leak in validation of a PL/Python trigger...
2025-10-23  Tom LaneFix off-by-one Asserts in FreePageBtreeInsertInternal...
2025-10-23  Tom LaneFix resource leaks in PL/Python error reporting, redux.
2025-10-23  Amit KapilaIntroduce "REFRESH SEQUENCES" for subscriptions.
2025-10-23  Michael Paquierpg_rewind: Extend code detecting relation files to...
2025-10-23  Fujii MasaoAdd comments explaining overflow entries in the replica...
2025-10-23  Tatsuo IshiiFix coding style with "else".
2025-10-23  David RowleyFix some misplaced comments in parallel_schedule
2025-10-23  Masahiko SawadaAdd copyright notice to vacuum_horizon_floor.pl test.
2025-10-23  David RowleyFix incorrect zero extension of Datum in JIT tuple...
2025-10-22  Tom LaneAvoid assuming that time_t can fit in an int.
2025-10-22  Nathan BossartFix type of infomask parameter in htup_details.h functions.
2025-10-22  Tom LaneRemove useless pstrdup() calls.
2025-10-22  Tom LaneFix memory leaks in scripts/vacuuming.c.
2025-10-22  Tom LaneFix memory leaks in pg_combinebackup/reconstruct.c.
2025-10-22  Nathan BossartRemove make_temptable_name_n().
next