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
*
Base LWLock limits directly on MAX_BACKENDS
Andres Freund
2025-02-24
*
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-24
*
Silence warning in older versions of Valgrind
John Naylor
2025-02-24
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Ignore hash's relallvisible when checking pg_upgrade from pre-v10.
Tom Lane
2025-02-23
*
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-23
*
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-23
*
Add more tests for utility commands in pipelines
Michael Paquier
2025-02-23
*
jsonb internal API void * argument for binary data
Peter Eisentraut
2025-02-23
*
Documentation fixups for dumping statistics.
Jeff Davis
2025-02-22
*
Change \conninfo to use tabular format
Álvaro Herrera
2025-02-22
*
Remove unstable test suite added by 525392d57
Amit Langote
2025-02-22
*
Allow lwlocks to be disowned
Andres Freund
2025-02-21
*
Adjust EXPLAIN test case to filter out "Actual Rows" values.
Robert Haas
2025-02-21
*
Avoid race condition between "GRANT role" and "DROP ROLE".
Tom Lane
2025-02-21
*
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025-02-21
*
Add test 005_char_signedness.pl to meson.build.
Masahiko Sawada
2025-02-21
*
Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025-02-21
*
pg_upgrade: Add --set-char-signedness to set the default char signedness of n...
Masahiko Sawada
2025-02-21
*
pg_upgrade: Preserve default char signedness value from old cluster.
Masahiko Sawada
2025-02-21
*
pg_resetwal: Add --char-signedness option to change the default char signedness.
Masahiko Sawada
2025-02-21
*
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
*
Make test portlock logic work with meson
Andres Freund
2025-02-21
*
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025-02-21
*
Support text position search functions with nondeterministic collations
Peter Eisentraut
2025-02-21
*
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
*
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025-02-21
*
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
*
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-21
*
Fix for pg_restore_attribute_stats().
Jeff Davis
2025-02-20
*
psql: Add support for pipelines
Michael Paquier
2025-02-21
*
Add braces for if block with large comment in psql's common.c
Michael Paquier
2025-02-21
*
Add missing entry to oauth_validator test .gitignore
Daniel Gustafsson
2025-02-20
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Trial fix for old cross-version upgrades.
Jeff Davis
2025-02-20
*
Ignore blank lines in pgindent exclude files
Andrew Dunstan
2025-02-20
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
Transfer statistics during pg_upgrade.
Jeff Davis
2025-02-20
*
Improve errdetail message added by ac0e33136a.
Amit Kapila
2025-02-20
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Include schema/table publications even with exclude options in dump.
Amit Kapila
2025-02-20
*
Fix FATAL message for invalid recovery timeline at beginning of recovery
Michael Paquier
2025-02-20
*
pgbench: Increase RLIMIT_NOFILE if necessary
Andres Freund
2025-02-19
*
test_escape: Fix output of --help
Michael Paquier
2025-02-20
*
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-19
*
Assert that ExecOpenIndices and ExecCloseIndices are not repeated.
Tom Lane
2025-02-19
*
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
*
Consider BufFiles when adjusting hashjoin parameters
Tomas Vondra
2025-02-19
*
tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025-02-19
*
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-19
[next]