summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-15Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane
2002-10-15Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-15Fix libpq startup code to work correctly in autocommit off mode.Tom Lane
2002-10-14Make SPI's execution of querystrings follow the rules agreed to forTom Lane
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
2002-10-14Add missing entries for bit<->int4 and bit<->int8 conversions.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-14Mention that resetting the timeout may be wrong on select retry.Bruce Momjian
2002-10-14Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian
2002-10-14libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-10-14As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian
2002-10-14I have attached two patches as per:Bruce Momjian
2002-10-13Make SET really not start a transaction.Tom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane
2002-10-12psql thought that backslash is an escape character inside double quotes.Tom Lane
2002-10-12Fix for bug #795: two clauses that seem redundant are not really, ifTom Lane
2002-10-12Compute version number for docs on the fly.Peter Eisentraut
2002-10-11Add tv_sec change for connection timeout suggested by author.Bruce Momjian
2002-10-11Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-09Lock on the rule relation wasn't removed after adding the comment.Bruce Momjian
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-10-09> Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian
2002-10-09Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian
2002-10-08Again improve MemSet comments.Bruce Momjian
2002-10-08Update MemSet comments.Bruce Momjian
2002-10-08Move responsibility for setting QuerySnapshot for utility statementsTom Lane
2002-10-08fixed missing apostropheDave Cramer
2002-10-07Change order of operations during XLogFlush so that we try to includeTom Lane
2002-10-06Clarify comment.Bruce Momjian
2002-10-04Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane
2002-10-04Require superuser privilege to create a binary-compatible cast, perTom Lane
2002-10-04Fix a couple of grammatical errors in error messages.Tom Lane
2002-10-04Tweak a few of the most heavily used function call points to zero outTom Lane
2002-10-03Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane
2002-10-03In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane
2002-10-03Avoid palloc(0) when MaxBackends = 1.Tom Lane
2002-10-03Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane
2002-10-03Add SSL documentation info to README.SSLBruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-10-03This patch removes two unused global variables from globals.cBruce Momjian
2002-10-02Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane
2002-10-02pg_resetxlog was missing support for the pg_control fields added in 7.3.Tom Lane
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-10-02Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian
2002-10-01test files added by Kris JurkaDave Cramer
2002-10-01Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane
2002-10-01Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind