index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
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
*
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
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Transfer statistics during pg_upgrade.
Jeff Davis
2025-02-20
*
Include schema/table publications even with exclude options in dump.
Amit Kapila
2025-02-20
*
pgbench: Increase RLIMIT_NOFILE if necessary
Andres Freund
2025-02-19
*
Invalidate inactive replication slots.
Amit Kapila
2025-02-19
*
Update to latest Snowball sources.
Tom Lane
2025-02-18
*
Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber.
Amit Kapila
2025-02-18
*
Add tab completion for ALTER USER/ROLE RESET
Tomas Vondra
2025-02-17
*
Add tab completion for ALTER DATABASE RESET
Tomas Vondra
2025-02-17
*
Clean up impenetrable logic in pg_basebackup/receivelog.c.
Tom Lane
2025-02-12
*
Fix minor memory leaks in pg_dump.
Tom Lane
2025-02-12
*
Fix some inconsistencies with memory freeing in pg_createsubscriber
Michael Paquier
2025-02-12
*
Limit pgbench COPY FREEZE to ordinary relations
Melanie Plageman
2025-02-11
*
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-11
*
Specify the encoding of input to fmtId()
Andres Freund
2025-02-10
*
Refactor TAP test code for file comparisons into new routine in Utils.pm
Michael Paquier
2025-02-09
*
Fix pgbench performance issue induced by commit af35fe501.
Tom Lane
2025-02-07
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-05
*
Show more-intuitive titles for psql commands \dt, \di, etc.
Tom Lane
2025-02-05
*
pg_controldata: Fix possible errors on corrupted pg_control
Alexander Korotkov
2025-02-05
*
vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
Nathan Bossart
2025-02-04
*
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-29
*
Fix grammatical typos around possessive "its"
John Naylor
2025-01-29
*
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-28
*
pg_amcheck: Fix test failure on Windows with non-existing role
Michael Paquier
2025-01-27
*
Tighten pg_restore's recognition of its -F (format) option values.
Tom Lane
2025-01-25
*
initdb: Convert tests to use long options with fat comma style
Michael Paquier
2025-01-24
*
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-24
*
Fix buildfarm failure introduced by commit e65dbc9927.
Amit Kapila
2025-01-23
*
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-23
*
Add error pattern checks for some TAP tests for non-existing objects
Michael Paquier
2025-01-23
*
Improve TAP tests of pg_basebackup
Michael Paquier
2025-01-23
*
Fix \dRp+ output when describing publications with a lower server version.
Amit Kapila
2025-01-22
*
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-22
*
Run perltidy
Michael Paquier
2025-01-22
*
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-17
*
vacuumdb: Fix comment for vacuum_one_database().
Nathan Bossart
2025-01-17
*
Avoid calling pqsignal() with invalid signals on Windows frontends.
Nathan Bossart
2025-01-16
*
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-15
*
psql: Add option to use expanded mode to all list commands.
Dean Rasheed
2025-01-14
*
psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.
Dean Rasheed
2025-01-14
[next]