summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-12Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-12Fix bug by passing arg[0] to find_my_binary().Bruce Momjian
2004-05-11Yawn ... still another place not quite ready for zero-column tables.Tom Lane
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-11Add tests to enlargeStringInfo() to avoid possible buffer-overrun orTom Lane
2004-05-11Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane
2004-05-11Fix oversights in processing of LIMIT expressions during planning.Tom Lane
2004-05-11Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-08Fix a couple of oversights in new ALTER TABLE code that brokeTom Lane
2004-05-08Alter string format used for integer and OID lists in stored rules.Tom Lane
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-08Improve style of new log_statement_stats error message, per Peter.Bruce Momjian
2004-05-08Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane
2004-05-07Refactor CheckDropPermissions() to move some initialization code forNeil Conway
2004-05-07NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane
2004-05-07Remove crude test for log_statement_stats in startup code now that weBruce Momjian
2004-05-07Throw error if log_statement_stats is used with confliction options forBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-06sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian
2004-05-06Erase MD5 user passwords when a user is renamed because the username isBruce Momjian
2004-05-06Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane
2004-05-06Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane
2004-05-06Fix grammatical error in comment.Neil Conway
2004-05-05Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane
2004-05-05Fix get_rels_with_domain to not do the wrong thing with views andTom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-22This patch makes the EXECUTE command's completion tag return theBruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-21Change COPY CSV keyword to be:Bruce Momjian
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian
2004-04-19Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian
2004-04-19Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-19Complete TODO item:Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-16Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian