| Commit message (Expand) | Author | Age | Files | Lines |
* | We only need to add thread.c on non-WIN32 platforms, since get_home_path | Tom Lane | 2006-04-29 | 1 | -2/+7 |
* | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 | 2 | -8/+33 |
* | Tab alignment cleanup. | Bruce Momjian | 2006-04-27 | 1 | -5/+5 |
* | Add underscores to SSL CERT macro names, for clarity and consistency | Bruce Momjian | 2006-04-27 | 1 | -10/+10 |
* | Change libpq's PQgetssl() to return a void*, rather than SSL *, so that | Bruce Momjian | 2006-04-27 | 2 | -14/+6 |
* | Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: | Bruce Momjian | 2006-04-27 | 1 | -207/+1 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -3/+1 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -1/+3 |
* | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes | 2006-04-24 | 4 | -17/+16 |
* | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 | 1 | -1/+1 |
* | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane | 2006-04-19 | 1 | -2/+4 |
* | Fix typo. | Neil Conway | 2006-04-11 | 1 | -2/+2 |
* | Add comment for why we recompile pgport C files. | Bruce Momjian | 2006-04-09 | 1 | -2/+5 |
* | Update comment that pgNotify.be_pid is pid of the notifying server process. | Bruce Momjian | 2006-03-20 | 1 | -2/+2 |
* | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes | 2006-03-17 | 2 | -2/+6 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 4 | -10/+267 |
* | Remove Christof Petig copyright. He already approved removal from an | Bruce Momjian | 2006-03-11 | 2 | -6/+2 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 27 | -0/+52 |
* | Remove Christof Petig copyright on include file, per author request. | Bruce Momjian | 2006-03-08 | 2 | -8/+1 |
* | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 1 | -10/+2 |
* | 'make clean' should NOT remove *~ files. | Tom Lane | 2006-03-07 | 1 | -2/+2 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -17/+30 |
* | * Stephen Frost (sfrost@snowman.net) wrote: | Bruce Momjian | 2006-03-06 | 1 | -27/+73 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 23 | -45/+45 |
* | Teach PQcmdTuples() that a COPY command tag might contain a row count, | Tom Lane | 2006-03-03 | 1 | -19/+26 |
* | Remove unnecessary lo_lseek call in lo_open. Apparently there was once | Tom Lane | 2006-03-02 | 1 | -6/+1 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -1/+1 |
* | Add positive defense against trying to connect when the connection | Tom Lane | 2006-02-13 | 2 | -5/+16 |
* | Back out patch pending review. | Bruce Momjian | 2006-02-12 | 1 | -73/+27 |
* | > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the | Bruce Momjian | 2006-02-12 | 1 | -27/+73 |
* | C++ comments are verboten. Per gripe from Kris Jurka. | Tom Lane | 2006-02-09 | 1 | -1/+0 |
* | Fix broken non-YYDEBUG case. | Tom Lane | 2006-02-09 | 1 | -1/+5 |
* | Added just another test case. | Michael Meskes | 2006-02-08 | 10 | -65/+133 |
* | Fix HTML alignment in PQprint. | Bruce Momjian | 2006-02-07 | 1 | -8/+8 |
* | Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian | 2006-02-06 | 1 | -4/+4 |
* | Added C bit fields to ecpg parser | Michael Meskes | 2006-02-04 | 6 | -22/+69 |
* | In ecpg, automatically double single quotes in $$ strings because | Bruce Momjian | 2006-02-04 | 2 | -29/+30 |
* | Improve tab whitespace in file. | Bruce Momjian | 2006-02-03 | 1 | -141/+142 |
* | More spacing cleanups. | Bruce Momjian | 2006-02-02 | 1 | -35/+35 |
* | Source code alignment fixes for preproc.y. | Bruce Momjian | 2006-02-01 | 1 | -676/+656 |
* | More alignment improvements. | Bruce Momjian | 2006-02-01 | 1 | -4/+4 |
* | Make pgc.l source code alignment consistent. | Bruce Momjian | 2006-02-01 | 1 | -220/+224 |
* | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane | 2006-01-25 | 1 | -7/+7 |
* | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 | 1 | -2/+2 |
* | - Synced parser and keyword list. | Michael Meskes | 2006-01-24 | 5 | -12/+185 |
* | Data transferred binary is now put into the variables verbatim. | Michael Meskes | 2006-01-17 | 5 | -58/+153 |
* | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway | 2006-01-15 | 1 | -1/+5 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 5 | -17/+17 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -4/+0 |
* | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 | 1 | -90/+90 |