summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-17Add lock file.Bruce Momjian
2002-08-17In that case, attached is a patch which locates the beginning of theBruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-17Add libpq connection timeout parameter.Bruce Momjian
2002-08-17What I have done for libpgtcl:Bruce Momjian
2002-08-17Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian
2002-08-17Fix broken Makefiles.Tom Lane
2002-08-17Add files for pg_resetxlog.Bruce Momjian
2002-08-17Move pg_controldata to /bin.Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-16Code review for patch to dump primary and unique constraints asTom Lane
2002-08-16Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane
2002-08-16Move pg_controldata from /contrib to src/bin.Bruce Momjian
2002-08-16removed duplicate code from jdbc2 classesDave Cramer
2002-08-16applied patch to fix encoding bug supplied by Jun KawaiDave Cramer
2002-08-16Applied patch for MD5 bug submitted by Jun KawaiDave Cramer
2002-08-16Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind
2002-08-16Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness.Bruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian
2002-08-15Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian
2002-08-15http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian
2002-08-15Backed out. It is part of a later patch.Bruce Momjian
2002-08-15I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian
2002-08-15Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-15The second enables tab-complete to analyze. It ignores schema stuff (soBruce Momjian
2002-08-14Really truly enable encrypted passwords by default.Tom Lane
2002-08-14Enable encrypted passwords by default.Bruce Momjian
2002-08-14Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind
2002-08-14I guess I'd vote for changing the code to beBruce Momjian
2002-08-14Fix memory leak in SetClientEncoding().Tatsuo Ishii
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Put back old code.Bruce Momjian
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-13Fix tuple-chain-moving tests to handle marked-for-update tuples correctlyTom Lane
2002-08-13Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane
2002-08-13Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut
2002-08-12Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestionTom Lane
2002-08-12Convert possibly-unsafe sprintf's to snprintf's.Tom Lane
2002-08-12Buffer-overrun paranoia.Tom Lane
2002-08-12Restructure rowtype-parameter handling to eliminate need for possibly-Tom Lane
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut
2002-08-11Make cluster regress test functional.Tom Lane
2002-08-11Neil's patch was supposed to remove this, too.Tom Lane
2002-08-11Now that we allow ANALYZE to run inside a transaction block, the locksTom Lane
2002-08-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian