summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-03-10Add DEFAULT_INDEX_TYPE == "btree", for clarity.Bruce Momjian
2002-03-10Disable brackets in multi-statement rules, as discussed.Bruce Momjian
2002-03-09Guard against NULL strings in SET key=val constructs.Thomas G. Lockhart
2002-03-09Added a check for not calling next() before getting objects from the result set,Dave Cramer
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-09Here is a small patch that cleans up some error reporting in the JDBC driver....Dave Cramer
2002-03-09Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian
2002-03-08Improve wording of pg_hba.conf file.Bruce Momjian
2002-03-08Remove compile errors.Hiroshi Inoue
2002-03-081) Implement SQLParamOptions().Hiroshi Inoue
2002-03-08analyze.o need not depend on parser.h.Tom Lane
2002-03-08Remove unnecessary inclusion.Tom Lane
2002-03-08Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane
2002-03-08TODO item done:Bruce Momjian
2002-03-08Add missing colon to getopt() arg.Tom Lane
2002-03-07Add FULL in VACUUM psql completion.Bruce Momjian
2002-03-07Adjust elog() tags so source and regression tests match.Bruce Momjian
2002-03-07Back out psql domain improvements until domain is applied.Bruce Momjian
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-07Also an small change to the tab-complete feature of psql which allows toBruce Momjian
2002-03-06Fix syntax error introduced by patch.Bruce Momjian
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasonsBruce Momjian
2002-03-06Here is a diff of changes to the psql source code implementing a simpleBruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian
2002-03-06Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian
2002-03-06Add libpgeasy example file.Bruce Momjian
2002-03-06Synced parser with backend.Michael Meskes
2002-03-06Improve elog descriptions.Bruce Momjian
2002-03-06Add missing Unicode multibyte files.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-06 changed Cancel to cancelDave Cramer
2002-03-05backed out changes for cancel, no need to look for two 'Z' responsesDave Cramer
2002-03-05Patch by Nicolas Verger to correctly propogate SQLWarning to the Statement an...Dave Cramer
2002-03-05fixed cancel query bug introduced by patchDave Cramer
2002-03-05At this moment, --enable-debug adds debugging information to most of theBruce Momjian
2002-03-05 Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian
2002-03-05Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian
2002-03-05Adds \du documentation line for \? in psqls help.cBruce Momjian
2002-03-05Back out old version and update with newer patch of:Bruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-05I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian
2002-03-05Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian
2002-03-05Previous patch to mark UNION outputs with common typmod (if any) breaksTom Lane
2002-03-05Doug Fields patch to prevent exception being thrown on zero length arraysDave Cramer
2002-03-05patch from Zhenbang WeiDave Cramer
2002-03-05Patch from Ryouichi MatsudaDave Cramer
2002-03-05 patch from Mitchel Friedman to fix getTablesDave Cramer