postgresql/src/backend
Tom Lane 0ee26100b6 Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have
same data type and same typmod, we show that typmod as the output
typmod, rather than generic -1.  This responds to several complaints
over the past few years about UNIONs unexpectedly dropping length or
precision info.
2006-08-10 02:36:29 +00:00
..
access Make recovery from WAL be restartable, by executing a checkpoint-like 2006-08-07 16:57:57 +00:00
bootstrap Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
catalog Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
commands For protocol-level prepare/bind/execute: 2006-08-08 01:23:15 +00:00
executor For protocol-level prepare/bind/execute: 2006-08-08 01:23:15 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 2006-08-10 02:36:29 +00:00
optimizer Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 2006-08-10 02:36:29 +00:00
parser Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 2006-08-10 02:36:29 +00:00
po Fix a few places where $Id$ and $Header$ CVS tags had crept into the 2006-07-16 02:44:01 +00:00
port Round microseconds on setitimer upwards. 2006-08-09 21:18:13 +00:00
postmaster Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
storage Put back another improperly-removed #include. 2006-08-07 21:56:25 +00:00
tcop Fix display of log duration so it is milliseconds.microseconds "ms". 2006-08-10 00:44:01 +00:00
utils Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
Makefile DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00