Commit Graph

12 Commits

Author SHA1 Message Date
86eef300f1 Dropped C code used by unsupported PG versions 2017-04-10 11:44:17 +01:00
564f061beb Use the right appendStringInfoVA interface
pgut version renamed to avoid confusion with the server version.

(I wonder why there is such a duplication of interfaces and
implementations there though...)
2015-03-10 11:48:16 +00:00
080ebd3ed6 Bump up Copyright notices for 2015 2015-01-11 19:01:37 -05:00
d402a73e42 No need to use strlen() with StringInfoData. 2012-11-26 20:08:47 -07:00
1d60a946ff Added The Reorg Development Team copyright 2012-11-11 03:00:00 +00:00
db1c554f60 Dropped executable flags 2012-11-11 02:48:46 +00:00
0942141245 Fix compiler warnings about appendStringInfoVA and appendStringInfoVA_s.
gcc was correctly complaining that these functions should be
declared with the `printf` format attribute. Addresses Issue #14.
2012-10-18 20:32:18 -07:00
5e48cf02f9 Fixes to work with 9.3dev.
- included "access/htup_details.h", a newly introduced header for tuple.
- included "lib/stringinfo.h".
reported by josh.
2012-09-20 03:48:53 +00:00
960930b645 Fixed database corruption when target tables have dropped columns, and
there are views or functions depending on columns after dropped ones.
The issue was reported by depesz, and original patch by Denish Patel.

Improved documentation how to build binaries from source.

COPYRIGHT updated.
2011-04-29 05:06:48 +00:00
7084ec6de9 version 1.0.7. 2010-01-28 06:02:28 +00:00
27e6839132 Release 1.0.6. Workaround for 8.2 and 8.3. 2009-07-03 05:52:31 +00:00
2f2fa142b8 Add pgut-spi files. 2009-07-02 09:55:57 +00:00