OSDN Git Service

pg-rex/syncrep.git
1997-08-31 Marc G. FournierUpdate patch from Peter <patches@maidast.demon.co.uk>
1997-08-30 Vadim B. MikheevAdd spi.o
1997-08-29 Bruce Momjianindent flag change.
1997-08-29 Bruce MomjianCleanup.
1997-08-29 Bruce MomjianAdd PGINDENT and support program.
1997-08-29 Vadim B. MikheevTupleUpdatedByCurXactAndCmd () changed due to
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-28 Vadim B. MikheevFix time_cmp
1997-08-28 Vadim B. MikheevClean CommandInfo after posting to client.
1997-08-28 Vadim B. MikheevFix for "default = '...'" in CREATE TYPE
1997-08-28 Vadim B. MikheevTests for CHECK/DEFAULT
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-27 Marc G. FournierOnly need to check for strerror once :)
1997-08-27 Bruce MomjianRemove unneeded stat calls.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-26 Bruce MomjianFix for pointer arithmetic.
1997-08-26 Bruce Momjianrename sections.
1997-08-26 Bruce Momjianunix.1 renamed to pgintro.1.
1997-08-26 Bruce MomjianManual page renaming.
1997-08-26 Bruce MomjianChange void * to Dllist*.
1997-08-25 Bruce Momjianpg_passwd cleanup.
1997-08-25 Bruce Momjianpg_passwd cleanup.
1997-08-25 Bruce Momjianpg_passwd cleanup
1997-08-25 Bruce Momjianpg_password utility. Cleanup for psql passwords. ...
1997-08-25 Bruce MomjianSmall cleanup.
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-22 Bruce MomjianUpdate .similar version file.
1997-08-22 Bruce MomjianFix for no NULL in CREATE TABLE.
1997-08-22 Bruce MomjianRemove compile warning.
1997-08-22 Bruce MomjianWarning in makefile added from DArcy.
1997-08-22 Vadim B. Mikheev+ ExecConstraints ()
1997-08-22 Vadim B. MikheevRestore CONSTRAINT keyword (was lost ... by unknown...
1997-08-22 Vadim B. Mikheev+ ExecConstraints()
1997-08-22 Vadim B. MikheevTurn constraints off for sequences & views
1997-08-22 Vadim B. MikheevRemove DEFAULT/CHECK infos from catalog on DROP TABLE
1997-08-22 Bruce MomjianWe store Cash/money as int of size 4, so make it an...
1997-08-22 Bruce MomjianFix for psql pager when no tty, cleanup for vacuum...
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 Vadim B. MikheevFetch information about DEFAULT/CHECK while openning...
1997-08-22 Vadim B. MikheevThere is no NULL constraint in CREATE TABLE - only...
1997-08-22 Vadim B. MikheevDEFAULT handling
1997-08-22 Vadim B. MikheevDefineRelation: DEFAULT/CHECK handling
1997-08-22 Vadim B. MikheevStore attr DEFAULT info in heap_create
1997-08-22 Vadim B. MikheevCreateTupleDescCopy don't copy constraints now!
1997-08-22 Bruce MomjianMake psql use pager only when it has a tty.
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 Bruce MomjianName change cleanup.
1997-08-21 Bruce MomjianRemove unused spin function when no spinlocks.
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-21 Vadim B. MikheevRead info for DEFAULT from pg_attrdef.
1997-08-21 Vadim B. MikheevSyntax for [CONSTRAINT name] CHECK ...
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-20 Bruce MomjianPortability fix for pg_dumpall.
1997-08-20 Bruce MomjianMore NOT_USEDs
1997-08-20 Bruce MomjianAdd static finding script.
1997-08-20 Vadim B. MikheevHTNegate/HTCommute/HTNegateCommute are not used.
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax (some tricks to get current scan...
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax
1997-08-20 Marc G. FournierChanges for Digital Unix
1997-08-19 Bruce MomjianFix for sunos4 difftime() call.
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 MomjianNow that names are null terminated, no need to do all...
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-17 Marc G. FournierMake sure that LIBPQDIR points to the right directory
1997-08-17 Marc G. FournierFix up paths to $(SRCDIR)
1997-08-16 Marc G. FournierAdd appropriate links into the interfaces directory...
1997-08-16 Marc G. FournierBring in Adrian's JDBC driver as an interface
1997-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-08-14 Vadim B. Mikheevsprintf "...%d...", ... (int)getpid(), ...
1997-08-14 Vadim B. Mikheev_hash_checkpage: cleanup for CASSERT
1997-08-12 Bruce MomjianThese changes allow the module to compile quietly when...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce Momjiancleanup of patch
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-08 Bruce MomjianAdd bsdi gcc2 options.
1997-08-06 Bruce MomjianFix for psort again.
1997-08-06 Bruce MomjianAnother psort fix.
1997-08-06 Bruce MomjianI think I finally got psort working for all cases.
1997-08-06 Bruce Momjianpsort cleanups.
1997-08-06 Bruce MomjianAnother fix.
1997-08-06 Bruce MomjianFix for palloc(0) in new code
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1997-08-06 Bruce MomjianAdd developers help file.
1997-08-06 Bruce MomjianFix for os version handling.
next