summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-07-20Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20The attached patch fixes a build problem with GEQO when using theBruce Momjian
2002-07-20This patch fixes a regression caused by my recent changes to heapBruce Momjian
2002-07-19Small performance improvement --- use indexscan not heapscan to findTom Lane
2002-07-19Complete TODO item:Bruce Momjian
2002-07-19Oops. Too much ifdef out.Tatsuo Ishii
2002-07-19Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Complete TODO item:Bruce Momjian
2002-07-18Create directory before installing files.Peter Eisentraut
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC;Bruce Momjian
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-18Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-16Oops, sometimes strtol isn't called in pg_atoi, so we do need that badpBruce Momjian
2002-07-16Fix tid to in/out as unsigned.Bruce Momjian
2002-07-16Add conversion procs for CREATE CONVERSIONTatsuo Ishii
2002-07-16Fix typoTatsuo Ishii
2002-07-16Add FindDefaultConversionProcTatsuo Ishii
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-16Add DLLINIT mention in port/Makefile.Bruce Momjian
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-07-16Mark 'line' as 'not implemented' in SGML and psql \dT, per ThomasBruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-15Use the dependency mechanism to manage column defaults. We need thisTom Lane
2002-07-15Improve relcache.c error reporting for the next guy who has to debugBruce Momjian
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-14In DeleteAttributeTuples, use a single indexscan instead of the multipleTom Lane
2002-07-13Fix testing of partial-index predicates to work correctly in cases whereTom Lane
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-09Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian
2002-07-09Fix compiler warning:Bruce Momjian
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-04Fix compile error in assert coded added by new DISTINCT ON patch.Bruce Momjian
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane