postgresql/src/backend
Bruce Momjian 8678929c22 This patch should catch cases where the types
in referencing and referenced columns of an fk constraint
aren't comparable using '=' at constraint definition time
rather than insert/update time.

Stephan Szabo
2001-05-09 21:10:39 +00:00
..
access Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
bootstrap Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
catalog Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
commands This patch should catch cases where the types 2001-05-09 21:10:39 +00:00
executor Append and SubqueryScan nodes were not passing changed-parameter signals down 2001-05-08 19:47:02 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Remove useless setuid() call, instead add a check that real and effective 2001-04-21 18:29:29 +00:00
nodes Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
optimizer Cause planner to make use of average-column-width statistic that is now 2001-05-09 00:35:09 +00:00
parser This patch should catch cases where the types 2001-05-09 21:10:39 +00:00
port Need to factor out strdup.o for separate treatment since it's in a 2001-05-08 19:38:57 +00:00
postmaster Add extern int optreset declaration, per bug report from <info@decc.nl>. 2001-04-19 19:09:23 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage Small cleanup. 2001-05-08 19:00:26 +00:00
tcop Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Noticed a small bug in the code. Probably been there for some time. Note 2001-05-09 19:28:31 +00:00
Makefile Send 'cd' output to /dev/null. 2001-04-23 20:27:55 +00:00