index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2002-06-13
Add PLACING to the list of reserved keywords. Added as a token in the last
Thomas G. Lockhart
2002-06-13
Added test for newly implemented updateable result sets
Dave Cramer
2002-06-13
changes to accomodate updateable resultset mostly just call setSqlQuery on ex...
Dave Cramer
2002-06-13
Implemented updateable result sets based on raghu nidagal implementation
Dave Cramer
2002-06-13
changed some commented out messages to use the Driver.debug and fixed first t...
Dave Cramer
2002-06-13
added messages for updateable result sets
Dave Cramer
2002-06-13
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
Tatsuo Ishii
2002-06-13
make namein multibyte aware
Tatsuo Ishii
2002-06-13
Further tweaks to support display of sort keys in EXPLAIN --- initial
Tom Lane
2002-06-13
Repair for bug #691 --- CREATE TABLE AS column aliases fail to be
Tom Lane
2002-06-12
Applied Lee Kindness' patch to fix one of memory allocation with floating poi...
Michael Meskes
2002-06-12
1) Fix a bug *double error message*.
Hiroshi Inoue
2002-06-11
Allow createdb to create comments in current db, not template1.
Bruce Momjian
2002-06-11
Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.
Thomas G. Lockhart
2002-06-11
Katherine Ward wrote:
Jan Wieck
2002-06-11
The patch does the following:
Barry Lind
2002-06-08
Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.
Bruce Momjian
2002-06-07
Improve readability of factorial, from Florian Weimer.
Bruce Momjian
2002-06-07
Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.
Bruce Momjian
2002-06-07
The attached patch fixes a problem with InstallXLogFileSegment()'s use
Bruce Momjian
2002-06-07
Remove int16 from libpgeasy examples. Improve error reporting.
Bruce Momjian
2002-06-07
fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...
Barry Lind
2002-06-07
Fix interface example errors causes by backend changes.
Bruce Momjian
2002-06-06
change table name to lower case in getColumns
Dave Cramer
2002-06-06
Add missing win_setup.h.
Hiroshi Inoue
2002-06-06
Add *Int8 As* option.
Hiroshi Inoue
2002-06-05
fixed getImported/ExportedKeys to be simpler, and return the correct number o...
Dave Cramer
2002-06-03
Document that SM_* variables should be longer.
Bruce Momjian
2002-06-03
fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handl...
Barry Lind
2002-06-03
Small patch to correct the default arraysize associated
Bruce Momjian
2002-06-03
Mention SM_USER should be the same size as the others.
Bruce Momjian
2002-06-02
Add PQescapeString and PQescapeBytea for Win32.
Bruce Momjian
2002-06-02
Allow pod2man 5.005p3 to work with our current sources.
Bruce Momjian
2002-06-01
Fix timestamp to date conversion for the case where timestamp uses a double
Thomas G. Lockhart
2002-05-30
small fix to testExportedKeys
Dave Cramer
2002-05-30
added imported/exported key testDatabaseMetaDataTest.java
Dave Cramer
2002-05-29
Another place that needs schema qualification.
Tom Lane
2002-05-29
Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane
2002-05-28
Rearrange LOG_CONNECTIONS code so that two log messages are made:
Tom Lane
2002-05-28
Rework pg_dump namespace search criteria so that dumping of user objects
Tom Lane
2002-05-28
Queries used by ruleutils were not schema-proof.
Tom Lane
2002-05-28
In default nextval('foo') expression for a SERIAL column, use double
Tom Lane
2002-05-28
Change PL/Perl and Pg interface build to use configured compiler and
Peter Eisentraut
2002-05-28
Repair error with not adjusting active scans properly after gistSplit.
Tom Lane
2002-05-27
Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,
Tom Lane
2002-05-25
Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary
Tom Lane
2002-05-25
AlterDatabaseSet() forgot to update the indexes on pg_database.
Tom Lane
2002-05-24
Fix coding error in UTF conversion.
Tom Lane
2002-05-24
Add 'volatile' to suppress gcc warning. Not sure why this warning
Tom Lane
2002-05-24
Wups, managed to break ANALYZE with one aspect of that heap_fetch change.
Tom Lane
[next]