postgresql/src/include
Tom Lane 3ac1ac58cc Change search for default operator classes so that it examines all opclasses
regardless of the current schema search path.  Since CREATE OPERATOR CLASS
only allows one default opclass per datatype regardless of schemas, this
should have minimal impact, and it fixes problems with failure to find a
desired opclass while restoring dump files.  Per discussion at
http://archives.postgresql.org/pgsql-hackers/2006-02/msg00284.php.
Remove now-redundant-or-unused code in typcache.c and namespace.c,
and backpatch as far as 8.0.
2006-02-10 19:01:12 +00:00
..
access Remove the no-longer-useful HashItem/HashItemData level of structure. 2006-01-25 23:26:11 +00:00
bootstrap Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catalog Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:12 +00:00
commands Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:12 +00:00
executor Allow row comparisons to be used as indexscan qualifications. 2006-01-25 20:29:24 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mb Previous commit message should have been: 2005-12-24 18:23:02 +00:00
nodes DROP IF EXISTS for ROLE/USER/GROUP 2006-02-04 19:06:47 +00:00
optimizer Improve my initial, rather hacky implementation of joins to append 2006-02-05 02:59:17 +00:00
parser Implement SQL-compliant treatment of row comparisons for < <= > >= cases 2005-12-28 01:30:02 +00:00
port Fix fsync code to test whether F_FULLFSYNC is available, instead of 2006-01-17 23:52:31 +00:00
postmaster Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:31:59 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
storage It turns out that TablespaceCreateDbspace fails badly if a relcache flush 2006-01-19 04:45:38 +00:00
tcop Make all command-line options of postmaster and postgres the same. See 2006-01-05 10:07:46 +00:00
utils Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 2006-01-26 02:35:51 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
c.h Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off 2006-02-03 13:53:15 +00:00
fmgr.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
funcapi.h Move plpgsql's fetchArgInfo() into funcapi.c, and rename to 2005-12-28 18:11:25 +00:00
getaddrinfo.h Disble some Win32-specific code in win32-client-only builds: 2005-12-08 17:52:11 +00:00
getopt_long.h Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
miscadmin.h Make all command-line options of postmaster and postgres the same. See 2006-01-05 10:07:46 +00:00
pg_config.h.in Move thread_test directory from /tools to /test so source-only tarballs 2006-02-04 01:00:02 +00:00
pg_config.h.win32 I reconfirmed MS-VC6. Thank you for wonderful correspondence. 2005-12-09 04:50:40 +00:00
pg_config_manual.h Remove BEOS port. 2006-01-05 03:01:38 +00:00
pgstat.h Modify pgstats code to reduce performance penalties from oversized stats data 2006-01-18 20:35:06 +00:00
pgtime.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
port.h Add documentation on the use of *printf() macros and libintl. 2005-12-06 18:35:10 +00:00
postgres.h Fix the assert_enabled issue properly. This eliminates the former ABI 2006-01-08 21:24:37 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
rusagestub.h Fix a few macro definitions to ensure that unary minus is enclosed in 2005-07-27 12:44:10 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00