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-11-06
Revert "pg_dump: Lock all relations, not just plain tables".
Tom Lane
2020-11-01
Avoid null pointer dereference if error result lacks SQLSTATE.
Tom Lane
2020-10-28
Use mode "r" for popen() in psql's evaluate_backtick().
Tom Lane
2020-10-27
pg_dump: Lock all relations, not just plain tables
Alvaro Herrera
2020-10-21
Fix connection string handling in psql's \connect command.
Tom Lane
2020-10-19
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-19
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-16
pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Bruce Momjian
2020-10-15
pg_upgrade: generate check error for left-over new tablespace
Bruce Momjian
2020-10-07
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-06
pg_upgrade: remove pre-8.4 code and >= 8.4 check
Bruce Momjian
2020-10-06
pg_upgrade; change major version comparisons to use <=, not <
Bruce Momjian
2020-09-24
Fix handling of -d "connection string" in pg_dump/pg_restore.
Tom Lane
2020-09-06
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-09-02
Fix typo in comment
Alvaro Herrera
2020-08-10
Translation updates
Peter Eisentraut
2020-08-09
Check for fseeko() failure in pg_dump's _tarAddFile().
Tom Lane
2020-07-16
Switch pg_test_fsync to use binary mode on Windows
Michael Paquier
2020-07-16
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-07-15
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-11
Avoid trying to restore table ACLs and per-column ACLs in parallel.
Tom Lane
2020-07-09
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-06-19
Ensure write failure reports no-disk-space
Alvaro Herrera
2020-06-16
pg_upgrade: set vacuum_defer_cleanup_age to zero
Bruce Momjian
2020-05-14
Fix pg_recvlogical avoidance of superfluous Standby Status Update.
Noah Misch
2020-05-14
In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.
Noah Misch
2020-05-11
Translation updates
Peter Eisentraut
2020-05-08
pg_restore: Provide file name with one failure message
Alvaro Herrera
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-24
Update Windows timezone name list to include currently-known zones.
Tom Lane
2020-04-24
Improve placement of "display name" comment in win32_tzmap[] entries.
Tom Lane
2020-04-17
Fix minor memory leak in pg_basebackup and pg_receivewal
Michael Paquier
2020-04-15
Fix minor memory leak in pg_dump
Michael Paquier
2020-04-08
Fix pg_dump/pg_restore to restore event trigger comments later.
Tom Lane
2020-04-01
psql: do file completion for \gx
Bruce Momjian
2020-03-19
pg_upgrade: make get_major_server_version() err msg consistent
Bruce Momjian
2020-03-16
Plug memory leak
Alvaro Herrera
2020-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-09
Fix pg_dump/pg_restore to restore event triggers later.
Tom Lane
2020-02-27
Remove TAP test for createdb --lc-ctype
Michael Paquier
2020-02-27
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
Michael Paquier
2020-02-27
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Michael Paquier
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
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
[next]