- 23 Jun, 2003 3 commits
-
-
Bruce Momjian authored
> * Exit postmaster if postgresql.conf can not be opened
-
Bruce Momjian authored
* Allow SSL-enabled clients to turn off SSL transfers
-
Bruce Momjian authored
> * Change CVS $Id$ to $PostgreSQL$
-
- 22 Jun, 2003 10 commits
-
-
Tom Lane authored
specific hash functions used by hash indexes, rather than the old not-datatype-aware ComputeHashFunc routine. This makes it safe to do hash joining on several datatypes that previously couldn't use hashing. The sets of datatypes that are hash indexable and hash joinable are now exactly the same, whereas before each had some that weren't in the other.
-
Tom Lane authored
-
Tom Lane authored
reasonable.
-
Michael Meskes authored
-
Tom Lane authored
out of mind, because it'd been commented out years ago). Try to bring the remains up to a reasonable level of currency, and give it all approximately the same high level of abstraction.
-
Bruce Momjian authored
< from making invalid dates valid > from making invalid dates valid?
-
Bruce Momjian authored
> * Allow current datestyle to restrict dates; prevent month/day swapping > from making invalid dates valid > * Prevent month/day swapping of ISO dates to make invalid dates valid
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- 21 Jun, 2003 3 commits
- 20 Jun, 2003 7 commits
-
-
Tom Lane authored
a ReadyForQuery (Z message) immediately and then another one after the Sync message arrives. Suppress the first one to make it work per spec.
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
and probably other stuff.
-
- 19 Jun, 2003 2 commits
-
-
Tom Lane authored
character in identifiers. The first change eliminates the current need to put spaces around parameter references, as in "x<=$2". The second change improves compatibility with Oracle and some other RDBMSes. This was discussed and agreed to back in January, but did not get done.
-
Michael Meskes authored
-
- 18 Jun, 2003 2 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
- 17 Jun, 2003 5 commits
-
-
Tom Lane authored
match the SQL standard. Document FLOAT and FLOAT(p) notations in datatype.sgml. Per recent pghackers discussion.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
siblings.
-
- 16 Jun, 2003 3 commits
-
-
Tom Lane authored
work at all, and neither case behaved sanely for negative intervals.
-
Michael Meskes authored
-
Tom Lane authored
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.
-
- 15 Jun, 2003 5 commits
-
-
Tom Lane authored
some cases of redundant clauses that were formerly not caught. We have to special-case this because the clauses involved never get attached to the same join restrictlist and so the existing logic does not notice that they are redundant.
-
Tom Lane authored
hopefully a little more useful.
-
Tom Lane authored
both clauses specify the same targets, rather than always using the default ordering operator. This allows 'GROUP BY foo ORDER BY foo DESC' to be done with only one sort step.
-
Tom Lane authored
-
Michael Meskes authored
-