index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
contrib/lo: Use SQL-standard function bodies
Michael Paquier
2024-11-14
*
xml2: Add tests for functions xpath_nodeset() and xpath_list()
Michael Paquier
2024-11-14
*
contrib/lo: Add test for function lo_oid()
Michael Paquier
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
*
configure.ac: Remove useless AC_SUBST
Peter Eisentraut
2024-11-13
*
doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS
Peter Eisentraut
2024-11-13
*
doc: Add PERIOD to ALTER TABLE reference docs
Peter Eisentraut
2024-11-13
*
doc: Small improvement in CREATE TABLE / PERIOD documentation
Peter Eisentraut
2024-11-13
*
doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs
Peter Eisentraut
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
*
Count contrib/bloom index scans in pgstat view.
Peter Geoghegan
2024-11-12
*
Add missing word in comment
Amit Langote
2024-11-12
*
Silence compilers about extractNotNullColumn()
Álvaro Herrera
2024-11-12
*
pg_freespacemap: Use SQL-standard function bodies
Michael Paquier
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 cross-version upgrade tests.
Tom Lane
2024-11-11
*
Avoid bizarre meson behavior with backslashes in command arguments.
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
*
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-11
*
Doc: Add links to clarify the max_replication_slots.
Amit Kapila
2024-11-11
*
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-11
*
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-11-11
*
pg_stat_statements: Avoid some locking during PGSS entry scans
Michael Paquier
2024-11-11
*
jit: Remove obsolete LLVM version guard.
Thomas Munro
2024-11-11
*
Fix sign-compare warnings in pg_iovec.h.
Nathan Bossart
2024-11-08
*
Assert consistency of currPage that ended scan.
Peter Geoghegan
2024-11-08
*
Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
Nathan Bossart
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
*
Fix __attribute__((target(...))) usage.
Nathan Bossart
2024-11-07
*
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-07
*
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints
Álvaro Herrera
2024-11-07
[next]