- 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 5 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
-
Tatsuo Ishii authored
Enable multibyte support by default. Note that this is the first cut, and I'm gloing to remove #ifdef MULTIBYTE and others step by step...
-
Tom Lane authored
Update has_table_privilege functions to cope with schema-qualified names in the same way as nextval() and others.
-
- 25 Apr, 2002 7 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
> * Allow backslash handling in quoted strings to be disabled for portability
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
per pghackers discussion. Add some more typsanity tests, and clean up some problems exposed thereby (broken or missing array types for some built-in types). Also, clean up loose ends from unknownin/out patch.
-
Hiroshi Inoue authored
by Marcelo Aceto <aceto@newinf.com.br> . 1) Wrong translations of embedded escape sequences inside outer join escape sequences. 2) Wrong translation of parameter markers inside outer joins and function escape sequences. 3) Bad concatenation of date, time, timestamp constants with next word in statement:
-
Bruce Momjian authored
-
- 24 Apr, 2002 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
any size now.
-