Generate EUC_CN mappings from gb18030-2022.ucm
[postgresql.git] / src / backend /
2 hours ago John NaylorGenerate EUC_CN mappings from gb18030-2022.ucm master github/master
44 hours ago David RowleyFix typo in pgstat_relation.c header comment
45 hours ago Peter EisentrautMake some use of anonymous unions [reorderbuffer xact_time]
45 hours ago Peter EisentrautMake some use of anonymous unions [pg_locale_t]
45 hours ago Álvaro HerreraDo a tiny bit of header file maintenance
2 days ago Michael PaquierReorder XLogNeedsFlush() checks to be more consistent
2 days ago Tom LaneAdd GROUP BY ALL.
2 days ago David RowleyRemove unused parameter from find_window_run_conditions()
2 days ago Noah MischFix StatisticsObjIsVisibleExt() for pg_temp.
3 days ago David RowleyImprove planner's width estimates for set operations
3 days ago Michael PaquierAdd support for tracking of entry count in pgstats
4 days ago Tom LaneRefactor to avoid code duplication in transformPLAssign...
4 days ago Tom LaneFix missed copying of groupDistinct in transformPLAssig...
5 days ago Masahiko SawadaRemove unused for_all_tables field from AlterPublicatio...
5 days ago Álvaro HerreraCreate a separate file listing backend types
6 days ago Michael PaquierImprove stability of btree page split on ERRORs
6 days ago David RowleyFix misleading comment in pg_get_statisticsobjdef_string()
6 days ago David RowleyRemove unused parameter from check_and_push_window_quals
6 days ago Tom LaneTry to avoid floating-point roundoff error in pg_sleep().
6 days ago Robert HaasFix array allocation bugs in SetExplainExtensionState.
6 days ago Daniel GustafssonRemove preprocessor guards from injection points
6 days ago Álvaro HerreraDon't include execnodes.h in replication/conflict.h
6 days ago Álvaro HerreraUpdate some more forward declarations to use typedef
7 days ago Melanie PlagemanCorrect prune WAL record opcode name in comment
7 days ago Tom LaneEnsure guc_tables.o's dependency on guc_tables.inc...
7 days ago Fujii MasaoFix incorrect and inconsistent comments in tableam...
7 days ago Peter EisentrautRemove PointerIsValid()
7 days ago Daniel GustafssonFix incorrect option name in usage screen
7 days ago Daniel GustafssonConsistently handle tab delimiters for wait event names
8 days ago John NaylorUpdate GB18030 encoding from version 2000 to 2022
8 days ago Amit KapilaFix LOCK_TIMEOUT handling during parallel apply.
8 days ago Robert HaasKeep track of what RTIs a Result node is scanning.
10 days ago David RowleyFix various incorrect filename references
11 days ago Daniel GustafssonAdd support for base64url encoding and decoding
11 days ago Tom LaneTrack the maximum possible frequency of non-MCE array...
11 days ago Tom LaneRe-allow using statistics for bool-valued functions...
12 days ago David RowleyImprove wording in a few comments
13 days ago Amit KapilaAdd optional pid parameter to pg_replication_origin_ses...
13 days ago Amit KapilaImprove few errdetail messages introduced in commit...
13 days ago Michael PaquierMake XLogFlush() and XLogNeedsFlush() decision-making...
13 days ago Amit LangoteFix EPQ crash from missing partition pruning state...
13 days ago Michael PaquierDocument and check that PgStat_HashKey has no padding
13 days ago Nathan BossartFix re-initialization of LWLock-related shared memory.
2025-09-18 Andres FreundMark shared buffer lookup table HASH_FIXED_SIZE
2025-09-17 Tom LaneCalculate agglevelsup correctly when Aggref contains...
2025-09-17 Thomas Munrojit: Fix type used for Datum values in LLVM IR.
2025-09-17 Michael PaquierFix shared memory calculation size of PgAioCtl
2025-09-17 David RowleyAdd missing EPQ recheck for TID Range Scan
2025-09-16 David RowleyAdd missing EPQ recheck for TID Scan
2025-09-16 Tom LaneRevert "Avoid race condition between "GRANT role" and...
2025-09-16 Tom LaneProvide more-specific error details/hints for function...
2025-09-16 Richard GuoTreat JsonConstructorExpr as non-strict
2025-09-16 John NaylorGenerate GB18030 mappings from the Unicode Consortium...
2025-09-16 Peter EisentrautFix incorrect const qualifier
2025-09-15 Peter GeogheganTeach nbtree to avoid evaluating row compare keys.
2025-09-15 Peter EisentrautExpand virtual generated columns in constraint expressions
2025-09-15 Peter EisentrautCREATE STATISTICS: improve misleading error message
2025-09-15 Peter EisentrautChange fmgr.h typedefs to use original names
2025-09-15 Peter EisentrautRemove hbaPort type
2025-09-15 Amit KapilaResume conflict-relevant data retention automatically.
2025-09-15 Peter Eisentrautjit: fix build with LLVM-21
2025-09-15 Peter EisentrautSome stylistic improvements in toast_save_datum()
2025-09-15 Peter EisentrautHide duplicate names from extension views
2025-09-14 Peter Geoghegannbtree: Always set skipScan flag on rescan.
2025-09-13 Tom LaneAmend recent fix for SIMILAR TO regex conversion.
2025-09-13 Nathan BossartRe-pgindent nbtpreprocesskeys.c after commit 796962922e.
2025-09-12 Tom LaneReject "ALTER DATABASE/USER ... RESET foo" with invalid...
2025-09-12 Tom LaneFix oversights in pg_event_trigger_dropped_objects...
2025-09-12 Peter GeogheganAlways commute strategy when preprocessing DESC keys.
2025-09-12 Álvaro HerreraAvoid unexpected changes of CurrentResourceOwner and...
2025-09-12 Peter EisentrautAllow redeclaration of typedef 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
2025-09-12 Michael PaquierAdd more information for WAL records of hash index AMs
2025-09-11 Nathan BossartMove named LWLock tranche requests to shared memory.
2025-09-11 Tom LaneReport the correct is_temporary flag for column defaults.
2025-09-11 Peter EisentrautRemove stray semicolon at global scope
2025-09-10 Tom LaneAvoid faulty alignment of Datums in build_sorted_items().
2025-09-10 Tom LaneEliminate duplicative hashtempcxt in nodeSubplan.c.
2025-09-10 Tom LaneFix memory leakage in nodeSubplan.c.
2025-09-10 Nathan Bossartmeson: Build numeric.c with -ftree-vectorize.
2025-09-10 Peter EisentrautFix CREATE TABLE LIKE with not-valid check constraint
2025-09-10 Michael PaquierRemove dynahash.h
2025-09-10 Michael PaquierReplace callers of dynahash.h's my_log() by equivalent...
2025-09-09 Michael PaquierFix leak with SMgrRelations in startup process
2025-09-09 Peter EisentrautFix typo in comment
2025-09-09 Dean RasheedAdd date and timestamp variants of random(min, max).
2025-09-09 Amit KapilaFix Coverity issue reported in commit a850be2fe.
2025-09-08 Melanie PlagemanAdd error codes when vacuum discovers VM corruption
2025-09-08 Jeff Davismeson: build checksums with extra optimization flags.
2025-09-08 Nathan Bossartpg_upgrade: Transfer pg_largeobject_metadata's files...
2025-09-08 Robert HaasDon't generate fake "*TLOCRN*" or "*TROCRN*" aliases...
2025-09-08 Robert HaasDon't generate fake "ANY_subquery" aliases, either.
2025-09-08 Robert HaasDon't generate fake "*SELECT*" or "*SELECT* %d" subquer...
2025-09-08 Melanie PlagemanRemove unneeded VM pin from VM replay
2025-09-08 Amit KapilaAdd test to prevent premature removal of conflict-relev...
2025-09-08 Michael PaquierFix corruption of pgstats shared hashtable due to OOM...
2025-09-08 Amit KapilaPost-commit review fixes for 228c370868.
next