summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 <[email protected]> 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
2002-10-01schema awareness patch provided by Kris JurkaDave Cramer
2002-09-29Add Bear's SSL comments.Bruce Momjian
2002-09-28Make the world at least somewhat safe for zero-column tables, andTom Lane
2002-09-27ARGH!Tom Lane
2002-09-27> Fix clusterdb to be schema-awareBruce Momjian
2002-09-27Use heap_formtuple not heap_addheader to construct pg_index tuples.Tom Lane
2002-09-27Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane
2002-09-27Have -d5 -d0 not affect the extra variables set with -d5.Bruce Momjian
2002-09-27Make postgres -d0 set server_min_messages to notice. Reset doesn't workBruce Momjian
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-26Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane
2002-09-26Back out /pl memory leak patch. Wait for new version.Bruce Momjian
2002-09-26Clean up SSL compiler warnings.Bruce Momjian
2002-09-26I have attached the pltcl patch again, just in case. For the sake of clarityBruce Momjian
2002-09-26This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian
2002-09-26Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian