postgresql.git
3 days ago Álvaro HerreraSimplify coding in ProcessQuery
3 days ago Peter EisentrautFix some confusing uses of const
3 days ago Peter Eisentrautdocs: Link to the correct protocol version inspection...
3 days ago Peter Eisentrautconst-qualify ItemPointer comparison functions
3 days ago Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
3 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
3 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
3 days ago Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
3 days ago Michael PaquierFix regression with slot invalidation checks
3 days ago Richard GuoDisable parallel plans for RIGHT_SEMI joins
3 days ago David RowleyFix bogus use of "long" in AllocSetCheck()
3 days ago Jeff DavisUse C11 char16_t and char32_t for Unicode code points.
4 days ago Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
4 days ago Álvaro HerreraCheckNNConstraintFetch: Fill all of ConstrCheck in...
4 days ago Peter EisentrautReorganize GUC structs
4 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra parentheses
4 days ago Peter Eisentrautformatting.c cleanup: Use array syntax instead of point...
4 days ago Peter Eisentrautformatting.c cleanup: Add some const pointer qualifiers
4 days ago Peter Eisentrautformatting.c cleanup: Use size_t for string length...
4 days ago Peter EisentrautReplace pg_restrict by standard restrict
4 days ago Peter EisentrautRemove obsolete comment
4 days ago Michael PaquierFix correctness issue with computation of FPI size...
4 days ago Nathan BossartAdd psql PROMPT variable for search_path.
4 days ago Peter Eisentrautformatting.c cleanup: Move loop variables definitions...
4 days ago Peter Eisentrautformatting.c cleanup: Remove dashes in comments
4 days ago Álvaro HerreraDon't error out when dropping constraint if relchecks...
4 days ago Jeff DavisMove comment about casts from pg_wchar.
5 days ago Peter EisentrautCheck that index can return in get_actual_variable_range()
5 days ago Michael PaquierAdd wal_fpi_bytes to pg_stat_wal and pg_stat_get_backen...
5 days ago Amit KapilaAdd worker type argument to logical replication worker...
5 days ago Michael PaquierSimplify newline handling in two TAP tests
6 days ago Nathan BossartFix a couple of comments.
6 days ago Dean RasheedAdd new RLS tests to test policies applied by command...
6 days ago Peter EisentrautAdd some const qualifications
6 days ago Peter EisentrautRemove Item type
6 days ago Peter EisentrautRemove meaninglist restrict qualifiers
6 days ago Amit KapilaFix GUC check_hook validation for synchronized_standby_...
6 days ago Amit KapilaImprove test in 009_matviews.pl.
6 days ago Jeff DavisComment typo fixes: pg_wchar_t should be pg_wchar.
7 days ago David RowleyFix incorrect logic for caching ResultRelInfos for...
8 days ago Dean RasheedGuard against division by zero in test_int128 module.
8 days ago Michael Paquierpg_rewind: Skip copy of WAL segments generated before...
9 days ago Fujii Masaopsql: Improve tab completion for large objects.
9 days ago Tom LaneUpdate expected output for contrib/sepgsql's regression...
9 days ago Daniel Gustafssondoc: Remove mention of Git protocol support
9 days ago Tom LaneAvoid memory leak in validation of a PL/Python trigger...
9 days ago Tom LaneFix off-by-one Asserts in FreePageBtreeInsertInternal...
10 days ago Tom LaneFix resource leaks in PL/Python error reporting, redux.
10 days ago Amit KapilaIntroduce "REFRESH SEQUENCES" for subscriptions.
10 days ago Michael Paquierpg_rewind: Extend code detecting relation files to...
10 days ago Fujii MasaoAdd comments explaining overflow entries in the replica...
10 days ago Tatsuo IshiiFix coding style with "else".
10 days ago David RowleyFix some misplaced comments in parallel_schedule
10 days ago Masahiko SawadaAdd copyright notice to vacuum_horizon_floor.pl test.
10 days ago David RowleyFix incorrect zero extension of Datum in JIT tuple...
10 days ago Tom LaneAvoid assuming that time_t can fit in an int.
10 days ago Nathan BossartFix type of infomask parameter in htup_details.h functions.
10 days ago Tom LaneRemove useless pstrdup() calls.
10 days ago Tom LaneFix memory leaks in scripts/vacuuming.c.
10 days ago Tom LaneFix memory leaks in pg_combinebackup/reconstruct.c.
10 days ago Nathan BossartRemove make_temptable_name_n().
11 days ago Fujii MasaoMake invalid primary_slot_name follow standard GUC...
11 days ago Tatsuo IshiiFix multi WinGetFuncArgInFrame/Partition calls with...
11 days ago Fujii MasaoFix stalled lag columns in pg_stat_replication when...
11 days ago Michael PaquierBump catalog version for new function error_on_null()
11 days ago Michael PaquierAdd error_on_null(), checking if the input is the null...
11 days ago David RowleyUse CompactAttribute more often, when possible
11 days ago Tom LaneAvoid short seeks in pg_restore.
11 days ago Nathan BossartAdd reminder to create .abi-compliance-history.
11 days ago Jeff DavisMake char2wchar() static.
11 days ago Jeff DavisRemove obsolete global database_ctype_is_c.
11 days ago Jeff Davistsearch: use database default collation for parsing.
12 days ago Nathan BossartAdd previous commit to .git-blame-ignore-revs.
12 days ago Nathan BossartRe-pgindent brin.c.
12 days ago Álvaro HerreraMake smgr access for a BufferManagerRelation safer...
12 days ago David RowleyFix BRIN 32-bit counter wrap issue with huge tables
12 days ago Michael PaquierFix comment in pg_get_shmem_allocations_numa()
12 days ago Richard GuoFix pushdown of degenerate HAVING clauses
12 days ago Michael PaquierFix POSIX compliance in pgwin32_unsetenv() for "name...
12 days ago Masahiko SawadaSupport COPY TO for partitioned tables.
13 days ago Tom LaneFix thinko in commit 7d129ba54.
13 days ago Fujii Masaopg_dump: Remove unnecessary code for security labels...
13 days ago Michael Paquierpg_checksums: Use new routine to retrieve data of PG_VE...
13 days ago Tom LaneAdd static assertion that RELSEG_SIZE fits in an int.
13 days ago Tom LaneDon't rely on zlib's gzgetc() macro.
2025-10-19 Tatsuo IshiiFix Coverity issue reported in commit 2273fa32bce.
2025-10-18 Jeff DavisAdd pg_database_locale() to retrieve database default...
2025-10-18 Jeff DavisAdd pg_iswxdigit(), useful for tsearch.
2025-10-18 Tom LaneAllow role created by new test to log in on Windows.
2025-10-18 David RowleyTidyup truncate_useless_pathkeys() function
2025-10-18 Álvaro HerreraFix determination of not-null constraint "locality...
2025-10-18 Álvaro HerreraFix pg_dump sorting of foreign key constraints
2025-10-18 David RowleyFix reset of incorrect hash iterator in GROUPING SETS...
2025-10-17 David RowleyEnglishify comment wording
2025-10-17 Tomas VondraFix hashjoin memory balancing logic
2025-10-17 Masahiko SawadaRemove unused data_bufsz from DecodedBkpBlock struct.
2025-10-17 Nathan BossartFix privilege checks for pg_prewarm() on indexes.
2025-10-17 Tom LaneImprove TAP tests by replacing ok() with better Test...
2025-10-17 Daniel GustafssonAvoid warnings in tests when openssl binary isn't available
2025-10-17 Peter EisentrautChange config_generic.vartype to be initialized at...
next