aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas2024-07-26
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* Improve comments in slru.{c,h} about segment name formatMichael Paquier2024-07-23
* 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
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Cope with <regex.h> name clashes.Thomas Munro2024-07-06
* Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera2024-07-04
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-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
* Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane2024-06-17
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada2024-06-14
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* meson: Restore implicit warning/debug/optimize flags for extensionsPeter Eisentraut2024-06-07
* Restore preprocess_groupclause()Alexander Korotkov2024-06-06
* Rename PathKeyInfo to GroupByOrderingAlexander Korotkov2024-06-06
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed2024-06-04
* Fix a couple of outdated comments now that we have MERGE RETURNINGDavid Rowley2024-05-23
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Remove unused typedefsPeter Eisentraut2024-05-17
* Remove enum WaitEventExtensionMichael Paquier2024-05-17
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix incorrect year in some copyright notices added this yearDavid Rowley2024-05-15
* Do pre-release housekeeping on catalog data.Tom Lane2024-05-14
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas2024-05-11
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06