| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect comment in SSL code | Magnus Hagander | 2008-11-03 | 1 | -2/+2 |
* | Move from strcmp to strncmp to be more tolerant for changes to the parser. | Michael Meskes | 2008-11-01 | 1 | -2/+2 |
* | Use string component in index structure. | Michael Meskes | 2008-11-01 | 1 | -2/+2 |
* | Do not eat memory even in case of an out-of-memory error. | Michael Meskes | 2008-11-01 | 2 | -2/+12 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 9 | -10/+188 |
* | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | 2008-10-28 | 2 | -27/+10 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 3 | -26/+8 |
* | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander | 2008-10-27 | 4 | -31/+48 |
* | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 | 1 | -3/+14 |
* | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander | 2008-10-27 | 2 | -0/+4 |
* | Remove notes from the frontend SSL source that are incorrect or | Magnus Hagander | 2008-10-24 | 1 | -56/+1 |
* | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander | 2008-10-23 | 1 | -1/+5 |
* | Clean regression.out | Peter Eisentraut | 2008-10-21 | 1 | -2/+2 |
* | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 | 5 | -17/+54 |
* | Fixed parsing of parameters. Added regression test for this. | Michael Meskes | 2008-10-14 | 7 | -23/+104 |
* | Fixed "create role" parsing to accept optional "with" argument. | Michael Meskes | 2008-10-10 | 2 | -2/+6 |
* | Synced parser. | Michael Meskes | 2008-10-07 | 2 | -35/+76 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -2/+2 |
* | Link libpq with libgssapi if configure finds it, as | Magnus Hagander | 2008-10-01 | 1 | -2/+2 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -2/+2 |
* | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane | 2008-09-22 | 2 | -27/+8 |
* | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane | 2008-09-22 | 3 | -10/+65 |
* | Add a PQfireResultCreateEvents function to allow applications to mimic the | Tom Lane | 2008-09-19 | 3 | -8/+44 |
* | Improve the recently-added libpq events code to provide more consistent | Tom Lane | 2008-09-19 | 3 | -25/+34 |
* | Add additional rules so that make init-po for ecpg gets up to date flex and | Peter Eisentraut | 2008-09-19 | 1 | -0/+11 |
* | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 | 8 | -36/+754 |
* | Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. | Tom Lane | 2008-09-10 | 1 | -3/+7 |
* | Sigh, I missed checking the ecpg tests ... | Tom Lane | 2008-09-01 | 1 | -0/+10 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 1 | -10/+6 |
* | Synced parser. | Michael Meskes | 2008-08-20 | 2 | -4/+23 |
* | Make libpq on windows not try to send chunks larger than 64Kb. | Magnus Hagander | 2008-08-20 | 1 | -1/+10 |
* | Fixed incorrect argument handling in SET command if argument is a variable. | Michael Meskes | 2008-08-19 | 6 | -26/+82 |
* | Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. | Bruce Momjian | 2008-08-16 | 1 | -2/+37 |
* | Add MSVC++ debug libraries to .cvsignore. | Alvaro Herrera | 2008-07-17 | 3 | -0/+3 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 1 | -2/+4 |
* | Fix standalone libpq build on win32. | Magnus Hagander | 2008-06-27 | 1 | -2/+11 |
* | Synced parser | Michael Meskes | 2008-06-26 | 2 | -41/+44 |
* | Add libpq comment about how to determine the format used for passing | Bruce Momjian | 2008-06-23 | 1 | -2/+4 |
* | Added lost sysmbol SQL_SQL to list of allowed variable names. | Michael Meskes | 2008-06-04 | 2 | -1/+6 |
* | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane | 2008-05-29 | 5 | -25/+30 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 | 1 | -3/+3 |
* | Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on | Magnus Hagander | 2008-05-21 | 1 | -5/+8 |
* | ecpg_keywords.o also depends on preproc.h | Michael Meskes | 2008-05-21 | 1 | -2/+2 |
* | Synced parser. | Michael Meskes | 2008-05-20 | 13 | -629/+274 |
* | okay, looks like ecpg/compatlib needs -lintl too. | Tom Lane | 2008-05-18 | 1 | -3/+3 |
* | Use isatty() test for pager on Win32; not sure why it was disabled for | Bruce Momjian | 2008-05-17 | 1 | -8/+3 |
* | ecpglib needs to link with libintl if it's in use. | Tom Lane | 2008-05-17 | 1 | -2/+2 |
* | fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers | Andrew Dunstan | 2008-05-17 | 3 | -9/+0 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 9 | -0/+27 |
* | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander | 2008-05-16 | 4 | -17/+56 |