summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-01-11> > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian
2003-01-11Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian
2003-01-10Create a new file executor/execGrouping.c to centralize utility routinesTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-10Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane
2003-01-10Add optional drop behavior clause to REVOKE command, for SQL conformance.Peter Eisentraut
2003-01-09Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-09Fix indenting of log_min_error_statement.Bruce Momjian
2003-01-09Remove bit.c/h routines. Not used anymore.Bruce Momjian
2003-01-09Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane
2003-01-08Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian
2003-01-08Guard against stopping when numberTuples=0 and counter wraps around.Tom Lane
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-08Fix dumping of DEFERRABLE/INITIALLY DEFERRED:Bruce Momjian
2003-01-08Updated deferred trigger patch.Bruce Momjian
2003-01-08This trivial patch implements disabled, deferred triggers, per myBruce Momjian
2003-01-08Reconsider old decision to try to constant-fold default and constraintTom Lane
2003-01-08Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2003-01-08Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane
2003-01-07SendFunctionResult should take care to detoast varlena results.Tom Lane
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2003-01-07Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane
2003-01-07Add connection service file.Bruce Momjian
2003-01-07Silence compiler warning caused by removal of netinet/in.hBruce Momjian
2003-01-07Fix missing tab in file.Bruce Momjian
2003-01-07Document libpq service capability, and add sample file.Bruce Momjian
2003-01-07Tweak mdnblocks() to avoid doing lseek() on segments that it hasTom Lane
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2003-01-06ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane
2003-01-05Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane
2003-01-04Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane
2003-01-02Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane
2003-01-01fastpath code neglected to check whether user has privileges to call theTom Lane
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-30Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-30Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian
2002-12-30Better solution to integer overflow problem in hash batch-numberTom Lane
2002-12-30Point does not return a center of lseg.Tom Lane
2002-12-29Adjust hash table sizing algorithm to avoid integer overflow inTom Lane
2002-12-27Deliver better error message when a relation name is used in an expression.Tom Lane
2002-12-27Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian
2002-12-26Clamp the output of estimate_hash_bucketsize() to a sane range;Tom Lane
2002-12-26Don't try to free executor state of an InitPlan early --- this breaksTom Lane
2002-12-23Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian