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
2008-09-23
Make LC_COLLATE and LC_CTYPE database-level settings. Collation and
Heikki Linnakangas
2008-09-22
Get rid of pgpass_from_client tracking inside libpq --- given the conclusion
Tom Lane
2008-09-22
Fix dblink_connect() so that it verifies that a password is supplied in the
Tom Lane
2008-09-19
Add a PQfireResultCreateEvents function to allow applications to mimic the
Tom Lane
2008-09-19
Improve the recently-added libpq events code to provide more consistent
Tom Lane
2008-09-19
Add additional rules so that make init-po for ecpg gets up to date flex and
Peter Eisentraut
2008-09-17
Add an "events" system to libpq, whereby applications can get callbacks that
Tom Lane
2008-09-10
Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.
Tom Lane
2008-09-01
Sigh, I missed checking the ecpg tests ...
Tom Lane
2008-08-29
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2008-08-20
Synced parser.
Michael Meskes
2008-08-20
Make libpq on windows not try to send chunks larger than 64Kb.
Magnus Hagander
2008-08-19
Fixed incorrect argument handling in SET command if argument is a variable.
Michael Meskes
2008-08-16
Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.
Bruce Momjian
2008-07-17
Add MSVC++ debug libraries to .cvsignore.
Alvaro Herrera
2008-07-16
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-06-27
Fix standalone libpq build on win32.
Magnus Hagander
2008-06-26
Synced parser
Michael Meskes
2008-06-23
Add libpq comment about how to determine the format used for passing
Bruce Momjian
2008-06-04
Added lost sysmbol SQL_SQL to list of allowed variable names.
Michael Meskes
2008-05-29
Tweak libpq to avoid crashing due to incorrect buffer size calculation when
Tom Lane
2008-05-21
Link in keywords file instead of copying it.
Michael Meskes
2008-05-21
Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on
Magnus Hagander
2008-05-21
ecpg_keywords.o also depends on preproc.h
Michael Meskes
2008-05-20
Synced parser.
Michael Meskes
2008-05-18
okay, looks like ecpg/compatlib needs -lintl too.
Tom Lane
2008-05-17
Use isatty() test for pager on Win32; not sure why it was disabled for
Bruce Momjian
2008-05-17
ecpglib needs to link with libintl if it's in use.
Tom Lane
2008-05-17
fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers
Andrew Dunstan
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-16
Implement error checking for pthreads calls in thread-safe mode. They really
Magnus Hagander
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2008-05-14
Fix a few warnings that have crept into CVS HEAD.
Bruce Momjian
2008-05-12
Check for non-existant connection in prepare statement handling.
Michael Meskes
2008-05-09
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
Peter Eisentraut
2008-05-05
Add more dependencies from libpgport required by
Magnus Hagander
2008-04-16
Avoid using unnecessary pgwin32_safestat in libpq.
Andrew Dunstan
2008-04-10
Make parameters in implementation have same const:ness as the ones in
Magnus Hagander
2008-04-10
PGTYPEStimestamp_sub should use the values and not the pointers to substract.
Michael Meskes
2008-04-07
Implement a few changes to how shared libraries and dynamically loadable
Peter Eisentraut
2008-03-31
Use error message wordings for permissions checks on .pgpass and SSL private
Tom Lane
2008-03-27
Sorry, copied wrong files.
Michael Meskes
2008-03-27
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-25
added ECPGget_PGconn to exports.txt
Michael Meskes
2008-03-21
Corrected version number.
Michael Meskes
2008-03-21
More README src cleanups.
Bruce Momjian
2008-03-20
Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Michael Meskes
2008-03-20
Changed statement escaping to not escape continuation line markers.
Michael Meskes
2008-03-19
Add libpq new API lo_import_with_oid() which is similar to lo_import()
Tatsuo Ishii
2008-03-18
Don't need -Wno-error anymore, because flex is no longer producing warnings.
Peter Eisentraut
[next]