summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2002-08-10Remove error files.Bruce Momjian
2002-08-10 > create view pg_locks as select l.relation, l.database, l.backendpid,Bruce Momjian
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-10psql prints its version number in its startup message, per recentTom Lane
2002-08-10Allow schema-qualified operator names to be used in the optionalTom Lane
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-08-10Get rid of double PQclear(res) in error path.Tom Lane
2002-08-10Add a sanity check to make sure that all system catalogs that have OIDsTom Lane
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-08-09Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut
2002-08-09Column ordering in \d output should agree with sort ordering;Tom Lane
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-09Change LOCK statements to start new transactionHiroshi Inoue
2002-08-08Make the standard system views schema-aware.Tom Lane
2002-08-08Arrange to collect statistics on a few more system catalog columns.Tom Lane
2002-08-08Cause view/rule display to work as expected after rename of an underlyingTom Lane
2002-08-08Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii
2002-08-08Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii
2002-08-08Remove #ifdef MULTIBYTETatsuo Ishii
2002-08-08Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane
2002-08-08Clean up plpgsql identifier handling: process quoted identifiersTom Lane