| Commit message (Expand) | Author | Age |
* | Add missing paren. | Bruce Momjian | 2001-05-16 |
* | Re-add pg_index.indhaskeytype. | Bruce Momjian | 2001-05-15 |
* | Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi | Bruce Momjian | 2001-05-15 |
* | Pg_varaiable removal cleanup found from regression. | Bruce Momjian | 2001-05-14 |
* | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian | 2001-05-14 |
* | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 |
* | I have modifed heap.c so that it won't automatically generate duplicate | Bruce Momjian | 2001-05-09 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Disable creation of indexes on system tables. | Bruce Momjian | 2001-04-02 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Resolve a compile error. | Hiroshi Inoue | 2001-02-23 |
* | Reindex of shared system indexes must be overwrite mode. | Hiroshi Inoue | 2001-02-23 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 |
* | Rearrange order of operations in heap_create_with_catalog so that if | Tom Lane | 2001-02-12 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Removed a dangerours DropRelationBuffers() call. | Hiroshi Inoue | 2001-01-24 |
* | Make functional index copy attstorage from the column data type, rather | Tom Lane | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Fix some leaks(was my fault). | Hiroshi Inoue | 2001-01-18 |
* | Change LockClassinfoForUpdate() to retry mark4update() in case | Hiroshi Inoue | 2001-01-18 |
* | Remove bogus backslashes in sed command. | Tom Lane | 2001-01-16 |
* | Ensure attcacheoff is written out as -1 when writing pg_attribute | Tom Lane | 2001-01-01 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 |
* | Improve error message for case where DROP TABLE is rejected because | Tom Lane | 2000-12-22 |
* | Make sure to not handle deactivated system indexes | Hiroshi Inoue | 2000-12-14 |
* | Suppress compiler warnings. | Tom Lane | 2000-12-09 |
* | REINDEX under WAL. | Hiroshi Inoue | 2000-12-08 |
* | checkretval() failed to cope with an empty SQL function body. | Tom Lane | 2000-12-07 |
* | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane | 2000-11-28 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | Minor code cleanups, make in_group() check faster. | Tom Lane | 2000-11-03 |
* | Make initdb safe against using | Peter Eisentraut | 2000-10-28 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 |
* | Crash on NULL again in system table check. | Bruce Momjian | 2000-10-22 |
* | First a core dump which can be relieved by: | Bruce Momjian | 2000-10-21 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 |
* | Back out: | Bruce Momjian | 2000-10-08 |
* | Hello, | Bruce Momjian | 2000-10-08 |
* | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 |