Distributed PostgreSQL as an extension
 
 
 
 
 
 
Go to file
Andres Freund b60f5da774 Copy toplevel queryId to citus' master statement.
multi_ExecutorStart() replaces the original planned statement with the
master select statement. As that hasn't gone through the parse analysis
hooks, it'll not have a associated queryId.  This prevents extensions
pg_stat_statements to show useful data associated with the query.
2016-03-14 17:27:52 -07:00
src Copy toplevel queryId to citus' master statement. 2016-03-14 17:27:52 -07:00
.gitattributes Switch to using git attributes to ignore files 2016-02-15 23:41:51 -07:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.travis.yml Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Fix various build issues 2016-03-11 13:38:47 -07:00
Makefile.global.in Fix various build issues 2016-03-11 13:38:47 -07:00
autogen.sh Changed product name to citus 2016-02-15 16:04:31 +02:00
configure Don't use autoconf's default CFLAGS. 2016-02-17 16:50:14 -07:00
configure.in Don't use autoconf's default CFLAGS. 2016-02-17 16:50:14 -07:00
prep_buildtree Changed product name to citus 2016-02-15 16:04:31 +02:00