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-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
2016-08-30
Fix initdb misbehavior when user mis-enters superuser password.
Tom Lane
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
Fix pg_receivexlog --synchronous
Simon Riggs
2016-08-24
Build libpgfeutils before src/bin/pg_basebackup programs.
Noah Misch
2016-08-24
Build libpgfeutils before pg_isready.
Noah Misch
2016-08-22
initdb now needs submake-libpq and submake-libpgfeutils.
Tom Lane
2016-08-22
Retire escapeConnectionParameter().
Noah Misch
2016-08-20
Make initdb's suggested "pg_ctl start" command line more reliable.
Tom Lane
2016-08-19
Allow empty queries in pgbench.
Tom Lane
2016-08-18
Update line count totals for psql help displays.
Tom Lane
2016-08-18
Improve psql's tab completion for \l.
Tom Lane
2016-08-18
Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Tom Lane
2016-08-18
Update Windows timezone mapping from Windows 7 and 10
Magnus Hagander
2016-08-17
Disable update_process_title by default on Windows
Magnus Hagander
[next]