- 13 May, 1999 8 commits
-
-
Bruce Momjian authored
These are my last changes to lmgr fixing deadlock handling. Please apply them to cvs... Vadim
-
Thomas G. Lockhart authored
SERIAL data type DEFAULT clause. This fixes a problem finding the sequence name when mixed case table names are involved.
-
Thomas G. Lockhart authored
compiler warnings about an unused variable.
-
Tatsuo Ishii authored
-
Tom Lane authored
lists are now plain old garden-variety Lists, allocated with palloc, rather than specialized expansible-array data allocated with malloc. This substantially simplifies their handling and eliminates several sources of memory leakage. Several basic types of erroneous queries (syntax error, attempt to insert a duplicate key into a unique index) now demonstrably leak zero bytes per query.
-
Byron Nikolaidis authored
-
Bruce Momjian authored
scale and precision for NUMERIC type column defs. Keith Parks
-
Tom Lane authored
-
- 12 May, 1999 14 commits
-
-
Tom Lane authored
apparently some systems choke on that :-(.
-
Jan Wieck authored
pg_rules to rules regression test. Jan
-
Jan Wieck authored
selected. Disabled ability of defining DISTINCT or ORDER BY on views. Jan
-
Jan Wieck authored
in Resdom and GroupClause so changing of resno's doesn't confuse the grouping any more. Jan
-
Bruce Momjian authored
The offending code has been removed, the action is now always dependent :-) I suggest the following patch, to finally make trigger regression happy again: <<refint1.patch>> After that you can remove the following from TODO: Remove ERROR: check_primary_key: even number of arguments should be specified Trigger regression test fails Andreas
-
Jan Wieck authored
Jan
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add date/time parsing procedure (perhaps should be in appendix). Add time zone information (ditto). Update keyword list.
-
Thomas G. Lockhart authored
quotes.
-
Thomas G. Lockhart authored
and lock syntax as fully parsed tokens. Two keywords for isolation are non-reserved SQL92 (COMMITTED, SERIALIZABLE). All other new keywords are non-reserved Postgres (not SQL92) (ACCESS, EXCLUSIVE, MODE, SHARE). Add syntax to allow CREATE [GLOBAL|LOCAL] TEMPORARY TABLE, throwing an error if GLOBAL is specified.
-
Thomas G. Lockhart authored
constraints. Reported by Tom Lane. Now, check for duplicate indices and retain the one which is a primary-key. Adjust elog NOTICE messages to surround table and column names with single quotes.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
the obvious conversion. Define a new pattern "decimal" which is non-exponential floating point for use with numeric() and decimal() types.
-
Tom Lane authored
-
- 11 May, 1999 5 commits
-
-
Tom Lane authored
in pl/plpgsql/src/mklang.sql.
-
Bruce Momjian authored
(int2,int4,geometry). Cheers, Patrick Welche
-
Jan Wieck authored
-d4 now prints compressed trees from nodeToString() -d5 prints pretty trees via nodeDisplay() new pg_options: pretty_plan, pretty_parse, pretty_rewritten Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 May, 1999 11 commits
-
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
on connection. This patch changes it to use PQconnectdb rather than {fe_setauthsvc,PQsetdb}. This still isn't the complete solution, as there is no provision for user,password in class PgEnv, but it does get rid of the error message. Tested with gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) under NetBSD-1.3K/i386. Cheers, Patrick Welche
-
Bruce Momjian authored
-
Bruce Momjian authored
works with a new policy in cascade mode . Please Read README.MAX . I do not know if you are the author of refint.c , but if not please tell me who is . Thank you ( excuse me for my bad english) . Massimo Lambertini massimo.lambertini@everex.it
-
Bruce Momjian authored
to postgres.init.sh , clairify the options available, and to add easy support for installation of postgres into the runlevel system. "sh postgres.init.sh install" Will now install "postgres" in the /etc/rc.d/init.d directory and execute /sbin/chkconfig to hook up the symbolic links. An uninstall option is also added. Enclosed is the patch and the patched file Clark
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
real affect now.
-
- 09 May, 1999 2 commits