| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve a compile error. | Hiroshi Inoue | 2001-02-23 | 1 | -3/+2 |
* | Reindex of shared system indexes must be overwrite mode. | Hiroshi Inoue | 2001-02-23 | 1 | -2/+21 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -23/+12 |
* | Rearrange order of operations in heap_create_with_catalog so that if | Tom Lane | 2001-02-12 | 2 | -87/+99 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 1 | -2/+2 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 10 | -20/+20 |
* | Removed a dangerours DropRelationBuffers() call. | Hiroshi Inoue | 2001-01-24 | 1 | -3/+2 |
* | Make functional index copy attstorage from the column data type, rather | Tom Lane | 2001-01-24 | 1 | -35/+27 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 6 | -34/+40 |
* | Fix some leaks(was my fault). | Hiroshi Inoue | 2001-01-18 | 1 | -2/+4 |
* | Change LockClassinfoForUpdate() to retry mark4update() in case | Hiroshi Inoue | 2001-01-18 | 1 | -11/+21 |
* | Remove bogus backslashes in sed command. | Tom Lane | 2001-01-16 | 1 | -4/+4 |
* | Ensure attcacheoff is written out as -1 when writing pg_attribute | Tom Lane | 2001-01-01 | 1 | -2/+9 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 2 | -63/+3 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 | 2 | -7/+7 |
* | Improve error message for case where DROP TABLE is rejected because | Tom Lane | 2000-12-22 | 1 | -6/+11 |
* | Make sure to not handle deactivated system indexes | Hiroshi Inoue | 2000-12-14 | 1 | -2/+2 |
* | Suppress compiler warnings. | Tom Lane | 2000-12-09 | 1 | -2/+3 |
* | REINDEX under WAL. | Hiroshi Inoue | 2000-12-08 | 1 | -21/+178 |
* | checkretval() failed to cope with an empty SQL function body. | Tom Lane | 2000-12-07 | 1 | -1/+10 |
* | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane | 2000-11-28 | 1 | -3/+4 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -22/+7 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 9 | -299/+334 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 1 | -681/+4 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 2 | -193/+132 |
* | Minor code cleanups, make in_group() check faster. | Tom Lane | 2000-11-03 | 1 | -42/+44 |
* | Make initdb safe against using | Peter Eisentraut | 2000-10-28 | 2 | -13/+24 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 3 | -4/+191 |
* | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 2 | -9/+9 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 | 3 | -142/+4 |
* | Crash on NULL again in system table check. | Bruce Momjian | 2000-10-22 | 1 | -2/+2 |
* | First a core dump which can be relieved by: | Bruce Momjian | 2000-10-21 | 1 | -2/+2 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 3 | -4/+142 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 2 | -14/+28 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 2 | -26/+126 |
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 | 2 | -7/+7 |
* | Back out: | Bruce Momjian | 2000-10-08 | 3 | -144/+3 |
* | Hello, | Bruce Momjian | 2000-10-08 | 3 | -3/+144 |
* | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -16/+12 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 2 | -6/+6 |
* | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -88/+43 |
* | Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes | Tom Lane | 2000-09-30 | 1 | -28/+24 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -7/+21 |
* | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 | 1 | -7/+7 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -10/+8 |
* | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -3/+5 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -38/+39 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -2/+2 |
* | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 1 | -3/+127 |
* | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 | 3 | -33/+33 |