- Mar 01, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Robert Treat
-
Bruce Momjian authored
-
Neil Conway authored
more compliant with the error message style guide. In particular, errdetail should begin with a capital letter and end with a period, whereas errmsg should not. I also fixed a few related issues in passing, such as fixing the repeated misspelling of "lexeme" in contrib/tsearch2 (per Tom's suggestion).
-
Bruce Momjian authored
-
- Feb 28, 2006
-
-
Tom Lane authored
creation of a shell type. This allows a less hacky way of dealing with the mutual dependency between a datatype and its I/O functions: make a shell type, then make the functions, then define the datatype fully. We should fix pg_dump to handle things this way, but this commit just deals with the backend. Martijn van Oosterhout, with some corrections by Tom Lane.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* Split out libpq pgpass and environment documentation sections to make it easier for non-developers to find
-
- Feb 26, 2006
-
-
Bruce Momjian authored
> * -Add 'tid != tid ' operator for use in corruption recovery
-
Neil Conway authored
-
- Feb 25, 2006
-
-
Bruce Momjian authored
> o Allow infinite dates and intervals just like infinite timestamps
-
Bruce Momjian authored
-
Bruce Momjian authored
< o %Disallow dropping of an inherited constraint
-
- Feb 24, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 19, 2006
-
-
Neil Conway authored
required by the SQL standard, and TABLESPACE is useful functionality. Patch from Kris Jurka, minor editorialization by Neil Conway.
-
Neil Conway authored
-
- Feb 18, 2006
-
-
Peter Eisentraut authored
up a bunch of the support utilities. In src/backend/utils/mb/Unicode remove nearly duplicate copies of the UCS_to_XXX perl script and replace with one version to handle all generic files. Update the Makefile so that it knows about all the map files. This produces a slight difference in some of the map files, using a uniform naming convention and not mapping the null character. In src/backend/utils/mb/conversion_procs create a master utf8<->win codepage function like the ISO 8859 versions instead of having a separate handler for each conversion. There is an externally visible change in the name of the win1258 to utf8 conversion. According to the documentation notes, it was named incorrectly and this changes it to a standard name. Running the Unicode mapping perl scripts has shown some additional mapping changes in koi8r and iso8859-7.
-
- Feb 16, 2006
-
-
Peter Eisentraut authored
-
- Feb 14, 2006
-
-
Bruce Momjian authored
inclusing SERIAL column sequences.
-
Bruce Momjian authored
is set.
-
- Feb 13, 2006
-
-
Tom Lane authored
don't promise more than the code actually delivers.
-
Bruce Momjian authored
> > o Allow pg_hba.conf to specify host names along with IP addresses > > Host name lookup could occur when the postmaster reads the > pg_hba.conf file, or when the backend starts. Another > solution would be to reverse lookup the connection IP and > check that hostname against the host names in pg_hba.conf. > We could also then check that the host name maps to the IP > address.
-
- Feb 12, 2006
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
> o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
-
Bruce Momjian authored
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME Joachim Wieland
-
Bruce Momjian authored
default" > or "NO SCROLL is the default", it will be rejected as incorrect. The > reason is that the default behavior is different from either of these, > as is explained in the NOTES section. Ok, so *that's* where the bit about the query plan being simple enough. Based on that, ISTM that it should be premissable for us to decide that a cursor requiring a sort isn't "simple enough" to support SCROLL. In any case, here's a patch that makes the non-standard behavior easier for people to find. Jim C. Nasby
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Add COMMENT ON for all cluster global objects (roles, databases
-
Tom Lane authored
it to report reasonable errors in error cases.
-
Bruce Momjian authored
Hiroshi Saito
-
Bruce Momjian authored
records and row types. Pavel Stehule
-
Bruce Momjian authored
> * -Allow to_char() to print localized month names
-
Bruce Momjian authored
Euler Taveira de Oliveira
-