postgresql/src/backend
Tom Lane 421467cdc8 Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that
has a DISTINCT ON clause, per bug report from Anthony Wood.  While at it,
improve the DISTINCT-ON-clause recognizer routine to not be fooled by out-
of-order DISTINCT lists.
2001-07-31 17:56:31 +00:00
..
access Suppress gcc warning in USE_LOCALE case. 2001-07-22 22:01:04 +00:00
bootstrap Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
catalog Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
commands New-style vacuum neglected to update pg_class statistics about indexes 2001-07-18 00:46:25 +00:00
executor Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Update info on pg_hba.conf comments. 2001-07-31 15:45:20 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes More EXTEND INDEX removal. 2001-07-16 19:07:40 +00:00
optimizer Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that 2001-07-31 17:56:31 +00:00
parser More EXTEND INDEX removal. 2001-07-16 19:07:40 +00:00
po Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
port There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>. 2001-06-20 18:33:31 +00:00
postmaster Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of 2001-07-30 14:50:24 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Fix rule rewriter so that new ordering of ON INSERT actions applies 2001-07-09 23:50:32 +00:00
storage Minor performance improvement in MultiRecordFreeSpace. 2001-07-19 21:25:37 +00:00
tcop Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of 2001-07-30 14:50:24 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that 2001-07-31 17:56:31 +00:00
Makefile Native Language Support (NLS) 2001-06-02 18:25:18 +00:00