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