postgresql/src/include
Tom Lane a499725469 Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,
silently resolving them to type TEXT.  This is comparable to what we
do when faced with UNKNOWN in CASE, UNION, and other contexts.  It gets
rid of this and related annoyances:
	select distinct f1, '' from int4_tbl;
	ERROR:  Unable to identify an ordering operator '<' for type unknown
This was discussed many moons ago, but no one got round to fixing it.
2003-06-16 02:03:38 +00:00
..
access This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Represent grant options in the information schema. 2003-06-11 09:23:55 +00:00
commands Add display of eventual result RowDescription (if any) to the output 2003-05-06 21:51:42 +00:00
executor Update 3.0 protocol support to match recent agreements about how to 2003-05-08 18:16:37 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq IPv6 cleanups. 2003-06-12 07:36:51 +00:00
mb In src/include/mb/pg_wchar.h we have: 2003-06-02 18:59:25 +00:00
nodes Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00
optimizer Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00
parser Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, 2003-06-16 02:03:38 +00:00
port IPv6 cleanups. 2003-06-12 07:36:51 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
tcop Update 3.0 protocol support to match recent agreements about how to 2003-05-08 18:16:37 +00:00
utils Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and 2003-06-12 01:42:21 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
c.h Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
fmgr.h First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
funcapi.h pgindent run. 2002-09-04 20:31:48 +00:00
getaddrinfo.h Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
getopt_long.h Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
miscadmin.h Fix things so that an error occuring during standalone-backend processing 2003-05-28 18:19:09 +00:00
pg_config.h.in Run autoconf/autoheader for ecpg change. 2003-06-15 04:09:18 +00:00
pg_config.h.win32 Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
pg_config_manual.h IPv6 cleanups. 2003-06-12 07:36:51 +00:00
pgstat.h Put back encoding-conversion step in processing of incoming queries; 2003-04-27 20:09:44 +00:00
port.h Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
postgres.h Generate pg_config.h.in by autoheader. Separate out manually editable 2003-04-06 22:45:23 +00:00
postgres_ext.h Compiling anything that uses InvalidOid under g++ yields a warning about 2003-03-18 17:21:07 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00