summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-12Add assertion in pgstat_write_statsfile() about processes allowedMichael Paquier
2024-07-12Fix a typo in logicalrep_write_typ().Amit Kapila
2024-07-12Fix unstable test in 040_pg_createsubscriber.Amit Kapila
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-07-12Improve comment of pgstat_read_statsfile()Michael Paquier
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-07-11Add min and max aggregates for composite types (records).Tom Lane
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-11Change pg_regress.c back to using diff -w on WindowsAndrew Dunstan
2024-07-11Add a new 'F' entry type for fixed-numbered stats in pgstats fileMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
2024-07-10Revamp documentation for predefined roles.Nathan Bossart
2024-07-10Improve the numeric width_bucket() computation.Dean Rasheed
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-10doc: Update track_io_timing documentation to mention pg_stat_io.Fujii Masao
2024-07-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier
2024-07-09Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan
2024-07-09Remove new XML test cases added by e7192486d.Tom Lane
2024-07-09Fix missing invalidations for search_path cache.Jeff Davis
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-09Introduce pg_signal_autovacuum_worker.Nathan Bossart
2024-07-09Fix comment in libpqrcv_check_conninfo().Fujii Masao
2024-07-09Optimise numeric multiplication for short inputs.Dean Rasheed
2024-07-09SQL/JSON: Various improvements to SQL/JSON query function docsAmit Langote
2024-07-09To improve the code, move the error check in logical_read_xlog_page().Amit Kapila
2024-07-09Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier
2024-07-09Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley
2024-07-09Fix limit block handling in pg_wal_summary_contents().Fujii Masao
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Perform forgotten cat version bumpDavid Rowley
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-07-08Symlink pg_replslot robustly on Windows in pg_basebackup testAndrew Dunstan
2024-07-08Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-08Force nodes for SSL tests to start in TCP modeAndrew Dunstan
2024-07-08Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.Tom Lane
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-08Typo fixAmit Langote
2024-07-08Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas
2024-07-08Renumber pg_get_acl() in pg_proc.datMichael Paquier
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-08Remove an extra period in code commentRichard Guo
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-08Re-enable autoruns for cmd.exe on WindowsMichael Paquier
2024-07-06Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.Tom Lane
2024-07-06Adjust tuplestore.c not to allocate BufFiles in generation contextDavid Rowley
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-05Fix placement of "static".Tom Lane
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart