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
/
test
/
modules
Age
Commit message (
Expand
)
Author
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-07-12
commit_ts test: Set node name in test
Alvaro Herrera
2017-07-05
Remove unnecessary pg_is_in_recovery calls in tests
Peter Eisentraut
2017-07-01
Clean up misuse and nonuse of poll_query_until().
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-04-22
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-10
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-25
Add cleanup to new test cases
Peter Eisentraut
2017-03-25
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-15
Add a regression test for snapshot too old with hash indexes.
Robert Haas
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-13
Remove contrib/tsearch2.
Robert Haas
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-01-31
test_pg_dump: perltidy cleanup
Stephen Frost
2017-01-30
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-30
test_pg_dump TAP test whitespace cleanup
Stephen Frost
2017-01-26
Remove test for COMMENT ON DATABASE
Alvaro Herrera
2017-01-20
tests: Use the right Perl operator
Alvaro Herrera
2017-01-19
Dump sequence data based on the TableDataInfo flag
Stephen Frost
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-14
Change default values for backup and replication parameters
Magnus Hagander
2017-01-14
pg_ctl: Change default to wait for all actions
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-02
Fix broken wait-for-previous-process-to-exit loop in regression test.
Tom Lane
2016-12-02
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-11-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-24
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-08
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-10-24
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-28
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-08
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
[next]