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
*
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
*
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-31
*
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
*
Refactor getWeights to write to caller-supplied buffer
Heikki Linnakangas
2024-07-30
*
Replace static buf with a stack-allocated one in ReadControlFile
Heikki Linnakangas
2024-07-30
*
Replace static buf with palloc in str_time()
Heikki Linnakangas
2024-07-30
*
Replace static bufs with a StringInfo in cash_words()
Heikki Linnakangas
2024-07-30
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
Remove useless member of BackendParameters.
Thomas Munro
2024-07-30
*
Require memory barrier support.
Thomas Munro
2024-07-30
*
Require compiler barrier support.
Thomas Munro
2024-07-30
*
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Disallow setting MAX_PARTITION_BUFFERS to less than 2
David Rowley
2024-07-30
*
Make collation not depend on setlocale().
Jeff Davis
2024-07-30
*
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
*
Refactor the checks for parameterized partial paths
Richard Guo
2024-07-30
*
Short-circuit sort_inner_and_outer if there are no mergejoin clauses
Richard Guo
2024-07-30
*
Add more debugging information when failing to read pgstats files
Michael Paquier
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
*
Do not return NULL from pg_newlocale_from_collation().
Jeff Davis
2024-07-29
*
Detach syslogger from shared memory
Heikki Linnakangas
2024-07-29
*
Remove dead generators for cyrillic encoding conversion tables
Heikki Linnakangas
2024-07-29
*
Fix double-release of spinlock
Heikki Linnakangas
2024-07-29
*
Fix compiler warning/error about typedef redefinitions
Heikki Linnakangas
2024-07-29
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Fix outdated comment in smgrtruncate()
Heikki Linnakangas
2024-07-29
*
Reduce memory used by partitionwise joins
Richard Guo
2024-07-29
*
Simplify create_merge_append_path for clarity
Richard Guo
2024-07-29
*
Refactor pg_set_regex_collation() for clarity.
Jeff Davis
2024-07-28
*
Add missing pointer dereference in pg_backend_memory_contexts view
David Rowley
2024-07-29
*
Fix whitespace in commit 005c6b833f.
Jeff Davis
2024-07-28
*
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-28
*
Change collation cache to use simplehash.h.
Jeff Davis
2024-07-28
*
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
*
Optimize escaping of JSON strings
David Rowley
2024-07-27
*
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-27
*
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Clarify error message and documentation related to typed tables.
Tom Lane
2024-07-26
*
Fix indentation.
Robert Haas
2024-07-26
*
Allow WAL summarization to back up when timeline changes.
Robert Haas
2024-07-26
*
Add tests for errors during SSL or GSSAPI handshake
Heikki Linnakangas
2024-07-26
*
Add test for early backend startup errors
Heikki Linnakangas
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
[next]