summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Put only single space after "Sort Method:", for consistencyPeter Eisentraut2010-12-061-1/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-022-2/+4
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-265-0/+368
* Object access hook framework, with post-creation hook.Robert Haas2010-11-2510-0/+67
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-241-5/+73
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-232-47/+110
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-234-5/+5
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-223-54/+6
* Remove unused parameter. Patch by Shigeru Hanada.Heikki Linnakangas2010-11-181-4/+3
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-172-59/+131
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-1/+1
* Move copydir() prototype into its own header file.Robert Haas2010-11-121-0/+1
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-091-3/+20
* Provide hashing support for arrays.Tom Lane2010-10-301-1/+2
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-261-1/+1
* Refactor typenameTypeId()Peter Eisentraut2010-10-258-30/+30
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-9/+64
* Improve handling of domains over arrays.Tom Lane2010-10-212-12/+23
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-7/+50
* Support triggers on views.Tom Lane2010-10-103-243/+342
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-071-20/+56
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-071-40/+121
* Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.Tom Lane2010-10-021-1/+18
* Add a SECURITY LABEL command.Robert Haas2010-09-272-1/+388
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-263-89/+175
* ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.Tom Lane2010-09-231-3/+4
* Prevent show_session_authorization from crashing when session_authorizationTom Lane2010-09-231-0/+4
* Typo fix. "CVS" is not the same thing as "CSV".Robert Haas2010-09-221-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-2035-35/+35
* Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane2010-09-181-3/+28
* Remove duplicated code left behind by my recent refactoring of comment.cRobert Haas2010-09-171-48/+4
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-2/+2
* Rewrite comment code for better modularity, and add necessary locking.Robert Haas2010-08-271-808/+135
* Make EXPLAIN show the function call expression of a FunctionScan plan node,Tom Lane2010-08-241-14/+36
* Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.Tom Lane2010-08-191-1/+11
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-184-9/+23
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-133-9/+9
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-056-443/+244
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-0511-204/+130
* Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas2010-08-031-1/+10
* Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane2010-08-011-38/+50
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-291-3/+14
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-292-9/+11
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-284-205/+382
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-255-9/+32
* Add more checks against altering typed tablesPeter Eisentraut2010-07-231-17/+44
* Centralize DML permissions-checking logic.Robert Haas2010-07-221-22/+19
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-202-2/+32
* Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian2010-07-181-3/+3
* Remove duplicate code in DefineOpFamily().Tom Lane2010-07-161-65/+4