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
*
Adjust pg_wal_replay_wait() procedure behavior on promoted standby
Alexander Korotkov
2024-08-10
*
Lower minimum maintenance_work_mem to 64kB
John Naylor
2024-08-10
*
Fix comment on processes being kept over a restart
Heikki Linnakangas
2024-08-10
*
Refactor code to handle death of a backend or bgworker in postmaster
Heikki Linnakangas
2024-08-10
*
Make BackgroundWorkerList doubly-linked
Heikki Linnakangas
2024-08-09
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-09
*
Change the misleading local end_lsn for prepared transactions.
Amit Kapila
2024-08-09
*
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
*
Refactor error messages to reduce duplication
Alvaro Herrera
2024-08-08
*
Add a caveat to hash_seq_init_with_hash_value() header comment
Alexander Korotkov
2024-08-08
*
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
2024-08-07
*
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-08-07
*
Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()
Alexander Korotkov
2024-08-07
*
Introduce hash_search_with_hash_value() function
Alexander Korotkov
2024-08-07
*
Use psprintf to simplify gtsvectorout()
Heikki Linnakangas
2024-08-06
*
Constify fields and parameters in spell.c
Heikki Linnakangas
2024-08-06
*
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
*
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-06
*
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-08-06
*
selfuncs.c: use pg_strxfrm() instead of strxfrm().
Jeff Davis
2024-08-06
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-06
*
Clean up handling of client_encoding GUC in parallel workers.
Tom Lane
2024-08-06
*
Remove unnecessary declaration of heapam_methods
Michael Paquier
2024-08-06
*
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-05
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Optimize JSON escaping using SIMD
David Rowley
2024-08-05
*
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-04
*
Use CXXFLAGS instead of CFLAGS for linking C++ code
Peter Eisentraut
2024-08-04
*
Fix incorrect format placeholders in pgstat.c
Michael Paquier
2024-08-04
*
Small refactoring around ExecCreateTableAs().
Jeff Davis
2024-08-02
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Include bison header files into implementation files
Peter Eisentraut
2024-08-02
*
Minor refactoring of assign_backendlist_entry()
Heikki Linnakangas
2024-08-01
*
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-02
*
Add redo LSN to pgstats files
Michael Paquier
2024-08-02
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-08-01
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
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
[next]