aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add to ecpg:Bruce Momjian2002-06-12
| | | | > o Allow multi-threaded use of SQLCA
* Cleanup.Bruce Momjian2002-06-12
|
* Add -q option to oid2name. Add sample session to README.Bruce Momjian2002-06-12
|
* Applied Lee Kindness' patch to fix one of memory allocation with floating ↵Michael Meskes2002-06-12
| | | | point numbers.
* 1) Fix a bug *double error message*.Hiroshi Inoue2002-06-12
| | | | | 2) Fix a bug *passowrd prompt in case of md5 authentication*. 3) Improve the DSN setup dialog.
* Allow createdb to create comments in current db, not template1.Bruce Momjian2002-06-11
|
* Mark as done:Bruce Momjian2002-06-11
| | | | > * -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Fix markup typo.Thomas G. Lockhart2002-06-11
|
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
| | | | | | | | | | | Implement SQL99 SIMILAR TO as a synonym for our existing operator "~". Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape). Extend the definition to make the FOR clause optional. Define textregexsubstr() to actually implement this feature. Update the regression test to include these new string features. All tests pass. Rename the regular expression support routines from "pg95_xxx" to "pg_xxx". Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
| | | | | | | | | | | Implement SQL99 SIMILAR TO as a synonym for our existing operator "~". Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape). Extend the definition to make the FOR clause optional. Define textregexsubstr() to actually implement this feature. Update the regression test to include these new string features. All tests pass. Rename the regular expression support routines from "pg95_xxx" to "pg_xxx". Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
* Katherine Ward wrote:Jan Wieck2002-06-11
| | | | | | | | | | | | | | > Changes to avoid collisions with WIN32 & MFC names... > 1. Renamed: > a. PROC => PGPROC > b. GetUserName() => GetUserNameFromId() > c. GetCurrentTime() => GetCurrentDateTime() > d. IGNORE => IGNORE_DTF in include/utils/datetime.h & utils/adt/datetim > > 2. Added _P to some lex/yacc tokens: > CONST, CHAR, DELETE, FLOAT, GROUP, IN, OUT Jan
* Fix link.Bruce Momjian2002-06-11
|
* Update performance section.Bruce Momjian2002-06-11
|
* The patch does the following:Barry Lind2002-06-11
| | | | | | | | | | | | | | | | | | | | Allows you to set the loglevel at runtime by adding ?loglevel=X to the connection URL, where 1 = INFO and 2 = DEBUG. Automatically turns on logging by calling DriverManager.setPrintWriter(new PrintWriter(System.out)) if one is not already set. Adds a Driver.info() message that prints out the version number Adds member variables logDebug and logInfo that can be checked before making logging methods calls Adds a build number to the version number string. This build number will need to be manually incremented when we see fit. ---------------------------------------------------------------------- Modified Files: org/postgresql/Connection.java org/postgresql/Driver.java.in org/postgresql/fastpath/Fastpath.java org/postgresql/jdbc1/DatabaseMetaData.java org/postgresql/jdbc2/Connection.java org/postgresql/jdbc2/DatabaseMetaData.java org/postgresql/largeobject/LargeObjectManager.java org/postgresql/util/PSQLException.java org/postgresql/util/Serialize.java ----------------------------------------------------------------------
* Update fsync FAQ item.Bruce Momjian2002-06-11
|
* Fix link.Bruce Momjian2002-06-10
|
* Move ruler to separate sections.Bruce Momjian2002-06-10
|
* Add item for plpgsql temp table access.Bruce Momjian2002-06-10
|
* Fix spacing.Bruce Momjian2002-06-10
|
* Update new Russian FAQ, from Victor VislobokovBruce Momjian2002-06-08
|
* 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
|
* Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian2002-06-07
| | | | | | | | | | Fixed bug with '=' operator for gist__int_ops and define '=' operator for gist__intbig_ops opclass. Now '=' operator is consistent with standard 'array' type. Thanks Achilleus Mantzios for bug report and suggestion. Oleg Bartunov
* The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian2002-06-07
| | | | | | | | | | | | | | | | | | | | | | of link() under Cygwin: http://archives.postgresql.org/pgsql-cygwin/2002-04/msg00072.php Note that it appears that BeOS and Netware also have the above or similar problem. I have only verified that PostgreSQL builds under Cygwin with this patch. Since I cannot reproduce the problem, I cannot verify that the proposed patch solves it. Nevertheless, both Barry Pederson and David P. Caldwell attest that this patch solves the problem. See the following for details: http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00043.php http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00040.php Jason Tishler
* None.Bruce 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 ↵Barry Lind2002-06-07
| | | | Integer for a smallint datatype instead of a Short
* Add:Bruce Momjian2002-06-07
| | | | > * Allow DEFERRABLE UNIQUE constraints
* Fix interface example errors causes by backend changes.Bruce Momjian2002-06-07
| | | | Permaine Cheung
* Mark as done:Bruce Momjian2002-06-07
| | | | > o -Abort all SET changes made in an aborted transaction
* 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 ↵Dave Cramer2002-06-05
| | | | of keys
* Add /dev/zero mention for anon mmap().Bruce Momjian2002-06-05
|
* Update Japanese FAQ, from Jun KuwamuraBruce Momjian2002-06-04
|
* Document that SM_* variables should be longer.Bruce Momjian2002-06-03
|
* Update as done:Bruce Momjian2002-06-03
| | | | > * -Add deleted bit to index tuples to reduce heap access
* fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type ↵Barry Lind2002-06-03
| | | | handled Timestamps incorrectly
* Remove NOCREATE patch from TODO.detail.Bruce Momjian2002-06-03
|
* Small patch to correct the default arraysize associatedBruce Momjian2002-06-03
| | | | | | | | with the Cursor object's fetchmany() method. The API and inline documentation state that the default is 1. It currently defaults to 5. Patrick Macdonald
* Update index growth problem.Bruce Momjian2002-06-03
|
* The attached patch fixes a typo in the documentation for SETBruce Momjian2002-06-03
| | | | | | CONSTRAINTS. Neil Conway <neilconway@rogers.com>
* 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
|
* Remove mention of timestamp() in SGML docs; doesn't exist anymore.Bruce Momjian2002-06-02
|
* Allow pod2man 5.005p3 to work with our current sources.Bruce Momjian2002-06-02
|
* Add section explaining unspecified expression evaluation order.Peter Eisentraut2002-06-01
|
* Indent verbatim environments.Peter Eisentraut2002-06-01
|