summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-07-20The attached patch fixes a build problem with GEQO when using theBruce Momjian
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Complete TODO item:Bruce Momjian
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18You made a tiny little type in a comment in parsenodes.h (abotu insteadBruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-18Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-16Add FindDefaultConversionProcTatsuo Ishii
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-16Mark 'line' as 'not implemented' in SGML and psql \dT, per ThomasBruce Momjian
2002-07-15Use the dependency mechanism to manage column defaults. We need thisTom Lane
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-14In DeleteAttributeTuples, use a single indexscan instead of the multipleTom Lane
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-08Fix typo in xl_heaptid commentBruce Momjian
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-26The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-25Back out cleanup patch. Got old version and needs work.Bruce Momjian
2002-06-25The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-22uint -> uint32, portability.Bruce Momjian
2002-06-20Add another missing SRF file.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-19CacheMemoryContext should be DLLIMPORT.Tom Lane
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Patch for current_schemas to optionally include implicit ...Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14SSL patch to periodically renegotiate session key.Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-13Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane