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-03-08
pg_waldump: Remove extra newline in error message
Peter Eisentraut
2017-03-07
Fix pgbench's failure to honor the documented long-form option "--builtin".
Tom Lane
2017-03-07
psql: Add \gx command
Stephen Frost
2017-03-07
Allow pg_dumpall to dump roles w/o user passwords
Simon Riggs
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
pg_dump: Properly handle public schema ACLs with --clean
Stephen Frost
2017-03-07
Repair incorrect pg_dump labeling for some comments and security labels.
Tom Lane
2017-03-06
pg_upgrade: Fix large object COMMENTS, SECURITY LABELS
Stephen Frost
2017-03-04
pg_dump: Fix ordering
Peter Eisentraut
2017-03-03
psql: Add tab completion for logical replication
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
psql: Add tab completion for DEALLOCATE
Peter Eisentraut
2017-02-26
Add missing progname prefix to some messages
Magnus Hagander
2017-02-26
Clarify the role of checkpoint at the begininng of base backups
Magnus Hagander
2017-02-26
Basic tab completion for partitioning.
Robert Haas
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-19
Suppress "unused variable" warnings with older versions of flex.
Tom Lane
2017-02-18
Fix help message for pg_basebackup -R
Magnus Hagander
2017-02-17
pg_dump: Message style improvements
Peter Eisentraut
2017-02-17
pg_dump: Fix typo in query
Peter Eisentraut
2017-02-15
Fix tab completion for "ALTER SYSTEM SET variable ...".
Tom Lane
2017-02-15
pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Robert Haas
2017-02-14
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
Replace reference to "xlog-method" with "wal-method" in error message.
Fujii Masao
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-09
Rename command line options for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-06
Add missing newline to error messages
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Clean up psql's behavior for a few more control variables.
Tom Lane
2017-02-01
Make psql's \set display variables in alphabetical order.
Tom Lane
2017-02-01
Improve psql's behavior for \set and \unset of its control variables.
Tom Lane
2017-01-31
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
Stephen Frost
2017-01-31
perltidy pg_dump TAP tests
Stephen Frost
2017-01-30
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-24
pg_dump: Fix some schema issues when dumping sequences
Peter Eisentraut
2017-01-23
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-23
pg_dump: Fix minor memory leak
Peter Eisentraut
2017-01-23
Fix typo
Peter Eisentraut
2017-01-21
Fix cross-shlib linking in temporary installs on HPUX 10.
Tom Lane
2017-01-20
Allow backslash line continuations in pgbench's meta commands.
Tom Lane
[next]