]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
1997-08-06  Vadim B. MikheevCatch non-functional delete attempts.
1997-08-03  Bruce MomjianCleanup for NAMEDATALEN use.
1997-08-03  Bruce MomjianComment out code that makes no sense, and Purify compla...
1997-08-02  Bruce MomjianPrevent relname unallocated string length from being...
1997-08-02  Bruce MomjianMakei configure less os-version specific, were possible.
1997-08-01  Bruce MomjianFix stout/stderr paging. Do not page \h select, but...
1997-08-01  Bruce MomjianFIx solaris template finding.
1997-08-01  Bruce MomjianFix psql error output.
1997-07-31  Bruce MomjianConfigure cleanup for /usr/ucb patch.
1997-07-30  Bruce MomjianLook in /usr/ucb first for install.
1997-07-30  Bruce Momjianconfigure.in cleanup for tr and strerror2.
1997-07-30  Bruce MomjianAdd -o to psql manual page.
1997-07-30  Bruce MomjianFix c++ copy example code.
1997-07-30  Bruce MomjianRemove restart instructions from INSTALL.
1997-07-30  Marc G. FournierDue to BIND 8.1.1, my Solaris 2.5.1 machine doesn't...
1997-07-30  Marc G. FournierCheck for and use <netdb.h> for postmaster.c, instead...
1997-07-30  Vadim B. MikheevAllow use parameters in target list having aggregates...
1997-07-30  Bruce Momjianconfigure.in cleanup from sco install.
1997-07-30  Bruce MomjianRemove HAVE_USAGE because it is no longer used.
1997-07-29  Bruce MomjianUpdate COPY manual page to remove unneeded warnings.
1997-07-29  Bruce MomjianUpdate configure after sunos4 update.
1997-07-29  Bruce MomjianAdd strerror to pg_version for sunos4.
1997-07-29  Thomas G. LockhartResults from initial changes to add new functions and...
1997-07-29  Thomas G. LockhartStart adding tests for new geometry functions.
1997-07-29  Thomas G. LockhartUse better routines from geometry library.
1997-07-29  Thomas G. LockhartChange call definition for isreltime().
1997-07-29  Thomas G. LockhartAdd new operators and functions for geometric types.
1997-07-29  Thomas G. LockhartAdd new routines.
1997-07-29  Thomas G. LockhartRemove some unnecessary include statements (comment...
1997-07-29  Thomas G. LockhartAdd routines for text trimming on both ends, substring...
1997-07-29  Thomas G. LockhartFix bug to allow hh:mm:ss time entry for timespan/relti...
1997-07-29  Thomas G. LockhartRemove #ifdef'd support for old i/o styles.
1997-07-29  Thomas G. LockhartUpdate some reltime code to use new common routines.
1997-07-29  Thomas G. LockhartAdd debugging statements.
1997-07-29  Bruce MomjianAdd PPC Linux to port list.
1997-07-29  Bruce MomjianmkLinux patches from Tatsuo Ishii.
1997-07-28  Bruce MomjianMakefile fix from Tatsuo Ishii.
1997-07-28  Bruce Momjianfix small memory free error.
next