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
/
executor
Age
Commit message (
Expand
)
Author
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-08-22
Handle rescan of RemoteQuery node correctly
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-03
Improve ExecModifyTable comments.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-07-31
Fix typo
Peter Eisentraut
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-18
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-15
Improve comments for execExpr.c's handling of FieldStore subexpressions.
Tom Lane
2017-07-15
Improve comments for execExpr.c's isAssignmentIndirectionExpr().
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-23
Fix replication with replica identity full
Peter Eisentraut
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-21
Fix typo in comment.
Heikki Linnakangas
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Revert "Handle multi-command queries correctly inside SQL as well as plpgsql ...
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-05-29
Fix typo in comment
Magnus Hagander
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-10
Fix typos in comments.
Robert Haas
2017-05-10
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Robert Haas
2017-05-05
Handle multi-command queries correctly inside SQL as well as plpgsql functions.
Pavan Deolasee
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-18
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
Remove trailing spaces in some output
Peter Eisentraut
2017-04-12
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
Fix reporting of violations in ExecConstraints, again.
Robert Haas
[next]