index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-30
*
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-30
*
Detach syslogger from shared memory
Heikki Linnakangas
2024-07-29
*
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-28
*
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-28
*
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-27
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Fix indentation.
Robert Haas
2024-07-26
*
Allow WAL summarization to back up when timeline changes.
Robert Haas
2024-07-26
*
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
*
Disable all TLS session tickets
Daniel Gustafsson
2024-07-26
*
SQL/JSON: Remove useless code in ExecInitJsonExpr()
Amit Langote
2024-07-26
*
SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb
Amit Langote
2024-07-26
*
SQL/JSON: Improve error-handling of JsonBehavior expressions
Amit Langote
2024-07-26
*
SQL/JSON: Fix error-handling of some JsonBehavior expressions
Amit Langote
2024-07-26
*
Document restrictions regarding incremental backups and standbys.
Robert Haas
2024-07-25
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
*
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-23
*
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-23
*
Initialize wal_level in the initial checkpoint record.
Robert Haas
2024-07-22
*
Add missing call to ConditionVariableCancelSleep().
Robert Haas
2024-07-22
*
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
*
Add overflow checks to money type.
Nathan Bossart
2024-07-19
*
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Move resowner from common JitContext to LLVM specific
Heikki Linnakangas
2024-07-19
*
Propagate query IDs of utility statements in functions
Michael Paquier
2024-07-19
*
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-18
*
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
*
SQL/JSON: Rethink c2d93c3802b
Amit Langote
2024-07-17
*
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
*
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
*
Add missing RestrictSearchPath() calls.
Jeff Davis
2024-07-15
*
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
*
Use atomics to avoid locking in InjectionPointRun()
Heikki Linnakangas
2024-07-15
*
Fix tablespace handling in MERGE/SPLIT partition commands.
Fujii Masao
2024-07-15
*
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-14
*
Fix new assertion for MERGE view_name ... DO NOTHING.
Noah Misch
2024-07-13
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-13
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-10
*
Fix missing invalidations for search_path cache.
Jeff Davis
2024-07-09
*
Fix limit block handling in pg_wal_summary_contents().
Fujii Masao
2024-07-09
*
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
*
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
*
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-06
*
SQL/JSON: Fix some obsolete comments.
Amit Langote
2024-07-04
[next]