summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-2/+16
* Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane2002-11-021-15/+32
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-021-1/+15
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-6/+26
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-021-28/+12
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-011-7/+7
* Fix miscalculation of remaining free space during tuple chain moving.Tom Lane2002-10-311-8/+8
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-214-38/+41
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-211-12/+38
* Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane2002-10-211-5/+3
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-211-65/+142
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-192-2/+11
* Back out Alvaro's patch until regression tests pass.Bruce Momjian2002-10-191-38/+7
* Fix compile failure caused by new patch.Bruce Momjian2002-10-191-2/+2
* > Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian2002-10-191-7/+38
* Add missing #include <errno.h>.Tom Lane2002-10-191-1/+2
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-142-45/+164
* As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian2002-10-141-1/+7
* Lock on the rule relation wasn't removed after adding the comment.Bruce Momjian2002-10-091-3/+3
* Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane2002-10-041-1/+14
* Require superuser privilege to create a binary-compatible cast, perTom Lane2002-10-041-1/+28
* Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane2002-10-031-4/+43
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-26/+3
* ARGH!Tom Lane2002-09-271-18/+38
* Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane2002-09-231-1/+2
* Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane2002-09-233-3/+39
* Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane2002-09-232-5/+5
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-223-21/+72
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-221-251/+516
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-215-66/+201
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-202-68/+72
* Code review for check-domain-constraints-in-COPY patch. Do correct thingTom Lane2002-09-201-64/+84
* Change domain patch to COERCE_IMPLICIT_CAST, per Tom.Bruce Momjian2002-09-201-2/+2
* Fix compile error from Rod's patch.Bruce Momjian2002-09-201-3/+3
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-201-10/+72
* > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian2002-09-201-9/+2
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-191-21/+6
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-192-7/+8
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-182-29/+54
* Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane2002-09-161-1/+5
* Cast functions can be immutable or stable.Peter Eisentraut2002-09-151-3/+3
* Cosmetic fixes from Neil Conway.Tom Lane2002-09-141-4/+4
* Translation updatesPeter Eisentraut2002-09-141-3/+7
* Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---Tom Lane2002-09-121-2/+2
* Remove heap_mark4update from AlterTableCreateToastTable. This hasTom Lane2002-09-061-37/+15
* pgindent run.Bruce Momjian2002-09-0427-929/+999
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-031-2/+7
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-031-15/+48
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-031-15/+16