postgresql.git
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().
10 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.
11 days ago Nathan BossartAdd previous commit to .git-blame-ignore-revs.
11 days ago Nathan BossartRe-pgindent brin.c.
11 days ago Álvaro HerreraMake smgr access for a BufferManagerRelation safer...
11 days ago David RowleyFix BRIN 32-bit counter wrap issue with huge tables
11 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.
12 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...
2025-10-17 Peter EisentrautUse designated initializers for guc_tables
2025-10-17 Daniel Gustafssonecpg: check return value of replace_variables()
2025-10-17 Daniel GustafssonReplace defunct URL with stable archive.org URL in...
2025-10-17 Michael PaquierImprove TAP tests by replacing ok() with better Test...
2025-10-17 Fujii Masaodoc: Clarify when backend_xmin in pg_stat_replication...
2025-10-17 Michael PaquierFix matching check in recovery test 042_low_level_backup
2025-10-17 Michael Paquierpg_createsubscriber: Fix matching check in TAP test
2025-10-16 Álvaro HerreraFix update-po for the PGXS case
2025-10-16 Tom LaneAdd more TAP test coverage for pg_dump.
2025-10-16 Tom LaneSplit 002_pg_dump.pl into two test files.
2025-10-16 Tom LaneAlign the data block sizes of pg_dump's various compres...
2025-10-16 Nathan BossartRemove partColsUpdated.
2025-10-16 Amit KapilaRefactor logical worker synchronization code into a...
2025-10-16 Amit LangoteFix EPQ crash from missing partition directory in EState
2025-10-16 Michael PaquierOverride log_error_verbosity to "default" in test 009_l...
2025-10-16 Michael PaquierAdd tests for logging of temporary file removal and...
2025-10-15 Nathan BossartFix lookup code for REINDEX INDEX.
2025-10-15 Jeff DavisAdd pg_iswalpha() and related functions.
2025-10-15 Nathan BossartFix lookups in pg_{clear,restore}_{attribute,relation...
2025-10-15 Peter EisentrautChange reset_extra into a config_generic common field
2025-10-15 Peter EisentrautAdd log_autoanalyze_min_duration
2025-10-15 Etsuro FujitaFix EvalPlanQual handling of foreign/custom joins in...
2025-10-15 Peter EisentrautAdd some const qualifiers
2025-10-15 Peter EisentrautModernize some for loops
2025-10-15 Peter Eisentrautplpython: Remove support for major version conflict...
2025-10-15 Amit KapilaStandardize use of REFRESH PUBLICATION in code and...
2025-10-15 Michael Paquierpg_createsubscriber: Use new routine to retrieve data...
2025-10-15 Michael Paquierpg_resetwal: Use new routine to retrieve data of PG_VERSION
2025-10-15 Michael Paquierpg_combinebackup: Use new routine to retrieve data...
2025-10-15 Masahiko SawadaRevert "pg_createsubscriber: Add log message when no...
2025-10-14 Melanie PlagemanMake heap_page_is_all_visible independent of LVRelState
2025-10-14 Melanie PlagemanInline TransactionIdFollows/Precedes[OrEquals]()
2025-10-14 Melanie PlagemanAdd helper for freeze determination to heap_page_prune_...
2025-10-14 Masahiko Sawadapg_createsubscriber: Add log message when no publicatio...
2025-10-14 Jeff Davispg_regc_locale.c: rename some static functions.
2025-10-14 Nathan Bossartdblink: Avoid locking relation before privilege check.
2025-10-14 Melanie PlagemanBump XLOG_PAGE_MAGIC after xl_heap_prune change
2025-10-14 Tatsuo IshiiUse ereport rather than elog in WinCheckAndInitializeNu...
2025-10-14 Richard GuoRename apply_at to apply_agg_at for clarity
2025-10-14 Michael Paquierpg_upgrade: Use new routine to retrieve data of PG_VERSION
2025-10-14 Michael PaquierIntroduce frontend API able to retrieve the contents...
2025-10-13 Michael PaquierFix version number calculation for data folder flush...
2025-10-13 Melanie PlagemanEliminate XLOG_HEAP2_VISIBLE from vacuum phase III
2025-10-13 Tom LaneFix incorrect message-printing in win32security.c.
2025-10-13 David RowleyDoc: clarify n_distinct_inherited setting
2025-10-13 Tom LaneFix serious performance problems in LZ4Stream_read_inte...
2025-10-13 Tom LaneFix poor buffering logic in pg_dump's lz4 and zstd...
2025-10-13 Tom LaneFix issue with reading zero bytes in Gzip_read.
2025-10-13 Magnus Haganderdocs: Fix protocol version 3.2 message format of Cancel...
2025-10-13 Magnus HaganderRemove extra semicolon in example
2025-10-12 Peter GeogheganRemove unused nbtree array advancement variable.
2025-10-11 Tom LaneRestore test coverage of LZ4Stream_gets().
2025-10-11 Álvaro HerreraStop creating constraints during DETACH CONCURRENTLY
next