| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added more SoC changes by Joachim Wieland <joe@mcknight.de>: | Michael Meskes | 2006-07-28 | 3 | -10/+36 |
| * | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 | 2 | -3/+439 |
| * | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian | 2006-07-18 | 1 | -4/+1 |
| * | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 | 1 | -0/+3 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 2 | -2/+4 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 4 | -9/+4 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 5 | -11/+5 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 4 | -4/+10 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 4 | -10/+4 |
| * | Clean up for warning: | Joe Conway | 2006-07-12 | 1 | -6/+6 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 1 | -2/+3 |
| * | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian | 2006-07-10 | 3 | -21/+2 |
| * | Fixed remaining Coverity bugs. | Michael Meskes | 2006-07-05 | 3 | -10/+30 |
| * | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 | 3 | -43/+3 |
| * | Add PQescapeIdentifier() to libpq | Bruce Momjian | 2006-06-27 | 3 | -3/+43 |
| * | Added missing braces to prevent a segfault after usage of an undeclared cursor. | Michael Meskes | 2006-06-26 | 2 | -2/+10 |
| * | Added some more coverity report patches send in by Joachim Wieland <joe@mckni... | Michael Meskes | 2006-06-26 | 3 | -11/+17 |
| * | Moved some free() calls that coverity correctly complains about. | Michael Meskes | 2006-06-25 | 4 | -9/+19 |
| * | Remove individual user copyright because the code is contributed to | Bruce Momjian | 2006-06-25 | 1 | -9/+5 |
| * | Clarified copyright notice | Michael Meskes | 2006-06-23 | 1 | -1/+2 |
| * | Added some more coverity report patches send in by Martijn van Oosterhout <kl... | Michael Meskes | 2006-06-21 | 4 | -5/+13 |
| * | Fixed small typo in changelog | Michael Meskes | 2006-06-21 | 1 | -3/+3 |
| * | Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight... | Michael Meskes | 2006-06-21 | 12 | -119/+288 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Do not use already free'ed errmsg, bug found by Joachim Wieland | Michael Meskes | 2006-06-19 | 2 | -9/+19 |
| * | Further thoughts about lo_export/lo_import error handling: if one of | Tom Lane | 2006-06-14 | 1 | -28/+20 |
| * | Improve error detection and recovery in lo_import()/lo_export(). | Tom Lane | 2006-06-14 | 1 | -28/+55 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 4 | -11/+20 |
| * | Have BCC echo output "" using "", rather than \"\" as earlier reported. | Bruce Momjian | 2006-06-06 | 1 | -1/+1 |
| * | Fixed two more memory leaks in ecpglib. | Michael Meskes | 2006-06-06 | 3 | -75/+140 |
| * | Somehow a ";" got lost which changed the logic. This btw is the first fix res... | Michael Meskes | 2006-05-31 | 2 | -6/+10 |
| * | Remove pqsignalinquire(), which is unused and has portability issues. | Tom Lane | 2006-05-30 | 2 | -30/+2 |
| * | enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, | Tom Lane | 2006-05-28 | 1 | -1/+2 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -3/+2 |
| * | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 | 1 | -1/+7 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -4/+9 |
| * | Remove trailing blank line from exports.txt. | Bruce Momjian | 2006-05-23 | 1 | -2/+1 |
| * | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 | 3 | -3/+18 |
| * | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian | 2006-05-23 | 1 | -1/+2 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 5 | -45/+190 |
| * | Fix typo in comment. | Alvaro Herrera | 2006-05-19 | 1 | -2/+2 |
| * | Code alignment fix. | Bruce Momjian | 2006-05-18 | 1 | -2/+2 |
| * | Remove canonicalize_path() call for .pgpass socket directory comparison; | Bruce Momjian | 2006-05-18 | 1 | -13/+7 |
| * | Allow the .pgpass hostname to match the default socket directory, as | Bruce Momjian | 2006-05-17 | 1 | -1/+16 |
| * | Fix typo in comment. | Bruce Momjian | 2006-05-11 | 1 | -2/+2 |
| * | Use SQL standard '' rather than \' for tutorial/sample code. | Bruce Momjian | 2006-05-11 | 1 | -1/+1 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -16/+23 |
| * | Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist... | Bruce Momjian | 2006-05-07 | 1 | -2/+2 |
| * | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 | 1 | -1/+27 |
| * | We only need to add thread.c on non-WIN32 platforms, since get_home_path | Tom Lane | 2006-04-29 | 1 | -2/+7 |