OSDN Git Service

Add User's Guide chapters on Data Definition and Data Manipulation.
[pg-rex/syncrep.git] / src / include /
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-04 Tom LaneFix broken pg_backend_pid reference, per Joe Conway.
2002-08-04 Bruce MomjianAnother backend_pid rename.
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Thomas G. LockhartMinor clarification or fix of typos.
2002-08-04 Thomas G. LockhartDefine macros for handling typmod manipulation for...
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-08-01 Bruce Momjian* -Remove LockMethodTable.prio field, not used (Bruce)
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-31 Bruce MomjianRename pid function to backend_pid().
2002-07-31 Bruce MomjianAdd function to access backend pid, pg_stat_get_backend...
2002-07-30 Bruce MomjianThe attached patch removes the last remnants of support for
2002-07-30 Bruce MomjianHere are two patches. The guc_and_tablefunc patch addre...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-29 Tatsuo IshiiFix typo. Remove #ifdef MULTIBYTE
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-24 Peter EisentrautRemove _deadcode.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-22 Peter EisentrautAdd unique index on pg_cast.oid, and document pg_cast...
2002-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-20 Bruce MomjianThe attached patch fixes a build problem with GEQO...
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-18 Bruce MomjianYou made a tiny little type in a comment in parsenodes...
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-16 Tatsuo IshiiAdd FindDefaultConversionProc
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-16 Bruce MomjianMark 'line' as 'not implemented' in SGML and psql ...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-14 Tom LaneAdd COMMENT ON CONSTRAINT facility (from Rod Taylor...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-08 Bruce MomjianFix typo in xl_heaptid comment
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-22 Bruce Momjianuint -> uint32, portability.
2002-06-20 Bruce MomjianAdd another missing SRF file.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-19 Tom LaneCacheMemoryContext should be DLLIMPORT.
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-06-16 Bruce MomjianRemove KSQO from GUC and move file to _deadcode.
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-06-14 Bruce MomjianSSL patch that adds support for optional client certifi...
2002-06-14 Bruce MomjianSSL patch to periodically renegotiate session key.
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-06-13 Tatsuo IshiiAdd GB18030 support. Contributed by Bill Huang <bill_hu...
2002-06-13 Tom LaneFurther tweaks to support display of sort keys in EXPLA...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-06-03 Bruce MomjianDocument that SM_* variables should be longer.
2002-06-03 Bruce MomjianMention SM_USER should be the same size as the others.
2002-05-27 Tom LaneDistinguish between MaxHeapAttributeNumber and MaxTuple...
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-21 Tom LaneSince COPY fires triggers, it seems like a good idea...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-18 Tom LaneAdd display of sort keys to the default EXPLAIN output.
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-18 Tom LaneChange set_plan_references and join_references to take...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
next