summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-10-24Fix some places that were unportably assuming struct timeval's tv_secTom Lane
2002-10-24Function-call-style type coercions should be treated as explicitTom Lane
2002-10-22Perform transaction cleanup operations in a less ad-hoc, moreTom Lane
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-21Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane
2002-10-21Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
2002-10-20Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane
2002-10-20Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane
2002-10-20Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane
2002-10-19Fix case where a function in FROM returns a scalar type, but isTom Lane
2002-10-19Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
2002-10-19Back out Alvaro's patch until regression tests pass.Bruce Momjian
2002-10-19Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane
2002-10-19Fix compile failure caused by new patch.Bruce Momjian
2002-10-19> Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-19Add missing #include <errno.h>.Tom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-10-15Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom 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-14Translation updatesPeter Eisentraut
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-13Make SET really not start a transaction.Tom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane
2002-10-12Fix for bug #795: two clauses that seem redundant are not really, ifTom Lane
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-09Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian
2002-10-08Move responsibility for setting QuerySnapshot for utility statementsTom Lane
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-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