summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect comment in SSL codeMagnus Hagander2008-11-031-2/+2
* Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes2008-11-011-2/+2
* Use string component in index structure.Michael Meskes2008-11-011-2/+2
* Do not eat memory even in case of an out-of-memory error.Michael Meskes2008-11-012-2/+12
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-299-10/+188
* Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut2008-10-282-27/+10
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-283-26/+8
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-274-31/+48
* SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut2008-10-271-3/+14
* Update standalong libpq makefiles for msvc and bcc to work with the newMagnus Hagander2008-10-272-0/+4
* Remove notes from the frontend SSL source that are incorrect orMagnus Hagander2008-10-241-56/+1
* Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander2008-10-231-1/+5
* Clean regression.outPeter Eisentraut2008-10-211-2/+2
* Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut2008-10-215-17/+54
* Fixed parsing of parameters. Added regression test for this.Michael Meskes2008-10-147-23/+104
* Fixed "create role" parsing to accept optional "with" argument.Michael Meskes2008-10-102-2/+6
* Synced parser.Michael Meskes2008-10-072-35/+76
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+2
* Link libpq with libgssapi if configure finds it, asMagnus Hagander2008-10-011-2/+2
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-2/+2
* Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane2008-09-222-27/+8
* Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane2008-09-223-10/+65
* Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane2008-09-193-8/+44
* Improve the recently-added libpq events code to provide more consistentTom Lane2008-09-193-25/+34
* Add additional rules so that make init-po for ecpg gets up to date flex andPeter Eisentraut2008-09-191-0/+11
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-178-36/+754
* Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane2008-09-101-3/+7
* Sigh, I missed checking the ecpg tests ...Tom Lane2008-09-011-0/+10
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-10/+6
* Synced parser.Michael Meskes2008-08-202-4/+23
* Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander2008-08-201-1/+10
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-196-26/+82
* Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian2008-08-161-2/+37
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-173-0/+3
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-2/+4
* Fix standalone libpq build on win32.Magnus Hagander2008-06-271-2/+11
* Synced parserMichael Meskes2008-06-262-41/+44
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-231-2/+4
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-042-1/+6
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-295-25/+30
* Link in keywords file instead of copying it.Michael Meskes2008-05-211-3/+3
* Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander2008-05-211-5/+8
* ecpg_keywords.o also depends on preproc.hMichael Meskes2008-05-211-2/+2
* Synced parser.Michael Meskes2008-05-2013-629/+274
* okay, looks like ecpg/compatlib needs -lintl too.Tom Lane2008-05-181-3/+3
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-171-8/+3
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-171-2/+2
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-173-9/+0
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-179-0/+27
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-164-17/+56