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
2003-06-25
> This change (I'm sure this will wrap poorly -- sorry):
Bruce Momjian
2003-06-25
This is a bug in python interface module,
Bruce Momjian
2003-06-24
Array mega-patch.
Bruce Momjian
2003-06-24
Add -L../ecpglib -lecpg for Cygwin compile.
Bruce Momjian
2003-06-23
Change pqInternalNotice to accept a format string and args instead of
Tom Lane
2003-06-23
Remove crypt.h from fe-connect.c --- not needed, and caused problems on
Bruce Momjian
2003-06-22
Added missing terminating '\0' char for data put into char *.
Michael Meskes
2003-06-21
Get rid of extraneous newline in PQendcopy error output (was causing
Tom Lane
2003-06-21
Update libpq to make new features of FE/BE protocol available to
Tom Lane
2003-06-20
Synced with backend.
Michael Meskes
2003-06-20
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
2003-06-20
Sorry, missed a file.
Michael Meskes
2003-06-20
Allow constants in using clauses.
Michael Meskes
2003-06-20
We neglected to set conn->raddr.salen, leading to breakage of CANCEL
Tom Lane
2003-06-19
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-17
Add missing file to clean target.
Peter Eisentraut
2003-06-17
Fixed several more parsing bugs.
Michael Meskes
2003-06-16
Fixed two small bugs.
Michael Meskes
2003-06-15
Typo in version number.
Michael Meskes
2003-06-15
Some minor changes for new version numbering.
Michael Meskes
2003-06-15
Ecpg cleanups for prototypes.
Bruce Momjian
2003-06-15
Make ecpg thread safe.
Bruce Momjian
2003-06-14
Handle threading in two more gethostbyname calls.
Bruce Momjian
2003-06-14
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-14
Add thread.c for libpq threading, and hook it into libpq/configure.
Bruce Momjian
2003-06-13
- Enable FETCH without INTO.
Michael Meskes
2003-06-12
Add thread-enable compile variables into libpq.
Bruce Momjian
2003-06-12
Install all header files.
Michael Meskes
2003-06-12
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
New patch with corrected README attached.
Bruce Momjian
2003-06-12
IPv6 cleanups.
Bruce Momjian
2003-06-12
I succeeded by fixing up setup.py:
Bruce Momjian
2003-06-12
I found the libpq function PGunescapeBytea a little slow. It was taking a
Bruce Momjian
2003-06-11
Make sure a variable is no longer referenced when it is removed.
Michael Meskes
2003-06-10
Fixed some bugs.
Michael Meskes
2003-06-09
freeaddrinfo2() does need two parameters after all, per comment by
Tom Lane
2003-06-08
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-06-02
Fixed segfault in forward definition parsing.
Michael Meskes
2003-05-30
Create a real prototype function for describe.
Michael Meskes
2003-05-30
Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.
Michael Meskes
2003-05-29
one more change to correctly support the removeall of autocommit
Barry Lind
2003-05-29
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
Parse forward definiton of structs.
Michael Meskes
2003-05-29
Applied patch from Fernando Nasser to fix up small type error
Barry Lind
2003-05-29
Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...
Barry Lind
2003-05-29
clean up warnings produced by Eclipse
Barry Lind
2003-05-29
Adding .cvsignore files for Eclipse IDE
Barry Lind
2003-05-29
Up the build number to reflect the changes for V3 protocol support
Barry Lind
2003-05-29
Initial attempt to integrate in V3 protocol support. This is still a work in
Barry Lind
[next]