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
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Silence Valgrind complaint with EXEC_BACKEND
Heikki Linnakangas
2023-12-01
*
pgindent fix
Peter Eisentraut
2023-12-01
*
Check collation when creating partitioned index
Peter Eisentraut
2023-12-01
*
doc: Update info on information schema usage tables
Peter Eisentraut
2023-12-01
*
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-12-01
*
meson: Stop using deprecated way getting path of files
Andres Freund
2023-11-30
*
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-12-01
*
Print lwlock stats also for aux processes, when built with LWLOCK_STATS
Heikki Linnakangas
2023-12-01
*
Fix typo in 5a1dfde8334b
Alexander Korotkov
2023-11-30
*
Fix spelling and punctuation
Daniel Gustafsson
2023-11-30
*
Add missing file to nls Makefile
Daniel Gustafsson
2023-11-30
*
Fix array subscript warnings
Daniel Gustafsson
2023-11-30
*
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-30
*
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
*
meson: Improve/fix Python version selection
Peter Eisentraut
2023-11-30
*
Add tests for XID wraparound.
Masahiko Sawada
2023-11-30
*
doc: Mention how to use quotes with GUC names in error messages
Michael Paquier
2023-11-30
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Add option to specify timeout seconds to BackgroundPsql.pm.
Masahiko Sawada
2023-11-30
*
Remove unused macro
Peter Eisentraut
2023-11-30
*
Improve "user mapping not found" error message
Peter Eisentraut
2023-11-30
*
Fix a test in 003_logical_slots.
Amit Kapila
2023-11-30
*
Fix wrong description of BackgroundPsql's timeout.
Masahiko Sawada
2023-11-30
*
Fix BackgroundPsql's set_query_timer_restart() issue without argument.
Masahiko Sawada
2023-11-30
*
Fix typo in comment
Daniel Gustafsson
2023-11-29
*
Read include/exclude commands for dump/restore from file
Daniel Gustafsson
2023-11-29
*
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
2023-11-29
*
Add SLRU tests for 64-bit page case
Alexander Korotkov
2023-11-29
*
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-11-29
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Clean up usage of bison precedence for non-operator keywords.
Tom Lane
2023-11-28
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-11-28
*
Remove more statements from stats.sql
Michael Paquier
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
psql: Add tab completion for view options.
Dean Rasheed
2023-11-28
*
Remove test for pg_stat_reset_shared() in stats.sql
Michael Paquier
2023-11-28
*
Fix comment in tableam.h about GetHeapamTableAmRoutine()
Michael Paquier
2023-11-28
*
Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend
Michael Paquier
2023-11-28
*
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-28
*
Retire a few backwards compatibility macros.
Nathan Bossart
2023-11-27
*
Fix CREATE INDEX CONCURRENTLY example
Alvaro Herrera
2023-11-27
*
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
*
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
2023-11-27
*
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-27
*
Track statement entry timestamp in contrib/pg_stat_statements
Alexander Korotkov
2023-11-27
*
Add NOT NULL checking of pg_stat_statements_reset() in tests
Alexander Korotkov
2023-11-27
*
Fix race condition with BIO methods initialization in libpq with threads
Michael Paquier
2023-11-27
[next]