| Commit message (Expand) | Author | Age |
* | Add missing dependencies to preproc.y build rule | Tom Lane | 2008-11-15 |
* | Add missing semicolon, per grip from Alex Hunsaker. | Andrew Dunstan | 2008-11-15 |
* | ecpg's preproc.y is now generated as needed, so remove from CVS. | Tom Lane | 2008-11-14 |
* | Improve comment about when to clean generated files. | Tom Lane | 2008-11-14 |
* | Enable script to generate preproc.y in build process. | Michael Meskes | 2008-11-14 |
* | Fixed test for output_filename == stdout. | Michael Meskes | 2008-11-14 |
* | Added files containing changes between gram.y and preproc.y. | Michael Meskes | 2008-11-14 |
* | Adding script that generates preproc.y from gram.y to CVS. | Michael Meskes | 2008-11-14 |
* | Updated parser file to the one generated by the latest version of parse.[awk|... | Michael Meskes | 2008-11-13 |
* | Fix libpq certificate validation for SSL connections. | Magnus Hagander | 2008-11-13 |
* | Replaced manually synced preproc.y by the one created by the new script. | Michael Meskes | 2008-11-11 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Fix incorrect comment in SSL code | Magnus Hagander | 2008-11-03 |
* | Move from strcmp to strncmp to be more tolerant for changes to the parser. | Michael Meskes | 2008-11-01 |
* | Use string component in index structure. | Michael Meskes | 2008-11-01 |
* | Do not eat memory even in case of an out-of-memory error. | Michael Meskes | 2008-11-01 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |
* | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | 2008-10-28 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander | 2008-10-27 |
* | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 |
* | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander | 2008-10-27 |
* | Remove notes from the frontend SSL source that are incorrect or | Magnus Hagander | 2008-10-24 |
* | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander | 2008-10-23 |
* | Clean regression.out | Peter Eisentraut | 2008-10-21 |
* | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 |
* | Fixed parsing of parameters. Added regression test for this. | Michael Meskes | 2008-10-14 |
* | Fixed "create role" parsing to accept optional "with" argument. | Michael Meskes | 2008-10-10 |
* | Synced parser. | Michael Meskes | 2008-10-07 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Link libpq with libgssapi if configure finds it, as | Magnus Hagander | 2008-10-01 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | 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-22 |
* | 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-19 |
* | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 |
* | Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. | Tom Lane | 2008-09-10 |
* | Sigh, I missed checking the ecpg tests ... | Tom Lane | 2008-09-01 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 |
* | Synced parser. | Michael Meskes | 2008-08-20 |
* | Make libpq on windows not try to send chunks larger than 64Kb. | Magnus Hagander | 2008-08-20 |
* | Fixed incorrect argument handling in SET command if argument is a variable. | Michael Meskes | 2008-08-19 |
* | Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. | Bruce Momjian | 2008-08-16 |
* | Add MSVC++ debug libraries to .cvsignore. | Alvaro Herrera | 2008-07-17 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Fix standalone libpq build on win32. | Magnus Hagander | 2008-06-27 |
* | Synced parser | Michael Meskes | 2008-06-26 |
* | Add libpq comment about how to determine the format used for passing | Bruce Momjian | 2008-06-23 |