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
2020-02-17
Teach pg_dump to dump comments on RLS policy objects.
Tom Lane
2020-02-11
Document the pg_upgrade -j/--jobs option as taking an argument
Peter Eisentraut
2020-02-10
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-10
Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"
Michael Paquier
2020-02-10
pg_upgrade: Fix quoting of some arguments in pg_ctl command
Michael Paquier
2020-01-31
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-20
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2019-12-27
Add pg_dump test for triggers on partitioned tables
Alvaro Herrera
2019-12-03
Fix failures with TAP tests of pg_ctl on Windows
Michael Paquier
2019-11-13
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-11
Translation updates
Peter Eisentraut
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-05
Change pg_restore -f- to dump to stdout instead of to ./-
Alvaro Herrera
2019-11-04
Stabilize pg_dump output order for similarly-named triggers and policies.
Tom Lane
2019-10-30
pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.
Andres Freund
2019-10-30
pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.
Andres Freund
2019-10-16
Improve the check for pg_catalog.unknown data type in pg_upgrade
Tomas Vondra
2019-10-16
Improve the check for pg_catalog.line data type in pg_upgrade
Tomas Vondra
2019-10-05
Avoid use of wildcard in pg_waldump's .gitignore.
Tom Lane
2019-09-18
pg_upgrade/test.sh: Quote sed(1) argument
Alvaro Herrera
2019-09-09
Prevent msys2 conversion of "cmd /c" switch to a file path
Andrew Dunstan
2019-09-04
Delay fsyncs of pg_basebackup until the end of backup
Michael Paquier
2019-09-02
Handle corner cases correctly in psql's reconnection logic.
Tom Lane
2019-08-28
Disable timeouts when running pg_rewind with online source cluster
Michael Paquier
2019-08-27
Fix failure of --jobs with vacuumdb on Windows
Michael Paquier
2019-08-26
Adjust to latest Msys2 kernel release number
Andrew Dunstan
2019-08-26
Treat MINGW and MSYS the same in pg_upgrade test script
Andrew Dunstan
2019-08-26
Fix error handling of vacuumdb when running out of fds
Michael Paquier
2019-08-25
Avoid platform-specific null pointer dereference in psql.
Tom Lane
2019-08-13
Un-break pg_dump for pre-8.3 source servers.
Tom Lane
2019-08-05
Translation updates
Peter Eisentraut
2019-08-05
Fix tab completion for ALTER LANGUAGE in psql
Michael Paquier
2019-07-31
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-30
Print WAL position correctly in pg_rewind error message.
Heikki Linnakangas
2019-07-26
Don't uselessly escape a string that doesn't need escaping
Alvaro Herrera
2019-07-26
Fix possible lockup in pgbench with -R.
Tom Lane
2019-07-26
Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.
Tom Lane
2019-07-24
Fix infelicities in describeOneTableDetails' partitioned-table handling.
Tom Lane
2019-07-24
Don't assume expr is available in pgbench tests
Andrew Dunstan
2019-07-22
Make pg_upgrade's test.sh less chatty.
Tom Lane
2019-07-22
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-02
Fix tab completion of "SET variable TO|=" to not offer bogus completions.
Tom Lane
2019-06-17
Translation updates
Peter Eisentraut
2019-06-15
Prefer timezone name "UTC" over alternative spellings.
Andrew Gierth
2019-06-14
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-06-10
Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)
Alvaro Herrera
2019-05-28
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
In the pg_upgrade test suite, remove and recreate "tmp_check".
Noah Misch
2019-05-23
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.
Andres Freund
[next]