postgresql/src/backend
Tom Lane fd950e878c Fix oversight in check_ungrouped_columns optimization that avoids
unnecessary checks for complex grouping expressions: we cannot check
whether the expressions are simple Vars until after we apply
flatten_join_alias_vars, because in the case of FULL JOIN that routine
can introduce non-Var expressions.  Per example from Joel Knight.
2004-01-28 07:47:07 +00:00
..
access Repair incorrect order of operations in GetNewTransactionId(). We must 2004-01-26 19:16:23 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog The no-updates-to-system-catalogs-unless-usecatupd restriction should 2004-01-14 03:45:02 +00:00
commands Don't use %s-with-precision format spec to truncate data being displayed 2004-01-18 02:15:57 +00:00
executor Fix oversight in optimization that avoids an unnecessary projection step 2004-01-22 02:23:35 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Fix broken IDENT support for FreeBSD (appears to have been broken by 2003-12-20 18:25:02 +00:00
main Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer simplify_function() mustn't try to evaluate functions that return 2004-01-28 00:05:25 +00:00
parser Fix oversight in check_ungrouped_columns optimization that avoids 2004-01-28 07:47:07 +00:00
po Fix typo. 2004-01-19 14:28:06 +00:00
port Fix discrepancy in prototypes for HPUX pg_dlerror. 2004-01-04 04:06:45 +00:00
postmaster Make creation of statistics collection socket more robust, by allowing it 2003-11-15 17:24:19 +00:00
regex Fix broken definition of :print: character class, per Bruno Wolff. 2003-09-29 00:21:58 +00:00
rewrite Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of 2004-01-14 03:39:29 +00:00
storage Force zero_damaged_pages to be effectively ON during recovery from WAL, 2003-12-01 16:53:30 +00:00
tcop Repair missed renamings of show_statement_stats and show_executor_stats. 2003-11-24 14:50:02 +00:00
utils Back-patch repairs for --disable-shared support. 2004-01-21 19:25:11 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2003-11-15 10:20:02 +00:00