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
2016-06-15
Widen buffer for headers in psql's \watch command.
Tom Lane
2016-06-03
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-06-02
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-01
Clean up some minor inefficiencies in parallel dump/restore.
Tom Lane
2016-05-29
Fix missing abort checks in pg_backup_directory.c.
Tom Lane
2016-05-29
Remove pg_dump/parallel.c's useless "aborting" flag.
Tom Lane
2016-05-28
Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.
Tom Lane
2016-05-27
Clean up thread management in parallel pg_dump for Windows.
Tom Lane
2016-05-26
Make pg_dump behave more sanely when built without HAVE_LIBZ.
Tom Lane
2016-05-26
In Windows pg_dump, ensure idle workers will shut down during error exit.
Tom Lane
2016-05-25
Fix broken error handling in parallel pg_dump/pg_restore.
Tom Lane
2016-05-09
Translation updates
Peter Eisentraut
2016-04-28
pg_upgrade: Fix indentation of if() block
Bruce Momjian
2016-04-13
Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.
Tom Lane
2016-03-28
Translation updates
Peter Eisentraut
2016-03-14
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].
Tom Lane
2016-03-07
Fix backwards test for Windows service-ness in pg_ctl.
Tom Lane
2016-03-04
Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.
Robert Haas
2016-03-04
Fix query-based tab completion for multibyte characters.
Robert Haas
2016-02-11
Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.
Noah Misch
2016-02-08
Translation updates
Peter Eisentraut
2016-02-04
In pg_dump, ensure that view triggers are processed after view rules.
Tom Lane
2016-01-29
Fix incorrect pattern-match processing in psql's \det command.
Tom Lane
2016-01-13
Handle extension members when first setting object dump flags in pg_dump.
Tom Lane
2016-01-07
Fix unobvious interaction between -X switch and subdirectory creation.
Tom Lane
2016-01-07
Fix one more TAP test to use standard command-line argument ordering.
Tom Lane
2016-01-07
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
Tom Lane
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-03
Teach pg_dump to quote reloption values safely.
Tom Lane
2015-12-28
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-24
Fix factual and grammatical errors in comments for struct _tableInfo.
Tom Lane
2015-12-23
In pg_dump, remember connection passwords no matter how we got them.
Tom Lane
2015-12-20
Remove silly completion for "DELETE FROM tabname ...".
Tom Lane
2015-12-19
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Andres Freund
2015-12-17
Fix improper initialization order for readline.
Tom Lane
2015-12-16
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-17
Back-patch fixes to make TAP tests work on Windows.
Tom Lane
2015-11-08
Don't connect() to a wildcard address in test_postmaster_connection().
Noah Misch
2015-10-12
Fix "pg_ctl start -w" to test child process status directly.
Tom Lane
2015-10-05
Translation updates
Peter Eisentraut
2015-10-01
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-09-28
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-21
Restrict file mode creation mask during tmpfile().
Noah Misch
2015-09-11
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-08-31
psql: print longtable as a possible \pset option
Bruce Momjian
[next]