| Commit message (Expand) | Author | Age | Files | Lines |
| * | Here is my much-promised patch to let people add UNIQUE constraints after | Bruce Momjian | 2001-09-07 | 1 | -5/+156 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -4/+4 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -39/+45 |
| * | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian | 2001-08-10 | 1 | -20/+31 |
| * | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian | 2001-08-04 | 1 | -94/+17 |
| * | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian | 2001-08-04 | 1 | -17/+94 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -2/+2 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -2/+2 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 1 | -29/+19 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -44/+14 |
| * | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 | 1 | -1/+13 |
| * | These patches should fix check constraints not inheriting | Bruce Momjian | 2001-05-30 | 1 | -1/+32 |
| * | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian | 2001-05-30 | 1 | -4/+65 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -3/+4 |
| * | Enhancement of SPI to get access to portals | Jan Wieck | 2001-05-21 | 1 | -3/+5 |
| * | This patch should catch cases where the types | Bruce Momjian | 2001-05-09 | 1 | -1/+32 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -17/+111 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -5/+7 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -52/+38 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -319/+342 |
| * | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 | 1 | -19/+41 |
| * | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -3/+2 |
| * | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 1 | -13/+13 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -11/+10 |
| * | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 | 1 | -2/+2 |
| * | Keep relations open until they are no longer needed. | Hiroshi Inoue | 2001-01-08 | 1 | -2/+3 |
| * | Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. | Tom Lane | 2001-01-07 | 1 | -91/+39 |
| * | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 | 1 | -4/+3 |
| * | From Stephan Szabo: | Tom Lane | 2000-12-05 | 1 | -15/+22 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -88/+107 |
| * | Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() | Hiroshi Inoue | 2000-11-14 | 1 | -3/+2 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -16/+4 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -3/+7 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -21/+4 |
| * | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -16/+14 |
| * | This is a stupid garden variety bug and I'm not sure why I didn't catch | Bruce Momjian | 2000-10-10 | 1 | -4/+7 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -2/+2 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -6/+7 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -308/+302 |
| * | This patch implements the following command: | Bruce Momjian | 2000-09-12 | 1 | -1/+66 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -7/+22 |
| * | Previous patch backed out. | Bruce Momjian | 2000-09-12 | 1 | -26/+65 |
| * | This patch is for the TODO item | Bruce Momjian | 2000-09-12 | 1 | -30/+37 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -8/+8 |
| * | This is mostly the same as an earlier patch I | Bruce Momjian | 2000-08-29 | 1 | -5/+90 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 1 | -84/+98 |
| * | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 | 1 | -2/+2 |
| * | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 | 1 | -1/+9 |
| * | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 | 1 | -3/+1 |