]> granicus.if.org Git - postgresql/history - src/include
Massive commit to run PGINDENT on all *.c and *.h files.
[postgresql] / src / include /
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-06 Vadim B. MikheevCleanups.
1997-09-04 Thomas G. LockhartAdd comparision routines to support indices on datetime...
1997-09-04 Thomas G. LockhartAdd comparision routines and catalog entries to support...
1997-09-04 Bruce MomjianFix conditional casting.
1997-09-04 Vadim B. Mikheevstruct Trigger changed
1997-09-04 Vadim B. MikheevPrototypes, definitions...
1997-09-04 Vadim B. Mikheevpg_trigger changed
1997-09-01 Vadim B. MikheevTriggers added to Relation
1997-09-01 Vadim B. Mikheev+ Member for actions in CreateTrigStmt.
1997-09-01 Vadim B. MikheevFunction prototypes.
1997-09-01 Vadim B. Mikheev#define TriggerRelationName "pg_trigger"
1997-09-01 Thomas G. LockhartAdd structure for subselects.
1997-09-01 Thomas G. LockhartFix return value data type declarations for box_circle...
1997-08-31 Vadim B. MikheevCREATE/DROP TRIGGER statement nodes
1997-08-31 Vadim B. MikheevCREATE/DROP TRIGGER functions
1997-08-31 Vadim B. MikheevWelcome, triggers
1997-08-29 Vadim B. MikheevNew results destination for SPI manager.
1997-08-29 Vadim B. MikheevSPI manager.
1997-08-29 Vadim B. MikheevFix very old bug which made tuples changed/inserted...
1997-08-29 Bruce Momjianheap_getattr fix for aix.
1997-08-27 Vadim B. MikheevNumber of tuples inserted/affected by INSERT/UPDATE...
1997-08-27 Vadim B. Mikheevheap_delete returns int now (for non-functional deletes).
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-25 Bruce MomjianSmall cleanup.
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-22 Vadim B. Mikheev+ ExecConstraints ()
1997-08-22 Bruce MomjianWe store Cash/money as int of size 4, so make it an...
1997-08-22 Vadim B. MikheevConstraintDef changed
1997-08-22 Vadim B. MikheevSet attbyval for attdisbursion to FALSE
1997-08-22 Vadim B. Mikheev+ CreateTupleDescCopyConstr
1997-08-22 Bruce MomjianAllow functions and operators on internally-identical...
1997-08-21 Bruce MomjianChange time function names to be more consistent, and...
1997-08-21 Vadim B. Mikheev#definitions for pg_attrdef & pg_relcheck names
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-21 Vadim B. Mikheev+ extern double *box_area(BOX *box);
1997-08-21 Vadim B. Mikheev+ struct ConstaintDef - for constraints.
1997-08-21 Vadim B. MikheevNew system relations to store DEFAULT/CHECK expressions.
1997-08-20 Bruce MomjianMore NOT_USEDs
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-17 Marc G. FournierFixes for alphalinux port by abrams@philos.umass.edu
1997-08-17 Marc G. FournierChanges so that it actually checks for <readline/histor...
1997-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-06 Bruce MomjianI think I finally got psort working for all cases.
1997-08-06 Bruce Momjianpsort cleanups.
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-30 Marc G. FournierCheck for and use <netdb.h> for postmaster.c, instead...
1997-07-30 Bruce MomjianRemove HAVE_USAGE because it is no longer used.
1997-07-29 Thomas G. LockhartAdd new operators and functions for geometric types.
1997-07-29 Thomas G. LockhartAdd new routines.
1997-07-29 Bruce MomjianmkLinux patches from Tatsuo Ishii.
1997-07-28 Bruce MomjianAdd SCO files.
1997-07-27 Bruce MomjianHPUX 10 patches from Vladimir Turin
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-07-14 Bruce MomjianMips sysv4 support.
1997-07-11 Thomas G. LockhartRemove endian information which is now in port-specific...
1997-07-11 Thomas G. LockhartModify port-specific definitions to support missing...
1997-07-01 Thomas G. LockhartInclude definitions for endian info if not in system...
1997-07-01 Thomas G. LockhartRearrange DTK_x constants.
1997-06-23 Thomas G. LockhartRemove code not previously enabled with USE_NEW_DATE...
1997-06-23 Thomas G. LockhartDrop internal routines for formatting time output....
1997-06-20 Thomas G. LockhartAdd parser category for "DST" Daylight Savings Time...
1997-06-06 Marc G. FournierFrom: "Brian E. Gallew" <geek+@cmu.edu>
1997-06-06 Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-06-04 Vadim B. MikheevDefinition for RelationForgetRelation().
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-06-03 Thomas G. LockhartPut parens around macro arguments for safety per D...
1997-06-03 Vadim B. Mikheev#define GEQO_RELS 6 (not 7)
1997-06-02 Vadim B. Mikheev#define GEQO_RELS 7
1997-06-01 Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-06-01 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-01 Bruce MomjianEnable GEQO for more than six tables, from Martin.
1997-05-31 Bruce MomjianFix for SELECT * INTO TABLE for char(), varchar() fields.
1997-05-30 Vadim B. MikheevAdded: new BTP_CHAIN flag (if hikey == firstkey then...
1997-05-26 Thomas G. LockhartEnsure double alignment for time and arrays of circles.
1997-05-23 Thomas G. LockhartEnable new date and time definitions to allow Solaris...
1997-05-22 Vadim B. Mikheevgist.h:
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-20 Vadim B. MikheevDefine FREE(x) as pfree.
1997-05-17 Edmund Mergladded const declaration in form() E.Mergl
1997-05-14 Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-13 Marc G. FournierFrom: "Brian E. Gallew" <geek+@cmu.edu>
1997-05-11 Thomas G. LockhartAdd type conversion functions between floats and integers.
1997-05-11 Thomas G. LockhartAdd a few type conversion functions.
1997-05-07 Marc G. FournierFrom: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>
1997-05-06 Thomas G. LockhartChange dummy array dimensions from [0] to [1] to keep...
1997-05-06 Thomas G. LockhartRename LOread() and LOwrite() to loread() and lowrite...
1997-05-06 Thomas G. LockhartRename LOread() and LOwrite() to be lower case to allow use
1997-04-29 Vadim B. MikheevFix GroupBy: enable functions over aggregates and Group...
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case for case-insen...
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case in pg_proc.h
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case if referenced...
1997-04-26 Marc G. Fournierclean up the bin/*/Makefiles...up version.h to v6.1...
next