- 05 May, 2002 4 commits
- 03 May, 2002 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
only if they would not be found without qualification given the current search path, as per idea from Peter Eisentraut.
-
Tom Lane authored
-
Tom Lane authored
from Liam Stewart. Minor code cleanups also.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
handled as special productions. This is needed to keep us honest about user-schema type names that happen to coincide with system type names. Per pghackers discussion 24-Apr. To avoid bloating the keyword list too much, I removed the translations for datetime, timespan, and lztext, all of which were slated for destruction several versions back anyway.
-
- 02 May, 2002 2 commits
- 01 May, 2002 5 commits
-
-
Tom Lane authored
in the search path. (We might want to make these available as SQL functions too, but I haven't done that yet.) Fix format_type to be schema-aware.
-
Tom Lane authored
binary case) already has. Needed for upcoming ruleutils change.
-
Tom Lane authored
in parse error messages, not just the part scanned by the last flex rule. For example, select "foo" "bar"; used to draw ERROR: parser: parse error at or near """ which was rather unhelpful. Now it gives ERROR: parser: parse error at or near ""bar"" Also, error messages concerning bitstring literals and suchlike will quote the source text at you, not the processed internal form of the literal.
-
Jan Wieck authored
PL/PgSQL grammar, which were causing warnings when used with Bison 1.35. Neil Conway <neilconway@rogers.com>
-
Hiroshi Inoue authored
see changes made by the transaction itself.
-
- 30 Apr, 2002 4 commits
- 29 Apr, 2002 6 commits
- 28 Apr, 2002 5 commits
-
-
Bruce Momjian authored
was incorrectly used for both qsort and bsearch.
-
Tom Lane authored
lists to join RTEs, attach a list of Vars and COALESCE expressions that will replace the join's alias variables during planning. This simplifies flatten_join_alias_vars while still making it easy to fix up varno references when transforming the query tree. Add regression test cases for interactions of subqueries with outer joins.
-
Michael Meskes authored
- Fixed a typo in a comment printed by ecpg.
-
Tom Lane authored
in quoting rules and recognition of implicit type coercions.
-
Tom Lane authored
-
- 27 Apr, 2002 4 commits
-
-
Tom Lane authored
pg_database, pg_shadow, pg_group, all of which now have potentially-long fields. Along the way, get rid of SharedSystemRelationNames list: shared rels are now identified in their include/pg_catalog/*.h files by a BKI_SHARED_RELATION macro, while indexes and toast rels inherit sharedness automatically from their parent table. Fix some bugs with failure to detoast pg_group.grolist during ALTER GROUP.
-
Bruce Momjian authored
pg_hba.conf changes.
-
Tom Lane authored
messages more uniform and internationalizable: the global array aclcheck_error_strings[] is gone in favor of a subroutine aclcheck_error(). Partial implementation of namespace-related permission checks --- not all done yet.
-
Bruce Momjian authored
-
- 26 Apr, 2002 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
divide backend/commands by object type, let's try to pay at least minimal attention to respecting that structure, eh? Also reorder the contents of tablecmds.c; it seems odd to me to put ALTER commands before creation/deletion commands.
-
Bruce Momjian authored
> o Abort all SET changes made in an aborted transaction
-