| Commit message (Expand) | Author | Age |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian | 2002-08-01 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Rename pid function to backend_pid(). | Bruce Momjian | 2002-07-31 |
* | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian | 2002-07-31 |
* | The attached patch removes the last remnants of support for | Bruce Momjian | 2002-07-30 |
* | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian | 2002-07-30 |
* | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | Fix typo. Remove #ifdef MULTIBYTE | Tatsuo Ishii | 2002-07-29 |
* | Implement DROP CONVERSION | Tatsuo Ishii | 2002-07-25 |
* | Remove _deadcode. | Peter Eisentraut | 2002-07-24 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut | 2002-07-22 |
* | Code review for SHOW output changes; fix horology expected files for | Tom Lane | 2002-07-20 |
* | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian | 2002-07-20 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian | 2002-07-20 |
* | Complete TODO item: | Bruce Momjian | 2002-07-19 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Complete TODO item: | Bruce Momjian | 2002-07-18 |
* | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 |
* | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane | 2002-07-18 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 |
* | You made a tiny little type in a comment in parsenodes.h (abotu instead | Bruce Momjian | 2002-07-18 |
* | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 |
* | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian | 2002-07-18 |
* | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Add FindDefaultConversionProc | Tatsuo Ishii | 2002-07-16 |
* | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 |
* | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian | 2002-07-16 |
* | Use the dependency mechanism to manage column defaults. We need this | Tom Lane | 2002-07-15 |
* | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane | 2002-07-14 |
* | In DeleteAttributeTuples, use a single indexscan instead of the multiple | Tom Lane | 2002-07-14 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii | 2002-07-11 |
* | Fix typo in xl_heaptid comment | Bruce Momjian | 2002-07-08 |
* | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 |
* | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 |
* | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian | 2002-07-02 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated | Bruce Momjian | 2002-07-02 |
* | This patch, which is built upon the "HeapTupleHeader accessor macros" | Bruce Momjian | 2002-07-02 |
* | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 |
* | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-26 |
* | Back out cleanup patch. Got old version and needs work. | Bruce Momjian | 2002-06-25 |
* | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-25 |
* | uint -> uint32, portability. | Bruce Momjian | 2002-06-22 |