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
2017-06-09
Fix minor issues in the tpcb-like pgbench script
Tomas Vondra
2017-06-08
Fix warnings about uninitialized vars in pg_dump.c
Tomas Vondra
2017-06-03
Make pgbench script names (name prefixes) unique
Tomas Vondra
2017-06-03
Fix built-in pgbench scripts to use 9.6 commands
Tomas Vondra
2017-05-08
Fix pg_dump getTables() queries broken by 69fba376
Tomas Vondra
2017-05-05
Allow pg_dump to dump from PostgreSQL databases.
Pavan Deolasee
2017-01-12
remove the extra & from start_postmaster() command in pg_ctl
Tomas Vondra
2017-01-10
make pg_dump work on 9.6 by adding columns to getTables()
Tomas Vondra
2017-01-09
fix various minor bugs in initdb, to make it work
Tomas Vondra
2016-11-09
get rid of the ifdefs in tab-completion.c entirely
Tomas Vondra
2016-11-09
fix definition of sql_commands[] in tab-complete.c
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
add barrierdesc.c to gitignore in pg_xlogdump
Tomas Vondra
2016-10-18
Suppress the message hinting to start coordinator/datanode/gtm server at the
Pavan Deolasee
2016-10-18
pqsignal.c now comes from src/port and that must be used to create a symlink
Pavan Deolasee
2016-10-18
remove functions that are not used (or defined)
Tomas Vondra
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Add support for overrding default log levels for specfic messages or all
Pavan Deolasee
2016-10-18
If we don't find GTM control file on startup, look for the temporary control
Pavan Deolasee
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-02
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-31
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
2016-07-28
Register atexit hook only once in pg_upgrade.
Tom Lane
2016-07-18
Translation updates
Peter Eisentraut
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
Correctly dump database and tablespace ACLs
Stephen Frost
2016-07-14
Remove reference to range mode in pg_xlogdump error
Magnus Hagander
2016-07-12
Put some things in a better order in psql help
Peter Eisentraut
2016-07-11
Improve output of psql's \df+ command.
Tom Lane
2016-07-11
Add missing newline in error message
Magnus Hagander
2016-06-24
psql: Improve \crosstabview error messages
Peter Eisentraut
2016-06-23
Add tab completion for pager_min_lines to psql.
Andrew Dunstan
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-20
Translation updates
Peter Eisentraut
2016-06-16
Reword bogus comment
Alvaro Herrera
2016-06-16
Remove unused prototype
Alvaro Herrera
2016-06-15
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-15
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
[next]