aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* More MS VC and BCC psql compile cleanups.Bruce Momjian2004-09-27
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-27
* Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian2004-09-27
* Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian2004-09-27
* Translation updatePeter Eisentraut2004-09-27
* Translation updatesPeter Eisentraut2004-09-27
* Translation updatePeter Eisentraut2004-09-27
* New translationsPeter Eisentraut2004-09-27
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Synced parser.Michael Meskes2004-09-27
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-27
* A few minor list-related cleanups:Neil Conway2004-09-27
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-27
* Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane2004-09-27
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-26
* Use ULL not LL in UINT64CONST.Tom Lane2004-09-26
* Here is a patch that adds the version info from libpq.rc to the DLLBruce Momjian2004-09-26
* Use <> not "" for include of pthread.h.Bruce Momjian2004-09-26
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Persuade plpython to build on OS X.Tom Lane2004-09-24
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-24
* Cleanup some ancient Ultrix / Alpha code in main() that is intended toNeil Conway2004-09-24
* shmdt takes a void* parameter, per Kris Jurka.Tom Lane2004-09-24
* Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane2004-09-24
* Okay, I'm tired of reading gripes from OS X users ... add a regressionTom Lane2004-09-24
* Get rid of /*-inside-comment warning. My fault.Tom Lane2004-09-24
* ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway2004-09-24
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-24
* Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences,Tom Lane2004-09-23
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-23
* This patch logs the error code in the default case, so that the userBruce Momjian2004-09-23
* This patch attempts to note the use of the root.crt file in the server.Bruce Momjian2004-09-23
* Minor tweak to pg_controldata usage information, per suggestion fromNeil Conway2004-09-23
* Arrange for hash join to skip scanning the outer relation if it detectsTom Lane2004-09-22
* Issue a CHECKPOINT just after creating the regression database. WithoutTom Lane2004-09-22
* Adjust ExecMakeTableFunctionResult to produce a single all-nulls rowTom Lane2004-09-22
* Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway2004-09-22
* Some improvements for the tab-completion of psql. This shouldNeil Conway2004-09-22
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-22
* Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane2004-09-21
* Change some of the existing plpgsql regression test cases so that theyTom Lane2004-09-20
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-20
* Documentation improvements, per Josh Berkus.Tom Lane2004-09-20
* Translation updatePeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Add defenses against plpython functions being declared to take or returnTom Lane2004-09-19
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-18
* Move comment at end of line to a separate line so trailing tabs don'tPeter Eisentraut2004-09-18