index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2025-03-18
Fix the test 005_char_signedness.
Masahiko Sawada
2025-03-18
psql: Add \sendpipeline to send query buffers while in a pipeline
Michael Paquier
2025-03-17
Fix indentation.
Robert Haas
2025-03-17
pg_upgrade: Remove some dead code.
Nathan Bossart
2025-03-17
pg_combinebackup: Add -k, --link option.
Robert Haas
2025-03-17
Unify wording of user-facing "row security" messages.
Tom Lane
2025-03-17
Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-16
pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
2025-03-16
reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025-03-16
pg_createsubscriber: Remove some code bloat in the atexit() callback
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-03-08
Don't convert to and from floats in pg_dump.
Jeff Davis
2025-03-07
Revert "vacuumdb: Add option for analyzing only relations missing stats."
John Naylor
2025-03-07
vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025-03-06
reindexdb: move PQfinish() calls to the right place
Álvaro Herrera
2025-03-06
Address stats export review comments.
Jeff Davis
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-04
psql: Fix memory leak with \gx used within a pipeline
Michael Paquier
2025-03-04
pg_upgrade: Check for the expected error message in TAP tests.
Masahiko Sawada
2025-03-02
Use PRI*64 instead of "ll*" in format strings (minimal trial)
Peter Eisentraut
2025-02-28
Adjust pg_dump tag for relation stats.
Jeff Davis
2025-02-28
pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025-02-27
Avoid unnecessary computation of pgbench's script line number.
Tom Lane
2025-02-27
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-27
pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025-02-26
Use attnum to identify index columns in pg_restore_attribute_stats().
Tom Lane
2025-02-26
Fix a typo in 005_char_signedness.pl test.
Masahiko Sawada
2025-02-26
Add two-phase option in pg_createsubscriber.
Amit Kapila
2025-02-26
pg_dump: prepare attribute stats query.
Jeff Davis
2025-02-26
Avoid unnecessary relation stats query in pg_dump.
Jeff Davis
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-25
Fix untranslatable string concatenation in pg_upgrade
Michael Paquier
2025-02-25
psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025-02-24
pg_amcheck: PQclear query results
Daniel Gustafsson
2025-02-22
Documentation fixups for dumping statistics.
Jeff Davis
2025-02-22
Change \conninfo to use tabular format
Álvaro Herrera
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
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-20
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
[next]