aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote2024-07-30
* Detach syslogger from shared memoryHeikki Linnakangas2024-07-29
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-07-27
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Fix indentation.Robert Haas2024-07-26
* Allow WAL summarization to back up when timeline changes.Robert Haas2024-07-26
* Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas2024-07-26
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* SQL/JSON: Remove useless code in ExecInitJsonExpr()Amit Langote2024-07-26
* SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote2024-07-26
* SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote2024-07-26
* SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote2024-07-26
* Document restrictions regarding incremental backups and standbys.Robert Haas2024-07-25
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier2024-07-23
* Improve comments in slru.{c,h} about segment name formatMichael Paquier2024-07-23
* Initialize wal_level in the initial checkpoint record.Robert Haas2024-07-22
* Add missing call to ConditionVariableCancelSleep().Robert Haas2024-07-22
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Add overflow checks to money type.Nathan Bossart2024-07-19
* Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman2024-07-19
* Move resowner from common JitContext to LLVM specificHeikki Linnakangas2024-07-19
* Propagate query IDs of utility statements in functionsMichael Paquier2024-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
* SQL/JSON: Rethink c2d93c3802bAmit Langote2024-07-17
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-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
* Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas2024-07-15
* Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao2024-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
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Make our back branches compatible with libxml2 2.13.x.Tom Lane2024-07-10
* Fix missing invalidations for search_path cache.Jeff Davis2024-07-09
* Fix limit block handling in pg_wal_summary_contents().Fujii Masao2024-07-09
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley2024-07-06
* SQL/JSON: Fix some obsolete comments.Amit Langote2024-07-04
* Fix typo in GetRunningTransactionData()Alexander Korotkov2024-07-04