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