Age | Commit message (Expand) | Author |
2002-03-06 | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane |
2002-02-26 | Restructure command-completion-report code so that there is just one | Tom Lane |
2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
2002-02-14 | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane |
2002-01-03 | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane |
2001-12-04 | Remove now-dead code for processing CONSTR_UNIQUE nodes in | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
2001-10-31 | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
2001-09-07 | Here is my much-promised patch to let people add UNIQUE constraints after | Bruce Momjian |
2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
2001-06-14 | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
2001-06-07 | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian |
2001-05-30 | These patches should fix check constraints not inheriting | Bruce Momjian |
2001-05-30 | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian |
2001-05-27 | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut |
2001-05-21 | Enhancement of SPI to get access to portals | Jan Wieck |
2001-05-09 | This patch should catch cases where the types | Bruce Momjian |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
2001-03-22 | 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-02-27 | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane |
2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
2001-01-23 | Rename int4 to int32 in a few places. | Bruce Momjian |
2001-01-08 | Keep relations open until they are no longer needed. | Hiroshi Inoue |
2001-01-07 | Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. | Tom Lane |
2000-12-22 | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane |
2000-12-05 | From Stephan Szabo: | Tom Lane |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-11-14 | Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() | Hiroshi Inoue |