postgresql.git
79 min ago Nathan BossartOptimize hex_encode() and hex_decode() using SIMD. master github/master
6 hours ago Andrew DunstanRevert "Improve docs syntax checking"
10 hours ago Amit KapilaExpose sequence page LSN via pg_get_sequence_data.
11 hours ago Michael PaquierAdd comment in ginxlog.h about block used with ginxlogI...
11 hours ago Michael PaquierRemove block information from description of some WAL...
12 hours ago Michael PaquierAdd stats_reset to pg_stat_all_{tables,indexes} and...
13 hours ago Michael PaquierAdd test for pg_stat_reset_single_table_counters()...
16 hours ago Michael PaquierFix two comments in numeric.c
22 hours ago Tom LaneUse SOCK_ERRNO[_SET] in fe-secure-gssapi.c.
26 hours ago Álvaro HerreraDon't include access/htup_details.h in executor/tuptable.h
27 hours ago Álvaro HerreraDon't include execnodes.h in brin.h or gin.h
2 days ago David RowleyTeach UNION planner to remove dummy inputs
2 days ago David RowleyUse bms_add_members() instead of bms_union() when possible
2 days ago Nathan BossartOptimize vector8_has_le() on AArch64.
3 days ago Nathan BossartMake some use of anonymous unions [DSM registry].
3 days ago David RowleyTidy-up unneeded NULL parameter checks from SQL function
3 days ago John NaylorFix reuse-after-free hazard in dead_items_reset
3 days ago Richard GuoFix incorrect function reference in comment
3 days ago Michael Paquierpgbench: Fail cleanly when finding a COPY result state
3 days ago Tatsuo IshiiAdd IGNORE NULLS/RESPECT NULLS option to Window functions.
3 days ago Daniel GustafssonRemove check for NULL in STRICT function
3 days ago Daniel GustafssonFixes for comments in test_bitmapset
4 days ago Andrew DunstanImprove docs syntax checking
4 days ago Daniel Gustafssondoc: Improve wording for base64url definition
4 days ago Michael PaquierRemove useless pointer update in ginxlog.c
4 days ago John NaylorGenerate EUC_CN mappings from gb18030-2022.ucm
4 days ago Michael Paquierpgstattuple: Improve reports generated for indexes...
5 days ago Jacob Championtest_json_parser: Speed up 002_inline.pl
5 days ago Peter EisentrautFix compiler warnings around _CRT_glob
5 days ago David RowleyMinor fixups of test_bitmapset.c
5 days ago Michael Paquiertest_bitmapset: Simplify code of the module
5 days ago Peter EisentrautRename pg_builtin_integer_constant_p to pg_integer_cons...
6 days ago Fujii Masaopgbench: Fix error reporting in readCommandResponse().
6 days ago David RowleyFix typo in pgstat_relation.c header comment
6 days ago Peter EisentrautRevert "Make some use of anonymous unions [pgcrypto]"
6 days ago Peter EisentrautMake some use of anonymous unions [plpython]
6 days ago Peter EisentrautMake some use of anonymous unions [pgcrypto]
6 days ago Peter EisentrautMake some use of anonymous unions [reorderbuffer xact_time]
6 days ago Peter EisentrautMake some use of anonymous unions [pg_locale_t]
6 days ago Álvaro HerreraDo a tiny bit of header file maintenance
6 days ago Michael PaquierReorder XLogNeedsFlush() checks to be more consistent
6 days ago Michael Paquierinjection_points: Add proper locking when reporting...
6 days ago Tom LaneAdd GROUP BY ALL.
6 days ago David RowleyRemove unused parameter from find_window_run_conditions()
7 days ago Noah MischFix StatisticsObjIsVisibleExt() for pg_temp.
7 days ago Michael Paquiertest_bitmapset: Expand more the test coverage
7 days ago David RowleyImprove planner's width estimates for set operations
7 days ago Michael Paquierinjection_points: Enable entry count in its variable...
7 days ago Michael PaquierAdd support for tracking of entry count in pgstats
8 days ago Tom LaneRefactor to avoid code duplication in transformPLAssign...
9 days ago Tom LaneFix missed copying of groupDistinct in transformPLAssig...
9 days ago David RowleyTeach MSVC that elog/ereport ERROR doesn't return
10 days ago Masahiko SawadaRemove unused for_all_tables field from AlterPublicatio...
10 days ago Álvaro HerreraSplit vacuumdb to create vacuuming.c/h
10 days ago Álvaro HerreraCreate a separate file listing backend types
10 days ago Fujii Masaopgbench: Fix assertion failure with retriable errors...
10 days ago Michael PaquierImprove stability of btree page split on ERRORs
10 days ago David RowleyFix misleading comment in pg_get_statisticsobjdef_string()
10 days ago David RowleyRemove unused parameter from check_and_push_window_quals
10 days ago Masahiko Sawadapsql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERAT...
10 days ago Tom LaneTry to avoid floating-point roundoff error in pg_sleep().
11 days ago Tom LaneAdd minimal sleep to stats isolation test functions.
11 days ago Robert HaasFix array allocation bugs in SetExplainExtensionState.
11 days ago Tom LaneDoc: clean up documentation for new UUID functions.
11 days ago Tom LaneTeach doc/src/sgml/Makefile about the new func/*.sgml...
11 days ago Daniel GustafssonRemove preprocessor guards from injection points
11 days ago Daniel GustafssonFix comments in recovery tests
11 days ago Álvaro HerreraDon't include execnodes.h in replication/conflict.h
11 days ago Álvaro HerreraUpdate some more forward declarations to use typedef
11 days ago Fujii Masaopgbench: Fix typo in documentation.
11 days ago Fujii Masaopgbench: Clarify documentation for \gset and \aset.
12 days ago Fujii Masaovacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when...
12 days ago Melanie PlagemanCorrect prune WAL record opcode name in comment
12 days ago Tom LaneEnsure guc_tables.o's dependency on guc_tables.inc...
12 days ago Tom LaneInclude pg_test_timing's full output in the TAP test...
12 days ago Fujii MasaoFix incorrect and inconsistent comments in tableam...
12 days ago Peter EisentrautRemove PointerIsValid()
12 days ago Daniel GustafssonFix incorrect option name in usage screen
12 days ago Daniel GustafssonConsistently handle tab delimiters for wait event names
12 days ago John NaylorUpdate GB18030 encoding from version 2000 to 2022
12 days ago Amit KapilaFix LOCK_TIMEOUT handling during parallel apply.
12 days ago Michael PaquierFix compiler warnings in test_bitmapset
13 days ago Robert HaasKeep track of what RTIs a Result node is scanning.
2025-09-22 Daniel Gustafssondoc: Remove trailing whitespace in xref
2025-09-22 Michael PaquierAdd a test module for Bitmapset
2025-09-22 David RowleyFix various incorrect filename references
2025-09-22 Richard GuoFix misleading comment in RangeTblEntry
2025-09-21 Michael PaquierFix meson build with -Duuid=ossp when using version...
2025-09-20 Daniel GustafssonAdd support for base64url encoding and decoding
2025-09-20 Tom LaneTrack the maximum possible frequency of non-MCE array...
2025-09-20 Tom LaneRe-allow using statistics for bool-valued functions...
2025-09-19 Nathan BossartFix obsolete references to postgres.h in comments.
2025-09-19 David RowleyImprove wording in a few comments
2025-09-19 Amit KapilaAdd optional pid parameter to pg_replication_origin_ses...
2025-09-19 Amit KapilaImprove few errdetail messages introduced in commit...
2025-09-19 Michael PaquierMake XLogFlush() and XLogNeedsFlush() decision-making...
2025-09-19 Amit LangoteFix EPQ crash from missing partition pruning state...
2025-09-19 Michael PaquierDocument and check that PgStat_HashKey has no padding
2025-09-18 Nathan BossartAdd a test harness for the LWLock tranche code.
2025-09-18 Nathan BossartFix re-initialization of LWLock-related shared memory.
next