aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove grotty use of disable_cost for TID scan plans.Robert Haas2024-07-22
* Add port/ replacement for strsep()Peter Eisentraut2024-07-22
* Add a way to create read stream object by using SMgrRelation.Noah Misch2024-07-20
* Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch2024-07-20
* Remove "smgr_persistence == 0" dead code.Noah Misch2024-07-20
* Move resowner from common JitContext to LLVM specificHeikki Linnakangas2024-07-19
* Do not summarize WAL if generated with wal_level=minimal.Robert Haas2024-07-18
* Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier2024-07-18
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* 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
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Introduce pg_signal_autovacuum_worker.Nathan Bossart2024-07-09
* Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier2024-07-09
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Perform forgotten cat version bumpDavid Rowley2024-07-09
* Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley2024-07-09
* Renumber pg_get_acl() in pg_proc.datMichael Paquier2024-07-08
* Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley2024-07-08
* Cope with <regex.h> name clashes.Thomas Munro2024-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
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera2024-07-04
* Add pg_get_acl() to get the ACL for a database objectMichael Paquier2024-07-04
* Improve some global variable declarationsPeter Eisentraut2024-07-02
* Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane2024-07-01
* Remove redundant privilege check from pg_sequences system view.Nathan Bossart2024-07-01
* Add context type field to pg_backend_memory_contextsDavid Rowley2024-07-01
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Use pgstat_kind_infos to read fixed shared statisticsMichael Paquier2024-07-01
* Remove PgStat_KindInfo.named_on_diskMichael Paquier2024-07-01
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas2024-06-28
* Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch2024-06-27
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Remove extra comment at TableAmRoutine.scan_analyze_next_blockAlexander Korotkov2024-06-22
* Prevent access of uninitialized memory in radix tree nodesJohn Naylor2024-06-21
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use size_tPeter Eisentraut2024-06-21
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19