index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
*
Create syscache entries for pg_extension
Michael Paquier
2024-08-22
*
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Remove _PG_fini()
Michael Paquier
2024-08-21
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-20
*
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
*
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-15
*
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
*
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
*
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-13
*
All POSIX systems have langinfo.h and CODESET.
Thomas Munro
2024-08-13
*
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-12
*
Add user-callable CRC functions.
Nathan Bossart
2024-08-12
*
Fix outdated comments
David Rowley
2024-08-12
*
Fix a series of typos and outdated references
David Rowley
2024-08-12
*
Remove "parent" column from pg_backend_memory_contexts
David Rowley
2024-08-12
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
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
*
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-09
*
Improve file header comments for astramer code.
Robert Haas
2024-08-07
*
Introduce hash_search_with_hash_value() function
Alexander Korotkov
2024-08-07
*
Constify fields and parameters in spell.c
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
*
Fix datatypes in comments in instr_time.h
Heikki Linnakangas
2024-08-06
*
Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"
Heikki Linnakangas
2024-08-06
*
Fix comments in instr_time.h and remove an unneeded cast to int64
Heikki Linnakangas
2024-08-06
*
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-08-05
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Fix typo in bufpage.h.
Amit Kapila
2024-08-05
*
Add helper routines to retrieve data for custom fixed-numbered pgstats
Michael Paquier
2024-08-05
*
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-04
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Fix outdated comment; all running bgworkers are in BackendList
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
*
Update comment in portal.h.
Etsuro Fujita
2024-08-01
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
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
*
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-31
*
Remove leftover function declaration
Heikki Linnakangas
2024-07-30
*
Require memory barrier support.
Thomas Munro
2024-07-30
[next]