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
/
commands
/
prepare.c
Age
Commit message (
Expand
)
Author
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-08
Expose explain's SUMMARY option
Stephen Frost
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-06
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Properly deallocate prepared statements on the remote node when user makes such
Pavan Deolasee
2016-10-18
Fix bugs around handling of params passed to the datanodes.
Pavan Deolasee
2016-02-26
On second thought, disable parallelism for prepared statements.
Robert Haas
2016-02-25
Enable parallelism for prepared statements and extended query protocol.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-15
Use ResourceOwner to track internally prepared statements
Pavan Deolasee
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-29
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-12
Param handling re-work (Fix for bug ID: 3522907)
Amit Khandekar
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-08-28
Fix for parameter handling in SPI calls
Michael Paquier
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-07-27
Correct compilation of prepare.c, tablecmds.c & spi.c
Michael Paquier
2012-07-27
Fix forgotten merge conflict in prepare.c
Michael Paquier
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-30
Update code comments: use "Coordinator" and "Datanode" as conventional terms
Michael Paquier
2012-04-13
The function SetRemoteStatementName() does not traverse the scan plans in
Ashutosh Bapat
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-09
Fix for bug ID 3500214 : Plancache revalidation does not work correctly on da...
Amit Khandekar
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
[next]