Commit Graph

6 Commits (b9b80f231a6795eea42c6b7528c25a25ee16a954)

Author SHA1 Message Date
Matthew Seaman 7457419173 Revert "Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the"
This reverts commit 77fa8494dd.

Makefile.global.in already handles PGINCLUDEDIR -- the problem is
incorrect #include statements in some of the sources.
2016-03-30 14:25:28 +01:00
Matthew Seaman 77fa8494dd Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the
include path during compilation.  On FreeBSD at least, postgresql's
include files are installed into /usr/local/include/postgresql
2016-03-26 12:46:42 +00:00
Jason Petersen 423e6c8ea0
Update copyright dates
Fixed configure variable and updated all end dates to 2016.
2016-03-23 17:14:37 -06:00
Andres Freund 7efbb5b472
Don't use autoconf's default CFLAGS.
We just want PosgreSQL's defaults, not autoconf's (-g -O2). Currently,
these are wrong when PostgreSQL has been compiled with e.g. -O0.
2016-02-17 16:50:14 -07:00
Murat Tuncer 55c44b48dd Changed product name to citus
All citusdb references in
- extension, binary names
- file headers
- all configuration name prefixes
- error/warning messages
- some functions names
- regression tests

are changed to be citus.
2016-02-15 16:04:31 +02:00
Onder Kalaci 136306a1fe Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00