| Commit message (Expand) | Author | Age | Files | Lines |
| * | Trivial fix: remove a pointless cast. | Neil Conway | 2004-10-18 | 1 | -2/+2 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -12/+6 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -2/+2 |
| * | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 | 1 | -5/+5 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 1 | -243/+4 |
| * | Fallout from changing index locking rules: we can reduce the strength | Tom Lane | 2004-10-01 | 1 | -22/+14 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -15/+15 |
| * | Fix unintended assignment of sequences to the containing schema's | Tom Lane | 2004-08-31 | 2 | -15/+34 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 8 | -209/+225 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 16 | -32/+32 |
| * | Add hint about using GRANT with non-trusted languages. | Bruce Momjian | 2004-08-29 | 1 | -2/+3 |
| * | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane | 2004-08-28 | 2 | -64/+63 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 1 | -2/+7 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Mark savepoints as supported. | Bruce Momjian | 2004-08-02 | 1 | -1/+1 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -28/+40 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -7/+40 |
| * | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 | 1 | -1/+5 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 2 | -7/+3 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 2 | -3/+7 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -2/+2 |
| * | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 | 1 | -29/+28 |
| * | Fix information schema views to return NULL for precision and scale of | Tom Lane | 2004-06-22 | 1 | -105/+142 |
| * | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane | 2004-06-21 | 1 | -5/+4 |
| * | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian | 2004-06-21 | 1 | -3/+3 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 7 | -39/+375 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 2 | -151/+149 |
| * | Allow use of table rowtypes directly as column types of other tables. | Tom Lane | 2004-06-06 | 1 | -15/+2 |
| * | Remove finger from dike: composite types are now allowed as table columns. | Tom Lane | 2004-06-06 | 1 | -6/+4 |
| * | Remove some long-obsolete code that was causing a strange error message | Tom Lane | 2004-06-04 | 1 | -5/+7 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 1 | -215/+347 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 2 | -10/+4 |
| * | Fix minor error in comment. | Tom Lane | 2004-05-28 | 1 | -3/+4 |
| * | Fix thinko in recent patch to change temp-table permissions behavior: | Tom Lane | 2004-05-28 | 2 | -17/+28 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 2 | -13/+23 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 6 | -160/+152 |
| * | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 | 1 | -2/+2 |
| * | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 | 1 | -60/+168 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 2 | -20/+8 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 1 | -6/+7 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 3 | -71/+80 |
| * | Please find attached a small patch against current cvs head, so that | Bruce Momjian | 2004-04-26 | 1 | -11/+11 |
| * | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 | 1 | -10/+33 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 2 | -68/+16 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -28/+52 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -15/+200 |
| * | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane | 2004-03-14 | 1 | -1/+36 |
| * | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 | 2 | -6/+16 |
| * | Try to make 'cross-database references are not implemented' errors a | Tom Lane | 2004-02-13 | 1 | -4/+9 |
| * | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 | 2 | -2/+17 |