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
2017-05-30
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
Fix thinko in JsObjectSize() macro.
Tom Lane
2017-05-29
Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.
Tom Lane
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
More code review for get_qual_for_list().
Tom Lane
2017-05-29
Fix typo in comment
Magnus Hagander
2017-05-29
Fix reference to RFC specifying SCRAM.
Heikki Linnakangas
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
Format v10 release notes' commit references more like previous releases.
Tom Lane
2017-05-28
Improve v10 release notes' discussion of money operator changes.
Tom Lane
2017-05-28
Avoid locale-dependent output in select_views regression test.
Tom Lane
2017-05-26
Fix typo in pg_dump's support for dumping collations from pre-v10 servers.
Tom Lane
2017-05-26
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
Fix pg_dump to not emit invalid SQL for an empty operator class.
Tom Lane
2017-05-26
Remove docs mention of PGREALM variable
Magnus Hagander
2017-05-25
Update expected file
Alvaro Herrera
2017-05-25
extended stats: Clarify behavior of omitting stat type clause
Alvaro Herrera
2017-05-25
Fix message case
Alvaro Herrera
2017-05-25
Fix whitespace
Peter Eisentraut
2017-05-25
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-24
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
Improve logical replication worker log messages
Peter Eisentraut
2017-05-24
Code review of get_qual_for_list.
Robert Haas
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-23
Update URLs in pgindent source and README
Magnus Hagander
2017-05-23
Verify that the server constructed the SCRAM nonce correctly.
Heikki Linnakangas
2017-05-23
Synced ecpg's pg_type.h with the one used in the backend.
Michael Meskes
2017-05-22
Fix typo in comment
Magnus Hagander
2017-05-21
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-21
Fix contrib/sepgsql regression tests for partition NOT NULL change.
Tom Lane
2017-05-21
Change documentation references to PG website to use https: not http:
Tom Lane
2017-05-19
Rethink flex flags for syncrep_scanner.l.
Tom Lane
2017-05-19
pg_upgrade: Handle hash index upgrades more smoothly.
Robert Haas
2017-05-19
Fix mistake in error message
Peter Eisentraut
2017-05-19
libpq: Try next host if one of them times out.
Robert Haas
2017-05-19
Capitalize SHOW when testing whether target_session_attrs=read-write.
Robert Haas
2017-05-19
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-19
Fix misspelled struct tag.
Tom Lane
2017-05-19
Fix corruption of tableElts list by MergeAttributes().
Robert Haas
2017-05-19
Fix argument name differences
Peter Eisentraut
2017-05-19
doc: remove duplicate PG 10 release notes entry
Bruce Momjian
2017-05-19
doc: fix PG 10 release notes with proper attribution and commit
Bruce Momjian
2017-05-19
Fix compilation with --with-bsd-auth.
Heikki Linnakangas
2017-05-19
doc: Fix ALTER SUBSCRIPTION option syntax synopsis
Peter Eisentraut
2017-05-18
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
Heikki Linnakangas
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
Fix typo in comment.
Heikki Linnakangas
2017-05-18
pg_dump: Fix dumping of slot_name = NONE
Peter Eisentraut
2017-05-18
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
[next]