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
Age
Commit message (
Expand
)
Author
2019-08-08
Emit a WARNING if the first backend doesn't complete initialisation
XL_10_STABLE
Pavan Deolasee
2019-07-16
Accept change in the expected output for 'rules' test case.
Pavan Deolasee
2019-07-16
Make some fixes to handle temp objects.
Pavan Deolasee
2019-07-16
Adjust expected output to reflect that CREATE TABLE AS EXECUTE is not supported.
Pavan Deolasee
2019-07-11
Adjust regression tests post 10.9 merge.
Pavan Deolasee
2019-07-11
Merge tag 'REL_10_9' into XL_10_STABLE
Pavan Deolasee
2019-06-24
Send marked GUC variables as string literals to the remote node.
Pavan Deolasee
2019-06-24
Make pgxc_planner a hook invokation.
Pavan Deolasee
2019-06-17
Stamp 10.9.
Tom Lane
2019-06-17
Last-minute updates for release notes.
Tom Lane
2019-06-17
Translation updates
Peter Eisentraut
2019-06-17
Fix buffer overflow when processing SCRAM final message in libpq
Michael Paquier
2019-06-17
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-06-17
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
Release notes for 10.9, 9.6.14, 9.5.18, 9.4.23.
Tom Lane
2019-06-15
Prefer timezone name "UTC" over alternative spellings.
Andrew Gierth
2019-06-14
Silence compiler warning
Alvaro Herrera
2019-06-14
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-06-13
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
Mark ReplicationSlotCtl as PGDLLIMPORT.
Tom Lane
2019-06-13
postgres_fdw: Account for triggers in non-direct remote UPDATE planning.
Etsuro Fujita
2019-06-13
Doc: improve description of allowed spellings for Boolean input.
Tom Lane
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
doc: Fix grammatical error in partitioning docs
David Rowley
2019-06-12
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-11
doc: Add best practises section to partitioning docs
David Rowley
2019-06-11
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)
Alvaro Herrera
2019-06-10
Fix operator naming in pg_trgm GUC option descriptions
Alexander Korotkov
2019-06-10
Add docs of missing GUC to pgtrgm.sgml
Alexander Korotkov
2019-06-10
Fix docs indentation in pgtrgm.sgml
Alexander Korotkov
2019-06-07
Fix copy-pasto in freeing memory on error in vacuumlo.
Heikki Linnakangas
2019-06-07
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-04
Mark a few parallelism-related variables with PGDLLIMPORT.
Tom Lane
2019-06-03
Fix contrib/auto_explain to not cause problems in parallel workers.
Tom Lane
2019-06-01
Fix documentation of check_option in information_schema.views
Michael Paquier
2019-05-31
Fix C++ incompatibilities in plpgsql's header files.
Tom Lane
2019-05-30
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-29
MSVC: Add "use File::Path qw(rmtree)".
Noah Misch
2019-05-28
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
In the pg_upgrade test suite, remove and recreate "tmp_check".
Noah Misch
2019-05-23
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.
Andres Freund
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
Fix ordering of GRANT commands in pg_dumpall for tablespaces
Michael Paquier
2019-05-22
Fix ordering of GRANT commands in pg_dumpall for database creation
Michael Paquier
2019-05-20
Fix some grammar in documentation of spgist and pgbench
Michael Paquier
2019-05-19
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
[next]