| Commit message (Expand) | Author | Age | Files | Lines |
| * | init_ssl_system will return 0 on success and -1 on failure, which will | Bruce Momjian | 2004-06-03 | 1 | -2/+2 |
| * | Add new Win32 file with adjustments for recent code changes. | Bruce Momjian | 2004-06-03 | 1 | -26/+34 |
| * | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 | 2 | -8/+11 |
| * | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane | 2004-05-31 | 1 | -1/+1 |
| * | Too few parens for my taste in this macro. | Tom Lane | 2004-05-31 | 1 | -2/+2 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -2/+2 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -2/+3 |
| * | Recent commits added created files that weren't getting deleted by | Tom Lane | 2004-05-26 | 1 | -2/+2 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 1 | -2/+5 |
| * | Add FRONTEND to ecpglib. | Bruce Momjian | 2004-05-25 | 1 | -2/+2 |
| * | Add exec.c to ecpg library because path.c now uses it. | Bruce Momjian | 2004-05-25 | 1 | -3/+6 |
| * | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 | 1 | -1/+2 |
| * | Remove a few $filter() calls that were not needed. | Bruce Momjian | 2004-05-24 | 3 | -7/+8 |
| * | Handle inclusion of port modules 'correctly', viz the same way libpq | Tom Lane | 2004-05-21 | 1 | -10/+13 |
| * | Put path configuration information into a .h file instead of cluttering | Tom Lane | 2004-05-21 | 2 | -10/+5 |
| * | - Fixed DEALLOCATE PREPARE to use correct function call | Michael Meskes | 2004-05-21 | 3 | -35/+37 |
| * | Add mention of why -lpgport is needed in ecpglib (dllwrap). | Bruce Momjian | 2004-05-21 | 1 | -1/+2 |
| * | Add -lpgport to ecpglib link only on win32. Other platforms have | Bruce Momjian | 2004-05-21 | 1 | -2/+6 |
| * | Revert addition of -lpgport, which breaks the build on platforms that | Tom Lane | 2004-05-21 | 1 | -2/+2 |
| * | Re-add elog() to exec.c, per Tom. | Bruce Momjian | 2004-05-19 | 1 | -3/+7 |
| * | Win32 needs -lpgport for dll creation of ecpglib. | Bruce Momjian | 2004-05-19 | 1 | -2/+2 |
| * | Win32 can't have the same function coming from two library object files, | Bruce Momjian | 2004-05-19 | 1 | -4/+4 |
| * | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian | 2004-05-18 | 1 | -7/+3 |
| * | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 | 3 | -13/+31 |
| * | Propagate enlargeStringInfo() fixes into the equivalent code in | Tom Lane | 2004-05-14 | 1 | -1/+22 |
| * | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 | 1 | -2/+2 |
| * | Clean up indenting of Makefile filenames. | Bruce Momjian | 2004-05-10 | 1 | -5/+5 |
| * | - Argh, just another bug in adjust_informix. | Michael Meskes | 2004-05-10 | 7 | -3/+52 |
| * | - Added additional test case. | Michael Meskes | 2004-05-07 | 7 | -14/+91 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 9 | -31/+23 |
| * | - Fixed bug in adjust_informix that treated arrays as simple variables. | Michael Meskes | 2004-05-05 | 5 | -53/+126 |
| * | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian | 2004-04-30 | 5 | -10/+17 |
| * | Synced parser and keyword list. | Michael Meskes | 2004-04-29 | 3 | -59/+116 |
| * | Add $(X) for cross-compiling. Seems the mingw compiler running on | Bruce Momjian | 2004-04-26 | 1 | -2/+2 |
| * | Make thread flags CFLAGS, not CPPFLAGS. | Bruce Momjian | 2004-04-25 | 5 | -9/+14 |
| * | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 6 | -18/+18 |
| * | Fixed memory misusage in variable handling. | Michael Meskes | 2004-04-23 | 1 | -3/+3 |
| * | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon | 2004-04-20 | 11 | -3649/+2 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 4 | -11/+5 |
| * | Translation updates | Peter Eisentraut | 2004-04-05 | 1 | -121/+98 |
| * | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 | 2 | -0/+8 |
| * | Fixed possible segfault in type.c (by Juergen Cappel) | Michael Meskes | 2004-03-29 | 2 | -1/+5 |
| * | Fix brain-dead placement of global variable declaration. | Tom Lane | 2004-03-27 | 1 | -4/+4 |
| * | Fix for SSL compile. | Bruce Momjian | 2004-03-25 | 1 | -1/+4 |
| * | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 | 2 | -4/+4 |
| * | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 5 | -41/+218 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+14 |
| * | The "cvs add" of test_thread_implicit.pgc seems to have been missed, | Bruce Momjian | 2004-03-15 | 2 | -5/+155 |
| * | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii | 2004-03-15 | 2 | -2/+15 |
| * | Fix error in termination of COPY IN mode when using V2 protocol. | Tom Lane | 2004-03-14 | 1 | -2/+2 |