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
2023-01-06
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-12-23
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-11-19
pg_dump: avoid unsafe function calls in getPolicies().
Tom Lane
2022-11-19
Postpone calls of unsafe server-side functions in pg_dump.
Tom Lane
2022-11-07
Translation updates
Peter Eisentraut
2022-10-21
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-09-25
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-14
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
Michael Paquier
2022-08-12
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-08
Translation updates
Alvaro Herrera
2022-08-01
Fix error reporting after ioctl() call with pg_upgrade --clone
Michael Paquier
2022-07-10
Fix \watch's interaction with libedit on ^C.
Thomas Munro
2022-06-10
Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...
Tom Lane
2022-06-06
Fix psql's single transaction mode on client-side errors with -c/-f switches
Michael Paquier
2022-05-09
Translation updates
Peter Eisentraut
2022-03-28
waldump: fix use-after-free in search_directory().
Andres Freund
2022-03-25
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-23
pg_upgrade: Upgrade an Assert to a real 'if' test
Alvaro Herrera
2022-03-22
Add missing dependency of pg_dumpall to WIN32RES.
Andres Freund
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-25
pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.
Andres Freund
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-10
Make pg_ctl stop/restart/promote recheck postmaster aliveness.
Tom Lane
2022-02-07
Translation updates
Peter Eisentraut
2022-01-18
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-16
Fix psql's tab-completion of enum label values.
Tom Lane
2021-12-02
Move into separate file all the SQL queries used in pg_upgrade tests
Michael Paquier
2021-11-22
Adjust pg_dump's priority ordering for casts.
Tom Lane
2021-11-22
Fix pg_dump --inserts mode for generated columns with dropped columns.
Tom Lane
2021-11-21
pg_receivewal, pg_recvlogical: allow canceling initial password prompt.
Tom Lane
2021-11-17
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-12
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-11-08
Translation updates
Peter Eisentraut
2021-10-27
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-22
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-19
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
Fix sscanf limits in pg_basebackup and pg_dump
Daniel Gustafsson
2021-10-16
Avoid core dump in pg_dump when dumping from pre-8.3 server.
Tom Lane
2021-10-16
Make pg_dump acquire lock on partitioned tables that are to be dumped.
Tom Lane
2021-10-13
Fix tests of pg_upgrade across different major versions
Michael Paquier
2021-10-12
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-06
Fix warning in TAP test of pg_verifybackup
Michael Paquier
2021-10-04
Update our mapping of Windows time zone names some more.
Tom Lane
2021-10-02
Update our mapping of Windows time zone names using CLDR info.
Tom Lane
2021-10-02
Re-alphabetize the win32_tzmap[] array.
Tom Lane
2021-09-29
pgbench: Fix handling of socket errors during benchmark.
Fujii Masao
[next]