summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-07-20Add a way to create read stream object by using SMgrRelation.Noah Misch
2024-07-20Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch
2024-07-20Remove "smgr_persistence == 0" dead code.Noah Misch
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
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-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-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier
2024-07-09Introduce pg_signal_autovacuum_worker.Nathan Bossart
2024-07-09Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier
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-08Renumber pg_get_acl() in pg_proc.datMichael Paquier
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-05Lift limitation that PGPROC->links must be the first fieldHeikki Linnakangas
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera
2024-07-04Add pg_get_acl() to get the ACL for a database objectMichael Paquier
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-07-01Use pgstat_kind_infos to read fixed shared statisticsMichael Paquier
2024-07-01Remove PgStat_KindInfo.named_on_diskMichael Paquier
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas
2024-06-28Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch
2024-06-28Cope with inplace update making catcache stale during TOAST fetch.Noah Misch
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-22Remove extra comment at TableAmRoutine.scan_analyze_next_blockAlexander Korotkov
2024-06-21Prevent access of uninitialized memory in radix tree nodesJohn Naylor
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use size_tPeter Eisentraut
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane