summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2004-02-13After further thought about support for gathering stats on functionalTom Lane
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-12Check only live tuples for OID validity, to avoid issues after ALTERTom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Adjustments for Win32-specific rename code, and add include file.Bruce Momjian
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-01-31Micro-opt: replace calls likeNeil Conway
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-23Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-18Don't use %s-with-precision format spec to truncate data being displayedTom Lane
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-10Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2004-01-06Code cleanup, mostly in the smgr:Neil Conway
2003-12-28Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane
2003-12-21Back out:Bruce Momjian
2003-12-20In my mind there were two categories of open issuesBruce Momjian
2003-12-15Add mention with might need to use cp -R someday for portability.Bruce Momjian
2003-12-14I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-19Background writer processJan Wieck
2003-11-132nd try for the ARC strategy.Jan Wieck
2003-11-13ARC strategy backed out ... sorryJan Wieck
2003-11-13Replacement of the buffer replacement strategy with an ARCJan Wieck
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-10-18Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane
2003-10-17Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-13Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian
2003-10-13Adjust setRelhassubclassInRelation() to not perform actual heap_updateTom Lane
2003-10-12Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian
2003-10-11Back out -fstrict-aliasing void* casting.Bruce Momjian
2003-10-11This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-06Modify COPY FROM to match the null-value string against the column valueTom Lane
2003-10-02Add a bit more locking to vac_update_relstats and vac_update_dbstatsTom Lane