]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-07-23  Bruce MomjianMore pg_dump patch cleanups.
1997-07-23  Bruce MomjianFix problems with pg_dump for iheritance, sequences...
1997-07-21  Bruce MomjianUpdate files and dates for 6.1.1 release. REL6_1_1
1997-07-16  Bruce MomjianSolaris .similar update.
1997-07-16  Bruce MomjianSolaris version update.
1997-07-15  Marc G. FournierSearch for ginstall before the other installs...
1997-07-15  Bruce Momjian.similar patch for irix
1997-07-15  Bruce MomjianUpdate supported ports.
1997-07-14  Bruce MomjianPrevent psql optarg free-ing
1997-07-14  Bruce MomjianUpdate for DGUX.
1997-07-14  Bruce MomjianMips sysv4 support.
1997-07-14  Bruce MomjianAdd sysv4 support to configure and docs.
1997-07-14  Bruce MomjianUpdate supported ports for 6.1.1 release.
1997-07-14  Bruce MomjianUpdate new items for 6.1.1
1997-07-14  Bruce MomjianUpdate new items in 6.1.1.
1997-07-13  Bruce MomjianUpdate HISTORY file for 6.1.1 release.
1997-07-13  Bruce MomjianUpdates for 6.1.1.
1997-07-13  Bruce MomjianAIX nm fix from Gerhard
1997-07-12  Bruce MomjianChange char to int as used in EOF compare, Gerhard
1997-07-12  Bruce MomjianHave pg_dumpall return proper status on exit
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-10  Bruce MomjianFix for assembler from Yoshihiko ICHIKAWA
1997-07-10  Bruce MomjianAllow underscores in user names.
1997-07-10  Bruce MomjianFixes from Jody Winston
1997-07-08  Bruce MomjianDate-type fixes from Tatsuo Ishii
1997-07-02  Thomas G. LockhartAdd information regarding date and time types and funct...
1997-07-02  Thomas G. LockhartAdd test results for "SET DateStyle" alternative dateti...
1997-07-01  Thomas G. LockhartInclude tests for DateStyle output format variations.
1997-07-01  Thomas G. LockhartFix code to do the right thing with mixed-endian client...
1997-07-01  Thomas G. LockhartInclude definitions for endian info if not in system...
1997-07-01  Thomas G. LockhartAdd flags to allow dynamic loader to find Postgres...
1997-07-01  Thomas G. LockhartRearrange DTK_x constants.
1997-07-01  Thomas G. LockhartUse common parser and encoder for timestamp data type.
1997-06-29  Bruce MomjianFox case-sensitivity for \d and allow trailing ; on...
1997-06-29  Bruce MomjianFix memory leak in psql.
1997-06-28  Vadim B. Mikheev_hash_first: release buf & metabuf if no tuples found...
1997-06-25  Bruce Momjianlextest cleanup.
1997-06-25  Bruce MomjianSmall pg_dumpall cleanup.
1997-06-25  Bruce MomjianMANPATH cleanup.
1997-06-25  Bruce Momjianfix for initdb --debug core dump, from Tatsuo Ishii
1997-06-25  Bruce MomjianTypo changes in tests/ examples.
1997-06-23  Thomas G. LockhartTest "SET DateStyle TO..." output options.
1997-06-23  Thomas G. LockhartAdapt expected output to drop ".00" from datetime secon...
1997-06-23  Thomas G. LockhartTest the "SET DateStyle TO..." date formatting modes.
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-23  Thomas G. LockhartUse the standard date/time encoder rather than strftime...
1997-06-23  Thomas G. LockhartModify EncodeDateTime() to suppress trailing ".00"...
1997-06-23  Thomas G. LockhartExpunge code not enabled with USE_NEW_DATE and USE_NEW_...
1997-06-21  Bruce Momjianpg_dump, pg_dumpall cleanups.
1997-06-20  Thomas G. LockhartFix predicted output for month boundary arithmetic...
1997-06-20  Thomas G. LockhartFix broken parsing for lists of options. Apparently...
1997-06-20  Thomas G. LockhartAdd parser category for "DST" Daylight Savings Time...
1997-06-20  Thomas G. LockhartFix leap year and month boundary arithmetic for datetim...
1997-06-20  Bruce MomjianCheck pgdump return request.
1997-06-20  Bruce MomjianAllow pg_dump to preserve owners of all objects.
1997-06-13  Bruce MomjianUpdate LInux and Irix FAQs. REL6_1
1997-06-13  Vadim B. MikheevsetVarAttrLenForCreateTable(): use varnoold/varoattno...
1997-06-12  Thomas G. LockhartAdd a few words from Vadim and an example on explain...
1997-06-12  Vadim B. MikheevFix replace_agg_clause() for unary operators.
1997-06-12  Bruce MomjianUpdate psql EXPLAIN help description, from Thomas.
1997-06-12  Vadim B. MikheevSomeone forgot about aligning in fastgetiattr()...
1997-06-12  Vadim B. MikheevDatum *idatum;
1997-06-11  Bruce MomjianUpdate docs for release.
1997-06-11  Vadim B. MikheevCompare 'char' and 'text' lexicographically.
1997-06-11  Vadim B. MikheevLexicographically compare 'char' and 'text'.
1997-06-11  Vadim B. Mikheevgeqo_rel_paths(): compute_joinrel_size() shouldn't...
1997-06-11  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-11  Marc G. FournierFrom: Robert Bruccoleri <bruc@bms.com>
1997-06-11  Marc G. FournierFrom: "Brian E. Gallew" <geek+@cmu.edu>
1997-06-11  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-11  Marc G. FournierFrom: "Eric H. Raskin" <ehr@listworks.com>
1997-06-10  Bruce MomjianLO patches for loimport/loexport from Raymond Toy
1997-06-10  Vadim B. Mikheev if ( rel->size <= 0 )
1997-06-10  Vadim B. Mikheev if ( new_rel->size <= 0 )
1997-06-10  Vadim B. MikheevDuplicates handling...
1997-06-07  Bruce MomjianUpdate docs for release.
1997-06-07  Bruce MomjianCleanup on xinv# table names.
1997-06-07  Bruce MomjianMake LO patter consistent with psql.
1997-06-07  Bruce Momjianavoid xinv* table name conflict with large objects.
1997-06-07  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-06-06  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-06  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-06  Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06  Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06  Thomas G. LockhartChange one date away from PST to avoid trouble after...
1997-06-06  Thomas G. LockhartChange one date away from PST to avoid trouble after...
1997-06-06  Bruce Momjianlowercase large object table name fix.
1997-06-06  Vadim B. Mikheevgimme_tree(): got rid of compute_rel_size() -
1997-06-06  Vadim B. MikheevAdded check is new item successfuly inserted to a page...
1997-06-06  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
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-06  Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-06-06  Marc G. FournierFrom: PortSite <info@portsite.nl>
1997-06-06  Marc G. FournierFrom: PortSite <info@portsite.nl>
1997-06-06  Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06  Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-05  Bruce MomjianFix for large objects and case sensitivity, from Raymon...
next