summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tom Lane [Tue, 10 Jun 2014 17:24:38 +0000 (13:24 -0400)]
Update copyright date.
Tom Lane [Tue, 10 Jun 2014 17:10:11 +0000 (13:10 -0400)]
Add .gitignore.
Tom Lane [Thu, 6 Jun 2013 18:33:16 +0000 (18:33 +0000)]
Preliminary updates for Postgres 9.3.
Tom Lane [Mon, 12 Mar 2012 16:08:33 +0000 (16:08 +0000)]
Updates for latest Postgres 9.2 sources.
We no longer need pg_crc.c, and hence not a source tree, yay.
Tom Lane [Sun, 18 Dec 2011 00:11:29 +0000 (00:11 +0000)]
Preliminary support for SP-GiST indexes.
Tom Lane [Sat, 26 Nov 2011 22:14:08 +0000 (22:14 +0000)]
Update for Postgres 9.1; add knowledge of some more flag bits;
improve Makefile to be able to build a release tarball.
Tom Lane [Tue, 18 Jan 2011 02:36:38 +0000 (02:36 +0000)]
Fix odd printout of hasnulls/hasvarwidths flags for index tuples.
Per a gripe some months ago from Alvaro.
Tom Lane [Tue, 18 Jan 2011 02:28:26 +0000 (02:28 +0000)]
Assorted adjustments to prepare pg_filedump for its new life.
Add PostgreSQL Global Development Group to the copyright notices, and
remove a couple of no-longer-appropriate references to Red Hat.
Unfortunately I can't undo Red Hat's choice of GPL licensing, but it is
what it is.
Also reduce the pain of version-stamping by coalescing references to the
version into one pair of macros, and removing not-especially-useful
change logs. IMO the commit logs serve that purpose just as well.
Tom Lane [Tue, 18 Jan 2011 01:33:27 +0000 (01:33 +0000)]
Initial revision