summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-30Add an index entry for tablespaces. From Kris Jurka.Neil Conway
2004-09-30Come to think of it, functions in FROM have the same syntactic restrictionTom Lane
2004-09-29Split out everything that looks like a function call from c_expr intoTom Lane
2004-09-29Add Farsi version of FAQ.Bruce Momjian
2004-09-29Minor adjustments to improve the accuracy of our computation of requiredTom Lane
2004-09-29Minor documentation improvement.Neil Conway
2004-09-28Adjust obsolete comment about memory needs for lock table.Tom Lane
2004-09-28Arrange to preallocate all required space for the buffer and FSM hashTom Lane
2004-09-28Code review for recent dbsize changes. Fix some thinkos, enforce codingTom Lane
2004-09-28 An include path got missed out of the patch - see the attached fix.Bruce Momjian
2004-09-28Fix typo in docs.Neil Conway
2004-09-28Remove duplicate PQclear(res) operations leading to double free() andTom Lane
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27More MS VC and BCC psql compile cleanups.Bruce Momjian
2004-09-27More Win32 cleanups for Dave Page.Bruce Momjian
2004-09-27Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian
2004-09-27Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian
2004-09-27Translation updatePeter Eisentraut
2004-09-27Translation updatesPeter Eisentraut
2004-09-27Translation updatePeter Eisentraut
2004-09-27New translationsPeter Eisentraut
2004-09-27Update docs for Borland CC build.Bruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-09-27Add:Bruce Momjian
2004-09-27Remove completed items:Bruce Momjian
2004-09-27Synced parser.Michael Meskes
2004-09-27Addition to documentation about cvsup. From Andrew Dunstan, minor SGMLNeil Conway
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-27A few minor list-related cleanups:Neil Conway
2004-09-27Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway
2004-09-27update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon
2004-09-27Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane
2004-09-26Fix misstatement in docs: CREATE TABLE AS is now part of the standard.Neil Conway
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-26Use ULL not LL in UINT64CONST.Tom Lane
2004-09-26Here is a patch that adds the version info from libpq.rc to the DLLBruce Momjian
2004-09-26Use <> not "" for include of pthread.h.Bruce Momjian
2004-09-26Refresh for recent changes.Bruce Momjian
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-24Persuade plpython to build on OS X.Tom Lane
2004-09-24GUC assign hooks that look at external state in deciding whether aTom Lane
2004-09-24Fix slightly misleading description of PERFORM syntax.Tom Lane
2004-09-24Cleanup some ancient Ultrix / Alpha code in main() that is intended toNeil Conway
2004-09-24shmdt takes a void* parameter, per Kris Jurka.Tom Lane
2004-09-24Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane
2004-09-24Okay, I'm tired of reading gripes from OS X users ... add a regressionTom Lane
2004-09-24Get rid of /*-inside-comment warning. My fault.Tom Lane