Commit Graph

18606 Commits (3738510c2c33e8e2ea892238cbb022bcd774f875)
 

Author SHA1 Message Date
Neil Conway 3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some 21 years ago
Tom Lane d2af5f8a3e Adjust index locking rules as per my proposal of earlier today. You 21 years ago
Tom Lane d674884306 Add variant regression file to handle machines that convert -1e-700 21 years ago
Tom Lane abc6441d60 Remove unnecessary use of index_open just to get the index name. 21 years ago
Tom Lane bb6a78829e isinf.c needs <float.h> on some platforms, per Darcy Buskermolen. 21 years ago
Neil Conway 1817706fba Add a note suggesting that users should use the newer version of pg_dump 21 years ago
Neil Conway 3300707d01 Add more index entries for reference pages related to prepare queries. 21 years ago
Bruce Momjian 9781d0ed06 Update Brazilian FAQ. 21 years ago
Neil Conway bd90ebdbce Add an index entry for tablespaces. From Kris Jurka. 21 years ago
Tom Lane f065957062 Come to think of it, functions in FROM have the same syntactic restriction 21 years ago
Tom Lane 912c27f9c2 Split out everything that looks like a function call from c_expr into 21 years ago
Bruce Momjian 2cda0395bd Add Farsi version of FAQ. 21 years ago
Tom Lane 0fb3152ea9 Minor adjustments to improve the accuracy of our computation of required 21 years ago
Neil Conway 1bb38bb4e5 Minor documentation improvement. 21 years ago
Tom Lane e7cb681618 Adjust obsolete comment about memory needs for lock table. 21 years ago
Tom Lane 3a246cc285 Arrange to preallocate all required space for the buffer and FSM hash 21 years ago
Tom Lane d9b68c8061 Code review for recent dbsize changes. Fix some thinkos, enforce coding 21 years ago
Bruce Momjian 70c8fcb287 An include path got missed out of the patch - see the attached fix. 21 years ago
Neil Conway bb467563ec Fix typo in docs. 21 years ago
Tom Lane f7332e88b9 Remove duplicate PQclear(res) operations leading to double free() and 21 years ago
Bruce Momjian 1ad6878276 Revert patch that removed BUFSIZ usage. The memory has to hold the 21 years ago
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