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
/
interfaces
Age
Commit message (
Expand
)
Author
2006-06-19
Do not use already free'ed errmsg, bug found by Joachim Wieland
Michael Meskes
2006-06-06
Fixed two memory leaks in ecpglib.
Michael Meskes
2006-05-21
Stamp releases 7.3.15, 7.4.13, and 8.0.8.
Bruce Momjian
2006-05-21
Modify libpq's string-escaping routines to be aware of encoding considerations
Tom Lane
2006-05-21
Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,
Bruce Momjian
2006-04-24
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-19
Fix ancient memory leak in PQprintTuples(); our code no longer uses this
Tom Lane
2006-03-19
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-02-12
Stamp releases for 2006-02-14 release
Bruce Momjian
2006-01-05
Stamp release 7.4.11.
Bruce Momjian
2006-01-01
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
Neil Conway
2005-12-09
Stamp 7.4.10.
Tom Lane
2005-10-14
[ Backpatch to 7.4.X.]
Bruce Momjian
2005-10-03
Stamp release 7.4.9.
Tom Lane
2005-08-24
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-07-16
ecpglib depends on last_path_separator from src/port/path.c, so we'd
Tom Lane
2005-07-14
Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.
Tom Lane
2005-07-13
Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane
2005-07-08
Make libpq_gettext save and restore errno in a Windows-compatible way.
Tom Lane
2005-06-02
Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-05-08
In Blob.getBytes(long position, int length) position is an offset
Kris Jurka
2005-05-05
Stamp release 7.4.8.
Tom Lane
2005-05-05
Add WSACleanup() for Win32 socket cleanup.
Bruce Momjian
2005-04-22
Release build 216.
Kris Jurka
2005-04-22
Updatable ResultSets need to check for an empty ResultSet because
Kris Jurka
2005-04-22
When moveToCurrentRow is called and the current row is off the
Kris Jurka
2005-04-18
When positioned before the start of a ResultSet issuing relative(0)
Kris Jurka
2005-01-30
Stamp release 7.4.7.
Tom Lane
2005-01-13
Fix mapping infinite timestamp values to arbitrary dates.
Kris Jurka
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2004-11-10
List VALUE as a keyword.
Michael Meskes
2004-11-01
fixed bug in REVOKE statement cat_str only has 8 arguments
Dave Cramer
2004-10-30
New translations
Peter Eisentraut
2004-10-22
Stamp release 7.4.6.
REL7_4_6
Tom Lane
2004-10-21
Correctly cast the return value of a CallableStatement when getShort
Kris Jurka
2004-10-05
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-09-13
Protected access to variable m_preparedCount via synchronized
Kris Jurka
2004-09-13
ResultSet.moveToCurrentRow was checking the cached updateability flag
Kris Jurka
2004-08-18
Brand 7.4.5 ... now that was our shortest-lived release ever ...
REL7_4_5
Tom Lane
2004-08-15
Stamp 7.4.4.
REL7_4_4
Tom Lane
2004-08-13
New build for the 7.4.4 release.
Kris Jurka
2004-08-11
Decode V3 notice messages instead of leaving them in raw form.
Kris Jurka
2004-08-11
DatabaseMetaData.getSearchString escape was a \ short of working
Kris Jurka
2004-07-20
Fixed handling of cyclic defines.
Michael Meskes
2004-07-15
When retrieving an array of numerics it attempted to set the scale on
Kris Jurka
2004-07-05
Added free() calls against memory leak in interval.c.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-06-24
Fix apparently harmless typo. {$srcdir} -> ${srcdir}
Kris Jurka
2004-06-22
Close the existing socket connection when reverting to the V2
Kris Jurka
2004-06-21
Fix some problems with result sets positioned before the start or
Kris Jurka
[next]