summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2002-08-07Fix permission checking for temp-table namespace.Tom Lane
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30Remove last recipe file.Bruce Momjian
2002-07-30IMPROVED VERSION APPLIED:Bruce Momjian
2002-07-29Centralize code for interpreting schema references, which had gottenTom Lane
2002-07-29Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-29Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-24Remove _deadcode.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-22Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut
2002-07-20Tweak CreateTrigger() so that the OID used in the name of anTom Lane
2002-07-20Code review for SHOW output changes; fix horology expected files forTom Lane
2002-07-20Fix problems caused by code drift of API for without-oids.Bruce Momjian
2002-07-20> 2. This patch includes the same Table Function API fixes that IBruce Momjian
2002-07-20Patch problems caused by code drift since OID patch creation.Bruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20This patch fixes a regression caused by my recent changes to heapBruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18The attached patch (against HEAD) implementsBruce 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-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-15Use the dependency mechanism to manage column defaults. We need thisTom Lane
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-20Clean up some copyrights.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-06-17Repair AlterTableOwner --- was failing for relations with indexes.Tom Lane
2002-06-15Fix up memory leakage created by recent changes.Tom Lane
2002-06-15Fix up gcc warnings, improve comments.Tom Lane
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-06-13Allow ANALYZE to run in a transaction.Bruce Momjian
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-25AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut