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
*
Unify repetitive error messages
Álvaro Herrera
2024-11-21
*
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-21
*
Refine nbtree = redundancy preprocessing comment.
Peter Geoghegan
2024-11-20
*
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-20
*
file_fdw: Add REJECT_LIMIT option to file_fdw.
Fujii Masao
2024-11-20
*
Compare collations before merging UNION operations.
Tom Lane
2024-11-19
*
Improve error message for database object stats manipulation functions.
Fujii Masao
2024-11-20
*
nbtree: consistently use minoff variable.
Peter Geoghegan
2024-11-18
*
Improve some code format in gist.c
Michael Paquier
2024-11-18
*
Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()
Michael Paquier
2024-11-18
*
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-15
*
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-15
*
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
*
Remove unnecessary backslash from CopyFrom() code.
Fujii Masao
2024-11-16
*
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-15
*
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-15
*
jit: Stop emitting some unnecessary instructions
Heikki Linnakangas
2024-11-15
*
Add an assertion in get_object_address()
Peter Eisentraut
2024-11-15
*
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-11-15
*
Pass MyPMChildSlot as an explicit argument to child process
Heikki Linnakangas
2024-11-14
*
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-14
*
Kill dead-end children when there's nothing else left
Heikki Linnakangas
2024-11-14
*
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-14
*
Remove a useless cast to (void *) in hash_search() call
Peter Eisentraut
2024-11-14
*
Add nbtree amgettuple return item function.
Peter Geoghegan
2024-11-13
*
Fix comment in injection_point.c
Michael Paquier
2024-11-13
*
Fix obsolete nbtree page reuse FSM comment.
Peter Geoghegan
2024-11-12
*
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-12
*
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-12
*
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
*
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
*
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-11
*
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-11
*
Assert consistency of currPage that ended scan.
Peter Geoghegan
2024-11-08
*
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
*
Avoid nbtree parallel scan currPos confusion.
Peter Geoghegan
2024-11-08
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
*
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
*
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-11-08
*
Clarify a foreign key error message
Peter Eisentraut
2024-11-07
*
Remove an obsolete comment in gistinsert()
Michael Paquier
2024-11-07
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Remove unused variable
Daniel Gustafsson
2024-11-06
*
doc: Remove event trigger firing matrix
Peter Eisentraut
2024-11-06
*
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-06
*
Fix hypothetical bug in ExprState building for hashing
David Rowley
2024-11-06
*
Clear padding of PgStat_HashKey when handling pgstats entries
Michael Paquier
2024-11-05
*
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
*
Fix typo in comment of gistdoinsert().
Masahiko Sawada
2024-11-04
[next]