index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Test "options=-crole=" and "ALTER DATABASE SET role".
Noah Misch
2024-11-24
*
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
*
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-11-24
*
Disallow modifying statistics on system columns.
Jeff Davis
2024-11-22
*
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
*
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-22
*
Fix data loss when restarting the bulk_write facility
Heikki Linnakangas
2024-11-22
*
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-11-22
*
psql: Fix category of \parse in output of --help=commands and \?
Michael Paquier
2024-11-22
*
psql: Include \pset xheader_width in --help=commands|variables
Michael Paquier
2024-11-22
*
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-22
*
pgindent run
Peter Eisentraut
2024-11-21
*
Fix newly introduced 010_keep_recycled_wals.pl
Álvaro Herrera
2024-11-21
*
Fix outdated bit in README.tuplock
Álvaro Herrera
2024-11-21
*
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Peter Eisentraut
2024-11-21
*
Unify repetitive error messages
Álvaro Herrera
2024-11-21
*
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-21
*
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-11-20
*
clarify --no-comments option in --help and SGML files
Bruce Momjian
2024-11-20
*
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
*
libpq: Improve error message when parsing URI parameters and keywords
Michael Paquier
2024-11-19
*
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
*
Optimize pg_memory_is_all_zeros() in memutils.h
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
*
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
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 pg_upgrade's cross-version tests when old < 18
Álvaro Herrera
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
*
Add missing word in comment
Amit Langote
2024-11-12
*
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-12
[next]