summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-05-20Fix speling.Tom Lane
2004-05-19Improve error reporting behavior in parse_hba(): give more completeTom Lane
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-19Only do pkglib_path if needed.Bruce Momjian
2004-05-19Only do find_my_exec if it doesn't come from the postmaster.Bruce Momjian
2004-05-19Add get_pkglib_path to postmaster.cBruce Momjian
2004-05-19Move find_my_exec lower so elog() works, per Tom.Bruce Momjian
2004-05-19Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit theNeil Conway
2004-05-18setRuleCheckAsUser has to be applied to any subqueries appearing in aTom Lane
2004-05-18Move get_pkglib_path up into main.c too.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-16Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-14Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane
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