postgresql/src
Tom Lane 1929a90b69 Change pg_dump to produce CREATE INDEX commands by using the backend's
pg_get_indexdef() function, rather than reaching into the system catalogs
for itself.  This eliminates a fair amount of redundant code.  Also,
since I just changed pg_get_indexdef() to suppress display of default
index opclasses, this will mean that 7.2 and later dumps will not mention
opclasses unless they are non-default opclasses.  Should make life easier
for future index opclass reorganizations.
2001-10-01 21:31:52 +00:00
..
backend Extend pg_get_indexdef() to know about index predicates. Also, tweak 2001-10-01 20:15:26 +00:00
bin Change pg_dump to produce CREATE INDEX commands by using the backend's 2001-10-01 21:31:52 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include > > > > > - PostgreSQL requires to be compiled with --enable-multibyte 2001-10-01 15:33:31 +00:00
interfaces - Fixed truncate bug. 2001-10-01 12:02:28 +00:00
makefiles Add -rpath for BSD/OS, from Peter E. 2001-09-06 13:43:42 +00:00
pl Fix a couple of stray // comments. 2001-10-01 17:53:12 +00:00
template 0 -> O 2001-08-08 13:30:20 +00:00
test Addition of xid=int4 operator makes opr_sanity unhappy. 2001-09-30 17:37:32 +00:00
tools Create pgjindent for java. 2001-09-07 21:25:44 +00:00
tutorial New blood and fresh air for tutorial 2001-09-02 23:27:50 +00:00
utils pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile.global.in Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
Makefile.shlib Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
nls-global.mk Change xgettext rule to run in the source tree, so we don't have the 2001-07-15 11:43:55 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00