postgresql/src
Tom Lane 5b5ee14a4b Add a defense to prevent storing pseudo-type data into index columns.
Formerly, the lack of any opclasses that could accept such data was enough
of a defense, but now with a "record" opclass we need to check more carefully.
(You can still use that opclass for an index, but you have to store a named
composite type not an anonymous one.)
2008-10-14 21:47:39 +00:00
..
backend Add a defense to prevent storing pseudo-type data into index columns. 2008-10-14 21:47:39 +00:00
bin Implement SQL-standard WITH clauses, including WITH RECURSIVE. 2008-10-04 21:56:55 +00:00
include Extend the date type to support infinity and -infinity, analogously to 2008-10-14 17:12:33 +00:00
interfaces Fixed parsing of parameters. Added regression test for this. 2008-10-14 09:31:05 +00:00
makefiles Put back the copying of some of the regression test data files for vpath 2008-10-03 08:00:16 +00:00
pl Add missing header. 2008-10-11 00:09:33 +00:00
port Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 2008-05-21 14:20:48 +00:00
template
test Extend the date type to support infinity and -infinity, analogously to 2008-10-14 17:12:33 +00:00
timezone Update time zone data files to tzdata release 2008f (DST law changes in 2008-09-17 14:18:39 +00:00
tools Update oidjoins test to match CVS HEAD. 2008-10-13 12:59:57 +00:00
tutorial Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Fix coverage targets so that HTML view is reliably updated when test data 2008-10-03 15:35:17 +00:00
Makefile.shlib Synchronize the shared object build rules in Makefile.port with Makefile.shlib 2008-09-01 08:50:10 +00:00
nls-global.mk Another fix for compiles on an empty 'po' directory. 2008-05-17 21:27:12 +00:00
win32.mak