Log Message:
---
Minor fixes for cleanup before producing dist target
Modified Files:
--
veil:
GNUmakefile.in (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/GNUmakefile.in.diff?r1=1.4&r2=1.5)
veil/docs:
Doxyfile (r1.16 ->
Log Message:
---
Fixes for use of pkglibdir
Modified Files:
--
veil:
Makefile.global.in (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/Makefile.global.in.diff?r1=1.4&r2=1.5)
configure.ac (r1.5 -> r1.6)
(http://cvs.pgf
Log Message:
---
Improvements to the build system. Configure now works with no params
on Debian. The dependency files are now correct. And we can now build
in the src directory or from the top-level directory. All looks good.
Modified Files:
--
veil:
COPYRIGHT (
Log Message:
---
Fix parser so that we don't modify the user-written ORDER BY list in order
to represent DISTINCT or DISTINCT ON. This gets rid of a longstanding
annoyance that a view or rule using SELECT DISTINCT will be dumped out
with an overspecified ORDER BY list, and is one small ste
Log Message:
---
Add URL to:
* Consider decreasing the I/O caused by updating tuple hint bits
> http://archives.postgresql.org/pgsql-patches/2008-07/msg00199.php
Modified Files:
--
pgsql/doc:
TODO (r1.2492 -> r1.2493)
(http://anoncvs.postgresql.org/cvsw
Log Message:
---
Documentation updates, and improved logging in veil_perform_reset
Modified Files:
--
veil/docs:
Doxyfile (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.13&r2=1.14)
veil/src:
GNUma
Log Message:
---
Require superuser privilege to create base types (but not composites, enums,
or domains). This was already effectively required because you had to own
the I/O functions, and the I/O functions pretty much have to be written in
C since we don't let PL functions take or retur