- 11 Apr, 2002 7 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
names are handled OK.
-
Tom Lane authored
entries, per pghackers discussion. This fixes aggregates to live in namespaces, and also simplifies/speeds up lookup in parse_func.c. Also, add a 'proimplicit' flag to pg_proc that controls whether a type coercion function may be invoked implicitly, or only explicitly. The current settings of these flags are more permissive than I would like, but we will need to debate and refine the behavior; for now, I avoided breaking regression tests as much as I could.
-
Bruce Momjian authored
-
Peter Eisentraut authored
single-user escape path always works.
-
Bruce Momjian authored
Properly warn of invalid pg_dumpall options; minor quoting cleanups.
-
- 10 Apr, 2002 3 commits
-
-
Peter Eisentraut authored
and --without-zlib to turn them off.
-
Peter Eisentraut authored
-
Hiroshi Inoue authored
-
- 09 Apr, 2002 15 commits
-
-
Tom Lane authored
SELECT schema1.func2(...). Aggregate names can be qualified at the syntactic level, but the qualification is ignored for the moment.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
-
Bruce Momjian authored
-
Bruce Momjian authored
< * -Add domain capability [domain] (Rod Taylor) > * -Add domain capability (Rod Taylor)
-
Bruce Momjian authored
> * Add Intimate Shared Memory(ISM) for Solaris > * Add documentation to lock shared memory into RAM for each OS, if possible
-
Hiroshi Inoue authored
-
Bruce Momjian authored
> o Fix PL/pgSQL RENAME to work on on variable names
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
refcursors.
-
Bruce Momjian authored
-
- 08 Apr, 2002 4 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
Some other minor wording improvements.
-
Tom Lane authored
timestamp.
-
Tatsuo Ishii authored
This is necessary for mulibyte character sequences. See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around 2002/04/05 for more details.
-
- 07 Apr, 2002 1 commit
-
-
Bruce Momjian authored
> * Abort SET changes made in aborted transactions
-
- 06 Apr, 2002 2 commits
-
-
Tom Lane authored
to pghackers. Use this to do searching for ambiguous functions --- it will get more uses soon.
-
Bruce Momjian authored
Jun Kuwamura
-
- 05 Apr, 2002 8 commits
-
-
Bruce Momjian authored
> > on postgres on Unixware with GCC built with gnu-as and gnu-ld. Remove leading spaces in conditional tests in patch and Makefile.aix. Nicolas Bazin
-
Bruce Momjian authored
the decision not to make renamerel() update the sequence name that is stored within sequences themselves (thanks to Tom Lane), and adds some rudimentary regression tests for ALTER TABLE ... RENAME on non-table relations. Neil Conway
-
Bruce Momjian authored
> o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
-
Bruce Momjian authored
Rod Taylor
-
Bruce Momjian authored
insert on a view), and noticed that psql wouldn't show the list of rules set up on a view, like it does for tables. The fix was extremely simple, so I figured I'd share it. Not sure what the standard is for communicating these things, so I've attached the diff file for /src/bin/psql/describe.c. Paul (?)
-
Bruce Momjian authored
Rod Taylor
-
Bruce Momjian authored
file, which is not the actual end of the file. One side effect of that is that if you are i n a ifdef block, you get a wrong error telling you that a endif is missing. This patch corrects pgc.l and also adds a test of this problem to test1.pgc. To convince you apply the patch to test1.pgc first then try to compile the test the n apply the patch to pgc.l. The patch moves the test of the scope of an ifdef block to the end of the file b eeing parsed, including all includes files, ... . Nicolas Bazin
-
Bruce Momjian authored
The patch enables the mips2 ISA for the ll/sc operations, and then restores it when done. The kernel/libc emulation code will take over on CPUs without ll/sc, and on CPUs with it, it'll use the operations provided by the CPU. Combined with the earlier fix (removing -mips2), postgresql builds again on mips and mipsel. The patch is against 7.2-7. Oliver Elphick
-