index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2016-10-19
Use pg_ctl promote -w in TAP tests
Peter Eisentraut
2016-10-19
initdb pg_basebackup: Rename --noxxx options to --no-xxx
Peter Eisentraut
2016-10-19
pg_ctl: Add long option for -o
Peter Eisentraut
2016-10-19
pg_ctl: Add long options for -w and -W
Peter Eisentraut
2016-10-13
Remove dead code in pg_dump.
Tom Lane
2016-10-13
Fix pg_dumpall regression test to be locale-independent.
Tom Lane
2016-10-13
Make pg_dumpall's database ACL query independent of hash table order.
Andres Freund
2016-10-12
pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.
Tom Lane
2016-10-12
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
Tom Lane
2016-10-07
Fix pg_dump to work against pre-9.0 servers again.
Tom Lane
2016-10-07
Don't allow both --source-server and --source-target args to pg_rewind.
Heikki Linnakangas
2016-10-06
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-03
Enforce a specific order for probing library loadability in pg_upgrade.
Tom Lane
2016-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-02
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-10-01
Improve error reporting in pg_upgrade's file copying/linking/rewriting.
Tom Lane
2016-10-01
Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().
Tom Lane
2016-09-30
Retry opening new segments in pg_xlogdump --folllow
Magnus Hagander
2016-09-29
pg_basebackup: Add --nosync option
Peter Eisentraut
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-28
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-27
Make struct ParallelSlot private within pg_dump/parallel.c.
Tom Lane
2016-09-27
Rationalize parallel dump/restore's handling of worker cmd/status messages.
Tom Lane
2016-09-27
Redesign parallel dump/restore's wait-for-workers logic.
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
Fix newly-introduced issues in pgbench.
Tom Lane
2016-09-26
Refactor script execution state machine in pgbench.
Heikki Linnakangas
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Fix incorrect logic for excluding range constructor functions in pg_dump.
Tom Lane
2016-09-23
pg_ctl: Add promote wait option to help output
Peter Eisentraut
2016-09-22
Add tests for various connection string issues
Peter Eisentraut
2016-09-21
pg_ctl: Add wait option to promote action
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
pg_ctl: Add tests for promote action
Peter Eisentraut
2016-09-21
Print test parameters like "foo: 123", and results like "foo = 123".
Heikki Linnakangas
2016-09-21
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-20
pg_restore: Add -N option to exclude schemas
Peter Eisentraut
2016-09-19
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-09-12
pg_basebackup: Clean created directories on failure
Peter Eisentraut
2016-09-12
Fix recent commit for tab-completion of database template.
Kevin Grittner
2016-09-11
psql tab completion for CREATE DATABASE ... TEMPLATE ...
Kevin Grittner
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
Don't print database's tablespace in pg_dump -C --no-tablespaces output.
Tom Lane
2016-09-06
Repair whitespace in initdb message.
Tom Lane
2016-09-03
Improve readability of the output of psql's \timing command.
Tom Lane
2016-09-01
Improve tab completion for BEGIN & START|SET TRANSACTION.
Kevin Grittner
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
[next]