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
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
pgbench progress with timestamp
Teodor Sigaev
2015-09-16
Review program help output for wording and formatting
Peter Eisentraut
2015-09-15
Fix whitespace
Peter Eisentraut
2015-09-15
Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527
Teodor Sigaev
2015-09-14
Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
Teodor Sigaev
2015-09-13
Add noreturn attribute
Peter Eisentraut
2015-09-11
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-08
psql: Generic tab completion support for enum and bool GUCs.
Andres Freund
2015-09-08
Improve tab-completion for GRANT and REVOKE.
Fujii Masao
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-07
In the pg_rewind test suite, receive WAL fully before promoting.
Noah Misch
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-09-03
Disable fsync throughout TAP test suites.
Noah Misch
2015-08-31
psql: print longtable as a possible \pset option
Bruce Momjian
2015-08-26
Reestablish alignment of pg_controldata output.
Joe Conway
2015-08-22
Add hint to run "pgbench -i", if test tables don't exist.
Heikki Linnakangas
2015-08-18
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Robert Haas
2015-08-17
Fix reporting of skipped transactions in pgbench.
Heikki Linnakangas
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
vacuumdb: Don't assign negative values to a boolean.
Andres Freund
2015-08-15
Use the correct type for TableInfo->relreplident.
Andres Freund
2015-08-12
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-08-11
More fixes to allow pg_rewind tests to run on Msys.
Andrew Dunstan
2015-08-11
Fix privilege dumping from servers too old to have that type of privilege.
Tom Lane
2015-08-10
Work around an apparent bug in the Msys DTK perl's regex engine.
Andrew Dunstan
2015-08-10
Don't start to stream after pg_receivexlog --create-slot.
Andres Freund
2015-08-07
Fix bug slowing down pgbench when -P is used.
Andres Freund
2015-08-06
Improve includes introduced in the replication origins patch.
Andres Freund
2015-08-05
Allow pg_rewind tap tests to run with older File::Path versions
Andrew Dunstan
2015-08-04
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
Tab completion for CREATE SEQUENCE.
Robert Haas
2015-08-03
Fix psql \d output of policies.
Joe Conway
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-08-03
Clean up pg_rewind regression test script.
Heikki Linnakangas
2015-08-03
Allow TAP tests to run under Msys
Andrew Dunstan
2015-07-30
Fix calculation of latency of pgbench backslash commands.
Heikki Linnakangas
2015-07-30
Remove redundant "make install" from pg_upgrade test suite.
Noah Misch
2015-07-29
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-29
pg_basebackup: Add --slot option
Peter Eisentraut
2015-07-29
pg_basebackup: Add tests for -X option
Peter Eisentraut
2015-07-29
pg_basebackup: Add tests for -R option
Peter Eisentraut
2015-07-28
Make tap tests store postmaster logs and handle vpaths correctly
Andrew Dunstan
2015-07-28
Fix bug in collecting total_latencies from all threads in pgbench.
Heikki Linnakangas
2015-07-28
Fix pg_dump output of policies.
Joe Conway
2015-07-27
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-25
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-07-25
In pg_ctl, report unexpected failure to stat() the postmaster.pid file.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-20
Improve tab-completion for DROP POLICY
Alvaro Herrera
[next]