- Jan 11, 2006
-
-
Neil Conway authored
rather than "return expr;" -- the latter style is used in most of the tree. I kept the parentheses when they were necessary or useful because the return expression was complex.
-
- Oct 15, 2005
-
-
Bruce Momjian authored
-
- Aug 29, 2004
-
-
Bruce Momjian authored
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Sep 29, 2003
-
-
Peter Eisentraut authored
-
- Sep 25, 2003
-
-
Peter Eisentraut authored
terms, add some clarifications, fix some untranslatable attempts at dynamic message building.
-
- Aug 04, 2003
-
-
Bruce Momjian authored
-
- Jul 27, 2003
-
-
Tom Lane authored
the bulk of the heavy lifting ...
-
- May 13, 2003
-
-
Tom Lane authored
-
- Oct 13, 2002
-
-
Tom Lane authored
Per gripe from Patrick Welche, 13-Oct-2002.
-
- Sep 04, 2002
-
-
Bruce Momjian authored
-
- Aug 28, 2002
-
-
Bruce Momjian authored
should be pretty safe in practice, but it's probably better to be safe than sorry. I was actually looking for cases where NAMEDATALEN is assumed to be 32, but only found one. That's fixed too, as well as a few bits of code cleanup. Neil Conway
-
- Jun 17, 2002
-
-
Bruce Momjian authored
-
- Jun 15, 2002
-
-
Bruce Momjian authored
hex digits with no separators, eg 00AABBCCDDEE. This is easily remedied with the following patch (against 7.2.1): Mike Wyer
-
- Mar 09, 2002
-
-
Tom Lane authored
(char != unsigned char, Datum != uint32); make use of new hash code in dynahash hash tables and hash joins.
-
- Aug 21, 2001
-
-
Tom Lane authored
discussion in pgsql-general.
-
- Mar 22, 2001
-
-
Bruce Momjian authored
-
- Dec 09, 2000
-
-
Tom Lane authored
varlena type. (I did not force initdb, but you won't see the fix unless you do one.) Also, make sure all index support operators and functions are careful not to leak memory for toasted inputs; I had missed some hash and rtree support ops on this point before.
-
- Aug 23, 2000
-
-
Thomas G. Lockhart authored
Remove hardcoded macaddr_manuf(), which had really old, obsolete info. Replace this with some contrib/mac/ code to maniag OUI info from IEEE.
-
- Aug 04, 2000
-
-
Tom Lane authored
on myself to do something about the non-self-consistency of the inet comparison functions. The results are probably still semantically wrong (inet and cidr should have different comparison semantics, I think) but at least the boolean operators now agree with each other and with the sort order of indexes on inet/cidr.
-
- Jul 06, 2000
-
-
Tom Lane authored
now TOAST-able.
-
- Jul 04, 2000
-
-
Jan Wieck authored
WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan
-
- Dec 16, 1999
-
-
Bruce Momjian authored
equality. The lobits macro is wrong and extracts the wrong set of bits out of the structure. To exhibit the problem: select '000000:000000'::macaddr = '000000:110000'::macaddr ; ?column? -------- t (1 row) Daniel Boyd
-
- Jul 17, 1999
-
-
Bruce Momjian authored
-
- Jul 16, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 15, 1999
-
-
Bruce Momjian authored
-
- Jul 14, 1999
-
-
Bruce Momjian authored
-
- May 25, 1999
-
-
Bruce Momjian authored
-
- Mar 22, 1999
-
-
Bruce Momjian authored
-
- Oct 26, 1998
-
-
Tom Lane authored
-
- Oct 08, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo
-
- Oct 04, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Oct 03, 1998
-
-
Bruce Momjian authored
-