aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add tap test for pg_signal_autovacuum roleMichael Paquier2024-07-16
* Fix bad indentation introduced in 43cd30bcd1cAndres Freund2024-07-15
* Add missing RestrictSearchPath() calls.Jeff Davis2024-07-15
* Fix type confusion in guc_var_compare()Andres Freund2024-07-15
* Run LLVM verify pass on IR in assert builds.Thomas Munro2024-07-15
* Use correct type for pq_mq_parallel_leader_proc_number variableHeikki Linnakangas2024-07-15
* Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas2024-07-15
* Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao2024-07-15
* Check lateral references within PHVs for memoize cache keysRichard Guo2024-07-15
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch2024-07-13
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Fix lost Windows socket EOF events.Thomas Munro2024-07-13
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Add assertion in pgstat_write_statsfile() about processes allowedMichael Paquier2024-07-12
* Fix a typo in logicalrep_write_typ().Amit Kapila2024-07-12
* Consider materializing the cheapest inner path in parallel nestloopRichard Guo2024-07-12
* Improve comment of pgstat_read_statsfile()Michael Paquier2024-07-12
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Add min and max aggregates for composite types (records).Tom Lane2024-07-11
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Add a new 'F' entry type for fixed-numbered stats in pgstats fileMichael Paquier2024-07-11
* Add PgStat_KindInfo.init_shmem_cbMichael Paquier2024-07-11
* Improve the numeric width_bucket() computation.Dean Rasheed2024-07-10
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Fix missing invalidations for search_path cache.Jeff Davis2024-07-09
* Suppress "chunk is not well balanced" errors from libxml2.Tom Lane2024-07-09
* Introduce pg_signal_autovacuum_worker.Nathan Bossart2024-07-09
* Fix comment in libpqrcv_check_conninfo().Fujii Masao2024-07-09
* Optimise numeric multiplication for short inputs.Dean Rasheed2024-07-09
* To improve the code, move the error check in logical_read_xlog_page().Amit Kapila2024-07-09
* Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier2024-07-09
* Fix limit block handling in pg_wal_summary_contents().Fujii Masao2024-07-09
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley2024-07-09
* Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart2024-07-08
* Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.Tom Lane2024-07-08
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley2024-07-08
* Remove an extra period in code commentRichard Guo2024-07-08
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.Tom Lane2024-07-06
* Adjust tuplestore.c not to allocate BufFiles in generation contextDavid Rowley2024-07-06
* Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley2024-07-06
* Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart2024-07-05
* Support loading of injection pointsMichael Paquier2024-07-05
* Lift limitation that PGPROC->links must be the first fieldHeikki Linnakangas2024-07-05
* Improve memory management and performance of tuplestore.cDavid Rowley2024-07-05
* Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley2024-07-05
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05