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
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-03-26
Ignore invalid indexes in pg_dump.
Tom Lane
2013-03-26
Fix pg_dump against 9.1/9.2 servers.
Heikki Linnakangas
2013-03-26
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-26
Fix a small logic bug in adjusted parallel restore code.
Andrew Dunstan
2013-03-25
Make pg_basebackup work with pre-9.3 servers, and add server version check.
Heikki Linnakangas
2013-03-25
Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.
Heikki Linnakangas
2013-03-24
Fix some unportable constructs in parallel pg_dump code.
Tom Lane
2013-03-24
Add parallel pg_dump option.
Andrew Dunstan
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-17
Fix inclusions in pg_receivexlog.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-03-17
pg_resetxlog: Capitalize placeholder in --help output
Peter Eisentraut
2013-03-17
pg_controldata: Undo message spelling change
Peter Eisentraut
2013-03-14
Also update psqlscan.l with the UESCAPE error rule changes.
Heikki Linnakangas
2013-03-14
Fix bug in dumping prior releases due to MV REFRESH dependency checking.
Kevin Grittner
2013-03-10
pg_ctl: Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-10
pg_basebackup: Add missing newlines to several error messages
Peter Eisentraut
2013-03-07
Add fe_memutils.c to nls.mk where used
Peter Eisentraut
2013-03-07
Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-06
Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.
Kevin Grittner
2013-03-06
pg_ctl: Add comma to message
Peter Eisentraut
2013-03-04
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-25
Only quote libpq connection string values that need quoting.
Heikki Linnakangas
2013-02-25
Add -d option to pg_dumpall, for specifying a connection string.
Heikki Linnakangas
2013-02-25
Add -d/--dbname option to pg_dump.
Heikki Linnakangas
2013-02-25
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-20
Fix pg_dumpall with database names containing =
Heikki Linnakangas
2013-02-20
Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.
Heikki Linnakangas
2013-02-18
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-16
Warn about initdb using mount-points
Bruce Momjian
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-09
psql: Improve unaligned expanded output for zero rows
Peter Eisentraut
2013-02-09
psql: Improve expanded print output in tuples-only mode
Peter Eisentraut
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
scripts: Add build prerequisite on libpgport
Peter Eisentraut
2013-02-06
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-01-29
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-25
Make it easy to time out pg_isready, and make the default 3 seconds.
Robert Haas
2013-01-25
Add prosecdef to \df+ output.
Heikki Linnakangas
2013-01-25
Make pg_dump exclude unlogged table data on hot standby slaves
Magnus Hagander
2013-01-24
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
Make output identical to pg_resetxlog's
Alvaro Herrera
[next]