Commit Graph

18575 Commits (ad6a6170e5514d9d45bae3e7be0268e4d91b4616)
 

Author SHA1 Message Date
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
Tom Lane 5d9f5c20dd Issue a CHECKPOINT just after creating the regression database. Without 21 years ago
Tom Lane bebaf70613 Adjust ExecMakeTableFunctionResult to produce a single all-nulls row 21 years ago
Neil Conway b84788debc Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment 21 years ago
Neil Conway a94edb4c7b Some improvements for the tab-completion of psql. This should 21 years ago
Neil Conway a3c53c834f This patch from Alvaro Herrera adds transaction ID to the list of 21 years ago
Neil Conway 665d3736fb Clarify TODO item: we ought to implement updatable views per SQL99, not 21 years ago
Tom Lane 95f20b96d4 Rotate on time boundaries that are sensible per local time rather than GMT. 21 years ago
Tom Lane 6da0c439ee Change some of the existing plpgsql regression test cases so that they 21 years ago
Tom Lane 2f48836b1f Some editorializing on the docs for the dollar-quoting feature: fix 21 years ago
Tom Lane 5b564e5307 Fix some shortcomings in psql's autocommit-off mode concerning detection 21 years ago