postgresql.git
4 hours ago Masahiko SawadaRemove unused for_all_tables field from AlterPublicatio... master github/master
6 hours ago Álvaro HerreraSplit vacuumdb to create vacuuming.c/h
7 hours ago Álvaro HerreraCreate a separate file listing backend types
8 hours ago Fujii Masaopgbench: Fix assertion failure with retriable errors...
21 hours ago Michael PaquierImprove stability of btree page split on ERRORs
21 hours ago David RowleyFix misleading comment in pg_get_statisticsobjdef_string()
22 hours ago David RowleyRemove unused parameter from check_and_push_window_quals
23 hours ago Masahiko Sawadapsql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERAT...
23 hours ago Tom LaneTry to avoid floating-point roundoff error in pg_sleep().
27 hours ago Tom LaneAdd minimal sleep to stats isolation test functions.
28 hours ago Robert HaasFix array allocation bugs in SetExplainExtensionState.
29 hours ago Tom LaneDoc: clean up documentation for new UUID functions.
29 hours ago Tom LaneTeach doc/src/sgml/Makefile about the new func/*.sgml...
31 hours ago Daniel GustafssonRemove preprocessor guards from injection points
31 hours ago Daniel GustafssonFix comments in recovery tests
31 hours ago Álvaro HerreraDon't include execnodes.h in replication/conflict.h
32 hours ago Álvaro HerreraUpdate some more forward declarations to use typedef
39 hours ago Fujii Masaopgbench: Fix typo in documentation.
41 hours ago Fujii Masaopgbench: Clarify documentation for \gset and \aset.
2 days ago Fujii Masaovacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when...
2 days ago Melanie PlagemanCorrect prune WAL record opcode name in comment
2 days ago Tom LaneEnsure guc_tables.o's dependency on guc_tables.inc...
2 days ago Tom LaneInclude pg_test_timing's full output in the TAP test...
2 days ago Fujii MasaoFix incorrect and inconsistent comments in tableam...
2 days ago Peter EisentrautRemove PointerIsValid()
2 days ago Daniel GustafssonFix incorrect option name in usage screen
2 days ago Daniel GustafssonConsistently handle tab delimiters for wait event names
2 days ago John NaylorUpdate GB18030 encoding from version 2000 to 2022
2 days ago Amit KapilaFix LOCK_TIMEOUT handling during parallel apply.
2 days ago Michael PaquierFix compiler warnings in test_bitmapset
3 days ago Robert HaasKeep track of what RTIs a Result node is scanning.
4 days ago Daniel Gustafssondoc: Remove trailing whitespace in xref
4 days ago Michael PaquierAdd a test module for Bitmapset
4 days ago David RowleyFix various incorrect filename references
4 days ago Richard GuoFix misleading comment in RangeTblEntry
4 days ago Michael PaquierFix meson build with -Duuid=ossp when using version...
5 days ago Daniel GustafssonAdd support for base64url encoding and decoding
6 days ago Tom LaneTrack the maximum possible frequency of non-MCE array...
6 days ago Tom LaneRe-allow using statistics for bool-valued functions...
7 days ago Nathan BossartFix obsolete references to postgres.h in comments.
7 days ago David RowleyImprove wording in a few comments
7 days ago Amit KapilaAdd optional pid parameter to pg_replication_origin_ses...
7 days ago Amit KapilaImprove few errdetail messages introduced in commit...
7 days ago Michael PaquierMake XLogFlush() and XLogNeedsFlush() decision-making...
7 days ago Amit LangoteFix EPQ crash from missing partition pruning state...
7 days ago Michael PaquierDocument and check that PgStat_HashKey has no padding
8 days ago Nathan BossartAdd a test harness for the LWLock tranche code.
8 days ago Nathan BossartFix re-initialization of LWLock-related shared memory.
8 days ago Fujii Masaopgbench: Remove unused argument from create_sql_command().
8 days ago Fujii Masaopg_restore: Fix security label handling with --no-publi...
8 days ago Andres FreundMark shared buffer lookup table HASH_FIXED_SIZE
9 days ago Tom LaneCalculate agglevelsup correctly when Aggref contains...
9 days ago Thomas Munrojit: Fix type used for Datum values in LLVM IR.
9 days ago Michael Paquierinjection_points: Fix incrementation of variable-number...
9 days ago Michael PaquierFix shared memory calculation size of PgAioCtl
9 days ago David RowleyAdd missing EPQ recheck for TID Range Scan
9 days ago David RowleyAdd missing EPQ recheck for TID Scan
10 days ago Tom LaneAdd regression expected-files for older OpenSSL in...
10 days ago Tom LaneRevert "Avoid race condition between "GRANT role" and...
10 days ago Noah MischFix pg_dump COMMENT dependency for separate domain...
10 days ago Tom LaneProvide more-specific error details/hints for function...
10 days ago Tom LaneAdd regression expected-files for older OpenSSL in...
10 days ago Richard GuoTreat JsonConstructorExpr as non-strict
10 days ago John NaylorGenerate GB18030 mappings from the Unicode Consortium...
10 days ago Peter EisentrautMove pg_int64 back to postgres_ext.h
10 days ago Fujii Masaopg_dump: Fix dumping of security labels on subscription...
10 days ago Amit KapilaFix intermittent BF failures in 035_conflicts.
10 days ago Peter EisentrautFix incorrect const qualifier
10 days ago Fujii Masaopg_restore: Fix comment handling with --no-policies.
10 days ago Fujii Masaopg_restore: Fix comment handling with --no-publications...
10 days ago Peter GeogheganTeach nbtree to avoid evaluating row compare keys.
11 days ago Peter EisentrautExpand virtual generated columns in constraint expressions
11 days ago Peter EisentrautCREATE STATISTICS: improve misleading error message
11 days ago Peter EisentrautChange fmgr.h typedefs to use original names
11 days ago Peter EisentrautRemove hbaPort type
11 days ago Peter EisentrautUpdate various forward declarations to use typedef
11 days ago Peter EisentrautImprove ExplainState type handling in header files
11 days ago Peter EisentrautRemove workarounds against repeat typedefs
11 days ago Amit KapilaResume conflict-relevant data retention automatically.
11 days ago Peter Eisentrautjit: fix build with LLVM-21
11 days ago Peter EisentrautSome stylistic improvements in toast_save_datum()
11 days ago Peter EisentrautHide duplicate names from extension views
12 days ago Peter Geoghegannbtree: Always set skipScan flag on rescan.
12 days ago Tom LaneAmend recent fix for SIMILAR TO regex conversion.
13 days ago Nathan BossartAdd commit 7e9c216b52 to .git-blame-ignore-revs.
13 days ago Nathan BossartRe-pgindent nbtpreprocesskeys.c after commit 796962922e.
13 days ago Alexander KorotkovSpecify locale provider for pg_regress --no-locale
13 days ago Tom LaneAvoid context dependency in test case added by 9a71989a8.
13 days ago Tom LaneReject "ALTER DATABASE/USER ... RESET foo" with invalid...
13 days ago Tom LaneFix oversights in pg_event_trigger_dropped_objects...
2025-09-12 Noah MischReplace tests of ALTER DATABASE RESET TABLESPACE.
2025-09-12 Peter GeogheganAlways commute strategy when preprocessing DESC keys.
2025-09-12 Álvaro HerreraAvoid unexpected changes of CurrentResourceOwner and...
2025-09-12 Andres Freundci: openbsd: Increase RAM disk's size
2025-09-12 Peter EisentrautAllow redeclaration of typedef yyscan_t
2025-09-12 Peter EisentrautImprove pgbench definition of yyscan_t
2025-09-12 Peter EisentrautDefault to log_lock_waits=on
2025-09-12 Peter EisentrautRemove traces of support for Sun Studio compiler
2025-09-12 Peter EisentrautSilence compiler warnings on clang 21
2025-09-12 Richard GuoFix misuse of Relids for storing attribute numbers
next