summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-06-13Add PLACING to the list of reserved keywords. Added as a token in the lastThomas G. Lockhart
2002-06-13Added test for newly implemented updateable result setsDave Cramer
2002-06-13changes to accomodate updateable resultset mostly just call setSqlQuery on ex...Dave Cramer
2002-06-13Implemented updateable result sets based on raghu nidagal implementationDave Cramer
2002-06-13changed some commented out messages to use the Driver.debug and fixed first t...Dave Cramer
2002-06-13added messages for updateable result setsDave Cramer
2002-06-13Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii
2002-06-13make namein multibyte awareTatsuo Ishii
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane
2002-06-13Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane
2002-06-12Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes
2002-06-121) Fix a bug *double error message*.Hiroshi Inoue
2002-06-11Allow createdb to create comments in current db, not template1.Bruce Momjian
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-11The patch does the following:Barry Lind
2002-06-08Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian
2002-06-07Improve readability of factorial, from Florian Weimer.Bruce Momjian
2002-06-07Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.Bruce Momjian
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-06-07Remove int16 from libpgeasy examples. Improve error reporting.Bruce Momjian
2002-06-07fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...Barry Lind
2002-06-07Fix interface example errors causes by backend changes.Bruce Momjian
2002-06-06change table name to lower case in getColumnsDave Cramer
2002-06-06Add missing win_setup.h.Hiroshi Inoue
2002-06-06Add *Int8 As* option.Hiroshi Inoue
2002-06-05fixed getImported/ExportedKeys to be simpler, and return the correct number o...Dave Cramer
2002-06-03Document that SM_* variables should be longer.Bruce Momjian
2002-06-03fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handl...Barry Lind
2002-06-03Small patch to correct the default arraysize associatedBruce Momjian
2002-06-03Mention SM_USER should be the same size as the others.Bruce Momjian
2002-06-02Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian
2002-06-02Allow pod2man 5.005p3 to work with our current sources.Bruce Momjian
2002-06-01Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart
2002-05-30small fix to testExportedKeysDave Cramer
2002-05-30added imported/exported key testDatabaseMetaDataTest.javaDave Cramer
2002-05-29Another place that needs schema qualification.Tom Lane
2002-05-29Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane
2002-05-28Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane
2002-05-28Rework pg_dump namespace search criteria so that dumping of user objectsTom Lane
2002-05-28Queries used by ruleutils were not schema-proof.Tom Lane
2002-05-28In default nextval('foo') expression for a SERIAL column, use doubleTom Lane
2002-05-28Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut
2002-05-28Repair error with not adjusting active scans properly after gistSplit.Tom Lane
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-25AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane
2002-05-24Fix coding error in UTF conversion.Tom Lane
2002-05-24Add 'volatile' to suppress gcc warning. Not sure why this warningTom Lane
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane