summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2008-11-01Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes
2008-11-01Use string component in index structure.Michael Meskes
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-10-27SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut
2008-10-27Update standalong libpq makefiles for msvc and bcc to work with the newMagnus Hagander
2008-10-24Remove notes from the frontend SSL source that are incorrect orMagnus Hagander
2008-10-23Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander
2008-10-21Clean regression.outPeter Eisentraut
2008-10-21Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut
2008-10-14Fixed parsing of parameters. Added regression test for this.Michael Meskes
2008-10-10Fixed "create role" parsing to accept optional "with" argument.Michael Meskes
2008-10-07Synced parser.Michael Meskes
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-10-01Link libpq with libgssapi if configure finds it, asMagnus Hagander
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-22Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-19Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane
2008-09-19Improve the recently-added libpq events code to provide more consistentTom Lane
2008-09-19Add additional rules so that make init-po for ecpg gets up to date flex andPeter Eisentraut
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-10Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane
2008-09-01Sigh, I missed checking the ecpg tests ...Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-20Synced parser.Michael Meskes
2008-08-20Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander
2008-08-19Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes
2008-08-16Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian
2008-07-17Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-06-27Fix standalone libpq build on win32.Magnus Hagander
2008-06-26Synced parserMichael Meskes
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-06-04Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-05-21Link in keywords file instead of copying it.Michael Meskes
2008-05-21Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander
2008-05-21ecpg_keywords.o also depends on preproc.hMichael Meskes
2008-05-20Synced parser.Michael Meskes
2008-05-18okay, looks like ecpg/compatlib needs -lintl too.Tom Lane
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17ecpglib needs to link with libintl if it's in use.Tom Lane
2008-05-17fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-16Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander
2008-05-16Add localization support to ecpg.Peter Eisentraut