summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2002-08-29Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28The following small patch provides a couple of minor updates (againstBruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian
2002-08-26Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observationTom Lane
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane
2002-08-22Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane
2002-08-22# Disallow TRUNCATE on tables that are involved in referentialBruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-19Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane
2002-08-19Clean up leftover bugs from recent COPY feature patch --- missedTom Lane
2002-08-18Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on bothPeter Eisentraut
2002-08-17Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian
2002-08-16Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15Backed out. It is part of a later patch.Bruce Momjian
2002-08-15Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian
2002-08-13Fix tuple-chain-moving tests to handle marked-for-update tuples correctlyTom Lane
2002-08-13Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut
2002-08-11Now that we allow ANALYZE to run inside a transaction block, the locksTom Lane
2002-08-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian
2002-08-10Allow schema-qualified operator names to be used in the optionalTom Lane
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
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