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
/
backend
/
utils
/
adt
Age
Commit message (
Expand
)
Author
2018-07-27
Teach pgxc_exec_sizefunc() to use pg_my_temp_schema() to get temp schema
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-08-21
Make sure ExecRemoteQuery is called with (PlanState *) parameter
Tomas Vondra
2017-08-18
Generate a DEFAULT clause for identity columns
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-08
Fix datumSerialize infrastructure to not crash on non-varlena data.
Tom Lane
2017-08-01
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-07-31
Remove extra snprintf call in pg_tablespace_databases
Tomas Vondra
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-18
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-02
Refine memory allocation in ICU conversions
Peter Eisentraut
2017-06-30
Prohibit creating ICU collation with different ctype
Peter Eisentraut
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-26
Minor code review for parse_phrase_operator().
Tom Lane
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-20
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-16
Fix ICU collation use on Windows
Peter Eisentraut
2017-06-16
Handle NextValueExpr node correctly at various places.
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
Remove dead variables.
Tom Lane
2017-06-03
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
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
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-21
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-19
Fix misspelled struct tag.
Tom Lane
2017-05-19
Fix argument name differences
Peter Eisentraut
2017-05-18
Fix typo in comment.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
[next]