- 17 Jun, 2001 1 commit
-
-
Tom Lane authored
-
- 13 Jun, 2001 1 commit
-
-
Bruce Momjian authored
inet(text), cidr(text): convert a text value into inet/cidr set_masklen(inet): set masklen on the inet value Patch also contains regression checks for these functions. Alex Pilosov
-
- 22 Dec, 2000 1 commit
-
-
Tom Lane authored
recommendation from Paul Vixie. Add a new abbrev() function to produce abbreviated format as text. No forced initdb, but new function is not available unless you do an initdb or add the pg_proc row manually.
-
- 25 Nov, 2000 1 commit
-
-
Tom Lane authored
sure that broadcast('foo/32') means anything, but if it does, surely it ought to return foo, not 255.255.255.255.
-
- 10 Nov, 2000 1 commit
-
-
Tom Lane authored
functions, per recent discussions on pghackers. For now, I have called the verbose-display formatting function text(), but will reconsider if enough people object. initdb forced.
-
- 27 Oct, 2000 1 commit
-
-
Tom Lane authored
on pghackers. Arrange for the sort ordering of general INET values to be network part as major sort key, host part as minor sort key. I did not force an initdb for this change, but anyone who's running indexes on general INET values may need to recreate those indexes.
-
- 22 Oct, 2000 1 commit
-
-
Tom Lane authored
as well allow DROP multiple INDEX, RULE, TYPE as well. Add missing CommandCounterIncrement to DROP loop, which could cause trouble otherwise with multiple DROP of items affecting same catalog entries. Try to bring a little consistency to various error messages using 'does not exist', 'nonexistent', etc --- I standardized on 'does not exist' since that's what the vast majority of the existing uses seem to be.
-
- 18 Oct, 2000 1 commit
-
-
Bruce Momjian authored
This patch forces the use of 'DROP VIEW' to destroy views. It also changes the syntax of DROP VIEW to DROP VIEW v1, v2, ... to match the syntax of DROP TABLE. Some error messages were changed so this patch also includes changes to the appropriate expected/*.out files. Doc changes for 'DROP TABLE" and 'DROP VIEW' are included. -- Mark Hollomon
-
- 03 Aug, 2000 1 commit
-
-
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.
-
- 05 Jan, 2000 1 commit
-
-
Thomas G. Lockhart authored
Include a few new tests for datetime/timespan arithmetic.
-
- 23 Feb, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 29 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
Add tests for comparison operators.
-
- 27 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
All regression tests pass on Linux/i686 with the current source tree.
-