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-04-04
Add Win32 path handling for / vs. \ and drive letters.
Bruce Momjian
2003-04-03
Add prototype for toupper/tolower().
Bruce Momjian
2003-04-02
Whack getaddrinfo() patch around until it works, more or less, on
Tom Lane
2003-04-01
More patches for informix compatibility.
Michael Meskes
2003-03-30
Forgot two new files and one that was moved.
Michael Meskes
2003-03-30
Moved Informix stuff to its own compat library. Interval datetype is now full...
Michael Meskes
2003-03-29
Simplify the socket handling code by supplying a replacement getaddrinfo()
Peter Eisentraut
2003-03-27
Add <stdlib> to add calloc() prototype.
Bruce Momjian
2003-03-27
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-25
patch to notify listeners on error from Csaba Nagy
Dave Cramer
2003-03-25
Use PQfreemem() consistently, and document its use for Notify.
Bruce Momjian
2003-03-25
added DISTINCT to the query to get cross reference. This is required when two...
Dave Cramer
2003-03-25
fixed problem where information from previous updates was leaking into subseq...
Dave Cramer
2003-03-24
New build number
Barry Lind
2003-03-24
Fix bug in reading acls (didn't treat null acl as meaning the table owner had
Barry Lind
2003-03-22
Remove ecpg #warning with approval from Michael.
Bruce Momjian
2003-03-22
Add missing #include for calloc in ecpg.
Bruce Momjian
2003-03-22
Add PQfreemem() call for Win32.
Bruce Momjian
2003-03-21
Make "win" a separate port from "cygwin". This means you can now
Peter Eisentraut
2003-03-21
Do not free prepares statements at the end of a transaction.
Michael Meskes
2003-03-21
Changes to the parser to accept new datatypes.
Michael Meskes
2003-03-20
Started adding date and timestamp.
Michael Meskes
2003-03-20
PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.
Bruce Momjian
2003-03-19
Avoid mysterious warning about possibly uninitialized variable.
Peter Eisentraut
2003-03-19
Applied patch to work around server bug.
Barry Lind
2003-03-18
Improve error message.
Peter Eisentraut
2003-03-18
Some bugfixes for numerical library.
Michael Meskes
2003-03-18
Applied updated translation patch
Barry Lind
2003-03-17
Reorder crypt.h include for SunOS compile problem.
Bruce Momjian
2003-03-16
Forgot some files...
Michael Meskes
2003-03-16
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-14
Fixed parsing to handle \n for updateable result sets. Bug reported by Rich ...
Barry Lind
2003-03-14
Improved error message and added some log messages in batch update functionality
Barry Lind
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-08
Applied patch from Paul Sorenson to correctly handle schema names in updateab...
Barry Lind
2003-03-07
Cleanup and reorganization.
Barry Lind
2003-03-06
Use poll(2) in preference to select(2), if available. This solves
Tom Lane
2003-02-27
up build number to 202 for a new development build
Barry Lind
2003-02-27
A little cleanup. Removing an unnecessary method.
Barry Lind
2003-02-27
Added support for SSL in the jdbc driver
Barry Lind
2003-02-26
The quote function should return a string suitable for dropping into a
D'Arcy J.M. Cain
2003-02-25
Allow SET CONNECTION to be followed by connection object without leading "TO"...
Michael Meskes
2003-02-21
Forgot to commit Makefile change.
Michael Meskes
2003-02-19
Fix for GUC client_encoding variable not being handled
Tatsuo Ishii
2003-02-19
Added DATABASE command as alias to CONNECT TO.
Michael Meskes
2003-02-19
Allow PQcmdTuples to return row counts for MOVE and FETCH.
Bruce Momjian
2003-02-17
Added Informix "database" command.
Michael Meskes
2003-02-14
In Informix mode ecpg should still be able to parse preprocessor directives.
Michael Meskes
2003-02-14
- Synced parser and keyword file.
Michael Meskes
2003-02-14
Fix some of the breakage from the IPV6 patch.
Tom Lane
[next]