index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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-13
*
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-12
*
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-11
*
Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.
Bruce Momjian
2002-06-08
*
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-07
*
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-06
*
fixed getImported/ExportedKeys to be simpler, and return the correct number o...
Dave Cramer
2002-06-05
*
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-03
*
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-02
*
Fix timestamp to date conversion for the case where timestamp uses a double
Thomas G. Lockhart
2002-06-01
*
small fix to testExportedKeys
Dave Cramer
2002-05-30
*
added imported/exported key testDatabaseMetaDataTest.java
Dave Cramer
2002-05-30
*
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-29
*
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-28
*
Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,
Tom Lane
2002-05-27
*
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-25
*
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
2002-05-24
*
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-24
*
Change PL/Tcl build to use configured compiler and Makefile.shlib
Peter Eisentraut
2002-05-24
*
Add $(LDFLAGS) to Windows make rule for postgres executable. Needed
Tom Lane
2002-05-22
*
Modify sequence state storage to eliminate dangling-pointer problem
Tom Lane
2002-05-22
*
Minor kibitzing.
Tom Lane
2002-05-22
*
Add optional "validator" function to languages that can validate the
Peter Eisentraut
2002-05-22
*
Make RelationForgetRelation error out if the relcache entry has nonzero
Tom Lane
2002-05-22
[next]