postgresql.git
38 min ago Melanie PlagemanCombine visibilitymap_set() cases in lazy_scan_prune() master github/master
2 hours ago Tomas VondraExercise parallel GIN builds in regression tests
2 hours ago Tomas VondraLookup the correct ordering for parallel GIN builds
3 hours ago Robert HaasReduce length of TAP test file name.
6 hours ago Peter EisentrautFix accidentally cast away qualifiers
9 hours ago Fujii Masaodoc: Clarify that \d and \d+ output lists are illustrat...
11 hours ago David RowleyRemove deduplication logic from find_window_functions
12 hours ago Peter EisentrautDisable extended alignment uses on older g++
14 hours ago Michael PaquierAdd test for MAINTAIN permission with pg_restore_extend...
14 hours ago Michael PaquierFix missing initialization in pg_restore_extended_stats()
15 hours ago Michael PaquierAdd pg_restore_extended_stats()
17 hours ago Michael PaquierAdd test with multirange type for pg_restore_attribute_...
19 hours ago Michael PaquierRemove PG_MMAP_FLAGS from mem.h
20 hours ago David RowleyAlways inline SeqNext and SeqRecheck
21 hours ago Michael PaquierAdd more tests with clause STORAGE on table and TOAST...
35 hours ago Peter EisentrautWork around buggy alignas in older g++
35 hours ago Michael Paquierpg_stat_statements: Fix test instability with cache...
2 days ago Dean RasheedFix trigger transition table capture for MERGE in CTE...
3 days ago Jacob Championlibpq_pipeline: Test the default protocol version
3 days ago Jacob Championpqcomm.h: Explicitly reserve protocol v3.1
3 days ago Nathan BossartAdd missing #include.
3 days ago Nathan BossartFix some rounding code for shared memory.
3 days ago Michael PaquierAdd WALRCV_CONNECTING state to the WAL receiver
3 days ago Amit LangoteFix bogus ctid requirement for dummy-root partitioned...
3 days ago Tom LaneRemove faulty Assert in partitioned INSERT...ON CONFLIC...
4 days ago Álvaro HerreraMake some use of anonymous unions [reloptions]
4 days ago Peter EisentrautRecord range constructor functions in pg_range
4 days ago Peter EisentrautMark commented out code as unused
4 days ago Peter EisentrautRemove incorrect commented out code
4 days ago Peter EisentrautRemove redundant AssertVariableIsOfType uses
4 days ago Peter EisentrautDetect if flags are needed for C++11 support
4 days ago Michael Paquierdoc: List all the possible values of pg_stat_wal_receiv...
4 days ago Michael Paquierdoc: Mention pg_get_partition_constraintdef()
4 days ago Thomas Munrojit: Add missing inline pass for LLVM >= 17.
4 days ago Fujii Masaofile_fdw: Support multi-line HEADER option.
4 days ago Fujii MasaoImprove the error message in COPY with HEADER option.
5 days ago Nathan BossartRefactor some SIMD and popcount macros.
5 days ago Nathan BossartRename "fast" and "slow" popcount functions.
5 days ago Nathan BossartMove x86-64-specific popcount code to pg_popcount_x86.c.
5 days ago Nathan BossartRename pg_popcount_avx512.c to pg_popcount_x86.c.
5 days ago Tom LaneForce standard_conforming_strings to always be ON.
5 days ago Álvaro HerreraAllow Boolean reloptions to have ternary values
5 days ago Tom LaneRemove useless flag PVC_INCLUDE_CONVERTROWTYPES.
5 days ago Álvaro Herreraamcheck: Fix snapshot usage in bt_index_parent_check
5 days ago Peter EisentrautRemove more leftovers of AIX support
5 days ago Michael Paquierpg_stat_statements: Add more tests for level tracking
5 days ago Peter EisentrautFix for C++ compatibility
5 days ago John NaylorUpdate some comments for fasthash
5 days ago Amit KapilaImprove errdetail for logical replication conflict...
5 days ago Michael Paquierpg_stat_statements: Clean up REGRESS list in Makefile
5 days ago Michael Paquierpg_stat_statements: Rework test order
6 days ago Peter Eisentrauttests: Add a test C++ extension module
6 days ago Álvaro HerreraUse integer backend type when exec'ing a postmaster...
6 days ago Alexander KorotkovRemove redundant pg_unreachable() after elog(ERROR...
6 days ago Amit KapilaFix concurrent sequence drops during sequence synchroni...
6 days ago Michael PaquierAdd routine to free MCVList
6 days ago Bruce Momjiandoc: revert "xreflabel" used for PL/Python & libpq...
6 days ago Michael Paquierpg_stat_statements: Fix crash in list squashing with...
7 days ago Robert HaasDon't set the truncation block length greater than...
7 days ago Richard GuoFix unsafe pushdown of quals referencing grouping Vars
8 days ago Tom LaneUpdate time zone data files to tzdata release 2025c.
8 days ago Michael PaquierFix error message related to end TLI in backup manifest
8 days ago Michael PaquierRemove useless asserts in report_namespace_conflict()
10 days ago Peter EisentrautFix PL/Python build on MSVC with older Meson
10 days ago Heikki LinnakangasFix crash in test function on removable_cutoff(NULL)
10 days ago Heikki LinnakangasFix rare test failure in nbtree_half_dead_pages
10 days ago Andres Freundbufmgr: Avoid spurious compiler warning after fcb9c977aa5
10 days ago Michael PaquierImprove pg_clear_extended_stats() with incorrect relati...
10 days ago Amit LangoteFix rowmark handling for non-relation RTEs during execu...
10 days ago Amit LangoteFix segfault from releasing locks in detached DSM segments
10 days ago Fujii Masaopg_recvlogical: remove unnecessary OutputFsync() return...
10 days ago Fujii MasaoAdd test for pg_recvlogical reconnection behavior.
10 days ago Fujii MasaoAdd a new helper function wait_for_file() to Utils.pm.
10 days ago Fujii Masaopg_recvlogical: Prevent flushed data from being re...
10 days ago Michael PaquierFix stability issue with new TAP test of pg_createsubsc...
10 days ago Michael PaquierAdd pg_clear_extended_stats()
11 days ago Andres Freundlwlock: Remove support for disowned lwlwocks
11 days ago Andres Freundlwlock: Remove ForEachLWLockHeldByMe
11 days ago Andres Freundpgindent fix for 8077649907d
11 days ago Andres Freundbufmgr: Implement buffer content locks independently...
11 days ago Andres Freundbufmgr: Change BufferDesc.state to be a 64-bit atomic
11 days ago Tom LaneOptimize LISTEN/NOTIFY via shared channel map and direc...
11 days ago Heikki LinnakangasFix 'unexpected data beyond EOF' on replica restart
11 days ago Álvaro HerreraRemove #include <math.h> where not needed
11 days ago Andres Freundaio: io_uring: Fix danger of completion getting reused...
11 days ago Heikki LinnakangasWake up autovacuum launcher from postmaster when a...
11 days ago Heikki LinnakangasAdd check for invalid offset at multixid truncation
11 days ago Heikki LinnakangasRemove some unnecessary code from multixact truncation
11 days ago Peter Eisentrautplpython: Streamline initialization
11 days ago Peter Eisentrautplpython: Remove duplicate PyModule_Create()
11 days ago Peter Eisentrautplpython: Clean up PyModule_AddObject() uses
11 days ago Peter Eisentrautplpython: Remove commented out code
11 days ago Michael PaquierIntroduce routines to validate and free MVNDistinct...
12 days ago Jeff DavisRemove redundant assignment in CreateWorkExprContext
12 days ago Andres Freundlwlock: Improve local variable name
12 days ago Peter EisentrautRevert "Replace pg_restrict by standard restrict"
12 days ago Peter Eisentrautdoc: Slightly correct advice on C/C++ linkage
12 days ago Peter EisentrautEnable Python Limited API for PL/Python on MSVC
12 days ago Álvaro HerreraReword confusing comment to avoid "typo fixes"
12 days ago Michael PaquierUse more consistent *GetDatum() macros for some unsigne...
next