aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* make namein multibyte awareTatsuo Ishii2002-06-13
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-13
* Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane2002-06-13
* Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes2002-06-12
* 1) Fix a bug *double error message*.Hiroshi Inoue2002-06-12
* Allow createdb to create comments in current db, not template1.Bruce Momjian2002-06-11
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Katherine Ward wrote:Jan Wieck2002-06-11
* The patch does the following:Barry Lind2002-06-11
* Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian2002-06-08
* Improve readability of factorial, from Florian Weimer.Bruce Momjian2002-06-07
* Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.Bruce Momjian2002-06-07
* The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian2002-06-07
* Remove int16 from libpgeasy examples. Improve error reporting.Bruce Momjian2002-06-07
* fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...Barry Lind2002-06-07
* Fix interface example errors causes by backend changes.Bruce Momjian2002-06-07
* change table name to lower case in getColumnsDave Cramer2002-06-06
* Add missing win_setup.h.Hiroshi Inoue2002-06-06
* Add *Int8 As* option.Hiroshi Inoue2002-06-06
* fixed getImported/ExportedKeys to be simpler, and return the correct number o...Dave Cramer2002-06-05
* Document that SM_* variables should be longer.Bruce Momjian2002-06-03
* fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handl...Barry Lind2002-06-03
* Small patch to correct the default arraysize associatedBruce Momjian2002-06-03
* Mention SM_USER should be the same size as the others.Bruce Momjian2002-06-03
* Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian2002-06-02
* Allow pod2man 5.005p3 to work with our current sources.Bruce Momjian2002-06-02
* Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart2002-06-01
* small fix to testExportedKeysDave Cramer2002-05-30
* added imported/exported key testDatabaseMetaDataTest.javaDave Cramer2002-05-30
* Another place that needs schema qualification.Tom Lane2002-05-29
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-29
* Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane2002-05-28
* Rework pg_dump namespace search criteria so that dumping of user objectsTom Lane2002-05-28
* Queries used by ruleutils were not schema-proof.Tom Lane2002-05-28
* In default nextval('foo') expression for a SERIAL column, use doubleTom Lane2002-05-28
* Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut2002-05-28
* Repair error with not adjusting active scans properly after gistSplit.Tom Lane2002-05-28
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-25
* AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane2002-05-25
* Fix coding error in UTF conversion.Tom Lane2002-05-24
* Add 'volatile' to suppress gcc warning. Not sure why this warningTom Lane2002-05-24
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-24
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-24
* Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane2002-05-22
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* Minor kibitzing.Tom Lane2002-05-22
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane2002-05-22