aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Check that aggregate creator has the right to execute the transitionTom Lane2005-01-27
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* > I have installed your patch and adjusted the names of the standardsBruce Momjian2004-12-02
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Trivial fix: remove a pointless cast.Neil Conway2004-10-18
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Message style revisionsPeter Eisentraut2004-10-12
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-11
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-07
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-01
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add hint about using GRANT with non-trusted languages.Bruce Momjian2004-08-29
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-28
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Mark savepoints as supported.Bruce Momjian2004-08-02
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-21
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-11
* Fix information schema views to return NULL for precision and scale ofTom Lane2004-06-22
* Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane2004-06-21
* Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian2004-06-21
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Allow use of table rowtypes directly as column types of other tables.Tom Lane2004-06-06
* Remove finger from dike: composite types are now allowed as table columns.Tom Lane2004-06-06
* Remove some long-obsolete code that was causing a strange error messageTom Lane2004-06-04
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Fix minor error in comment.Tom Lane2004-05-28
* Fix thinko in recent patch to change temp-table permissions behavior:Tom Lane2004-05-28
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane2004-05-11
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-08
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Please find attached a small patch against current cvs head, so thatBruce Momjian2004-04-26