Commit Graph

18585 Commits (dd67707a64070532c12a7a2b51f629c64fe7ae99)
 

Author SHA1 Message Date
Bruce Momjian dd67707a64 Small WIN32_CLIENT_ONLY cleanup for new build patch. 21 years ago
Bruce Momjian b534a5605f Remove use of large BUFSIZ for buffers and use the proper struct sizes. 21 years ago
Bruce Momjian e1c8b37afb Add new macro as shorthand for MS VC and Borland C++: 21 years ago
Bruce Momjian e017051006 More MS VC and BCC psql compile cleanups. 21 years ago
Bruce Momjian 8efe926bfe More Win32 cleanups for Dave Page. 21 years ago
Bruce Momjian 866627f84d Make adjustment for MS VC and BCC compile of psql, from Dave Page. 21 years ago
Bruce Momjian f6b896b17a Improve MS VC builds for psql by handlling flex properly and prevent 21 years ago
Peter Eisentraut a6cb7fd60a Translation update 21 years ago
Peter Eisentraut 353b70aef3 Translation updates 21 years ago
Peter Eisentraut 9216b152e3 Translation update 21 years ago
Peter Eisentraut ad6a6170e5 New translations 21 years ago
Bruce Momjian d4d5fdabbb Update docs for Borland CC build. 21 years ago
Bruce Momjian 32b24bfa97 Remove inclusion of windows.h now that it is included in c.h, per idea 21 years ago
Bruce Momjian 7ceec70fc7 Add: 21 years ago
Bruce Momjian 08e9f6974c Remove completed items: 21 years ago
Michael Meskes d56b9fdaa8 Synced parser. 21 years ago
Neil Conway ae9df0b22b Addition to documentation about cvsup. From Andrew Dunstan, minor SGML 21 years ago
Neil Conway cb7fc63d3e Remove references to the ODBC driver from the main source tree. From Kris 21 years ago
Neil Conway 64a60590ba A few minor list-related cleanups: 21 years ago
Neil Conway 0ed07d49d5 Code cleanup: don't bother casting the argument to pfree() to void * 21 years ago
PostgreSQL Daemon 93371ed3a5 update for beta3, and update Copyright date to 2004 21 years ago
Tom Lane ae8f7313ab Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, 21 years ago
Neil Conway 5a2c8cf4b1 Fix misstatement in docs: CREATE TABLE AS is now part of the standard. 21 years ago
Tom Lane 7ac258c2f3 Fix multiple breakages in our support for SSL certificates. 21 years ago
Tom Lane 9236c79c8e Use ULL not LL in UINT64CONST. 21 years ago
Bruce Momjian 786f3d147d Here is a patch that adds the version info from libpq.rc to the DLL 21 years ago
Bruce Momjian e9ec10494e Use <> not "" for include of pthread.h. 21 years ago
Bruce Momjian 6e7dd37384 Refresh for recent changes. 21 years ago
Tom Lane 09a893117a Repair bug that would allow libpq to think a command had succeeded when 21 years ago
Tom Lane 26b5d5317b Persuade plpython to build on OS X. 21 years ago
Tom Lane b120485f9c GUC assign hooks that look at external state in deciding whether a 21 years ago
Tom Lane 12a2121c75 Fix slightly misleading description of PERFORM syntax. 21 years ago
Neil Conway ae72283816 Cleanup some ancient Ultrix / Alpha code in main() that is intended to 21 years ago
Tom Lane 3331180bb4 shmdt takes a void* parameter, per Kris Jurka. 21 years ago
Tom Lane 00b821a11b Fix gratuitous weirdness in function prototype, per Kris Jurka. 21 years ago
Tom Lane 2f132ebff7 Okay, I'm tired of reading gripes from OS X users ... add a regression 21 years ago
Tom Lane 682598139e Get rid of /*-inside-comment warning. My fault. 21 years ago
Neil Conway be8eafa09d ExecProcAppend() wasn't called ExecAppend() because the latter name was 21 years ago
Neil Conway 1d1b8191ce Minor improvements to the release notes. 21 years ago
Tom Lane 409b38f514 Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 21 years ago
Tom Lane ae169e84f7 Improve description of Execute message behavior, per Oliver Jowett. 21 years ago
Tom Lane 688f0c56dc Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, 21 years ago
Tom Lane fb147dc30e If we're going to print unrecognized result codes from SSL_get_error 21 years ago
Bruce Momjian fa6fa8e549 This patch attempts to outline the supported level of SSL within libpq. 21 years ago
Bruce Momjian fb755b6dd4 This patch logs the error code in the default case, so that the user 21 years ago
Bruce Momjian 31ae87c332 This patch attempts to note the use of the root.crt file in the server. 21 years ago
Neil Conway 505d9be3e6 Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS was 21 years ago
Neil Conway 6a84723d7d Minor tweak to pg_controldata usage information, per suggestion from 21 years ago
Neil Conway bca0383f9a Update installation docs for PL/Python to note that distutils is now 21 years ago
Tom Lane 9fcbe2af11 Arrange for hash join to skip scanning the outer relation if it detects 21 years ago