summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-202-67/+91
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-202-33/+27
* Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane2002-10-201-1/+5
* Fix case where a function in FROM returns a scalar type, but isTom Lane2002-10-191-8/+25
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-193-14/+37
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-191-122/+82
* Back out Alvaro's patch until regression tests pass.Bruce Momjian2002-10-191-38/+7
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-192-33/+44
* Fix compile failure caused by new patch.Bruce Momjian2002-10-191-2/+2
* > Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian2002-10-191-7/+38
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-192-13/+62
* Add missing #include <errno.h>.Tom Lane2002-10-191-1/+2
* Improve formatting of --help output.Peter Eisentraut2002-10-182-9/+13
* Fix breakage that had crept into setlocale() usage: once again we'veTom Lane2002-10-181-25/+50
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-152-23/+34
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-142-123/+216
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-147-29/+97
* Translation updatesPeter Eisentraut2002-10-142-4265/+4175
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-144-63/+173
* As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian2002-10-141-1/+7
* Make SET really not start a transaction.Tom Lane2002-10-131-27/+18
* Make macaddr_in reject trailing garbage (except whitespace).Tom Lane2002-10-131-9/+18
* Fix for bug #795: two clauses that seem redundant are not really, ifTom Lane2002-10-121-6/+18
* Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian2002-10-112-26/+13
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-112-13/+26
* Lock on the rule relation wasn't removed after adding the comment.Bruce Momjian2002-10-091-3/+3
* > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian2002-10-092-2/+21
* Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian2002-10-091-9/+22
* Move responsibility for setting QuerySnapshot for utility statementsTom Lane2002-10-083-20/+35
* Change order of operations during XLogFlush so that we try to includeTom Lane2002-10-071-18/+23
* Clarify comment.Bruce Momjian2002-10-061-3/+3
* Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane2002-10-041-1/+14
* Require superuser privilege to create a binary-compatible cast, perTom Lane2002-10-041-1/+28
* Fix a couple of grammatical errors in error messages.Tom Lane2002-10-041-5/+5
* Tweak a few of the most heavily used function call points to zero outTom Lane2002-10-043-188/+261
* Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane2002-10-032-6/+120
* In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane2002-10-031-5/+8
* Avoid palloc(0) when MaxBackends = 1.Tom Lane2002-10-031-3/+5
* Add SSL documentation info to README.SSLBruce Momjian2002-10-031-1/+403
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-3/+12
* This patch removes two unused global variables from globals.cBruce Momjian2002-10-031-5/+1
* Alter scale selection for NUMERIC division and transcendental functionsTom Lane2002-10-021-109/+318
* Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian2002-10-021-2/+13
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-011-2/+4
* Add Bear's SSL comments.Bruce Momjian2002-09-291-0/+28
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-285-77/+62
* ARGH!Tom Lane2002-09-271-18/+38
* Use heap_formtuple not heap_addheader to construct pg_index tuples.Tom Lane2002-09-271-46/+42
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-271-10/+14
* Have -d5 -d0 not affect the extra variables set with -d5.Bruce Momjian2002-09-271-18/+21