]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1998-10-02  Bruce Momjianregproc cleanups
1998-10-02  Bruce MomjianFix for regproc so proc name can be supplied if unique...
1998-10-02  Tom LaneFix potential coredump in pg_conndefaults (assigning...
1998-10-02  Bruce MomjianSearch contrib/tcl for tcl startup.
1998-10-02  Tom LaneClean up some minor bugs concerning what was inside...
1998-10-01  Bruce MomjianFix for constbyval.
1998-10-01  Bruce MomjianFix for constbyval .
1998-10-01  Marc G. Fournierfailed to add some of Jan's files :(
1998-10-01  Tom LaneGet rid of some long-dead code that thinks NOTIFY is...
1998-10-01  Tom LaneMake HP-PA S_UNLOCK a little faster and less dependent...
1998-10-01  Tom Lanepg_dump -z was careless about ownership of indexes.
1998-10-01  Tom LaneSimplify pg_result by using new libpq PQresultErrorMessage;
1998-10-01  Tom LaneUpdate libpq to store an error message in PGresult...
1998-10-01  Tom LaneChange HPUX loader flags to trap null pointer derefs
1998-09-30  Thomas G. LockhartUpdate to track newest gram.y.
1998-09-30  Thomas G. LockhartAdd as many keywords as possible to column identifier...
1998-09-30  Thomas G. LockhartMessage changed slightly since "rename" is now allowed...
1998-09-30  Thomas G. LockhartClean up pages. Add information for operator precedence.
1998-09-30  Thomas G. LockhartAdd new SQL reference page and the first utility/app...
1998-09-29  Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-09-27  Edmund Merglpgsql_perl5-1.8.0
1998-09-25  Bruce Momjianmulti-byte fix from Tatsuo Ishii
1998-09-25  Bruce MomjianAdd new Makefile from Jan.
1998-09-25  Thomas G. LockhartBracket filename in LOAD error message with single...
1998-09-25  Thomas G. LockhartUpdate to track gram.y.
1998-09-25  Thomas G. LockhartCleanup markup and minor editing to prepare for first...
1998-09-25  Thomas G. LockhartInclude the graphics directory in build lookup path.
1998-09-25  Thomas G. LockhartClean up existing debugging print statements.
1998-09-25  Thomas G. LockhartClean up code in analyze.c for SERIAL data type.
1998-09-25  Bruce MomjianFix comment for regproc.
1998-09-25  Bruce MomjianMB patches from Tatsuo Ishii
1998-09-23  Bruce MomjianFix for datetime from Tatsuo Ishii
1998-09-23  Bruce MomjianFix for oidArray from Christopher Oliver.
1998-09-23  Bruce MomjianAllow 8-key indexes.
1998-09-23  Marc G. FournierAdd in, I think, support for %lld in snprintf(), specif...
1998-09-22  Bruce MomjianFix for SELECT NOT boolfield FROM table
1998-09-22  Bruce MomjianCleanup for oid8[] from Tatsuo Ishii.
1998-09-22  Bruce MomjianHere are some patches to fix up the regression tests...
1998-09-22  Bruce MomjianAdd .h to string include.
1998-09-22  Thomas G. LockhartEditing and markup cleanup.
1998-09-21  Bruce MomjianFix for AND/OR handling.
1998-09-21  Marc G. FournierFrom: Michael Meskes <meskes@usa.net>
1998-09-21  Marc G. FournierFrom: Michael Meskes <meskes@usa.net>
1998-09-21  Bruce MomjianFix for \z formatting from Tom Lane.
1998-09-21  Bruce MomjianThis patch covers several to-do items that I had for...
1998-09-20  Bruce Momjianautoconf
1998-09-20  Bruce MomjianFix for memory leak, configure path fix, from Tom Lane.
1998-09-20  Bruce MomjianFix memory leak from Tom Lane.
1998-09-20  Bruce MomjianI also noticed that pg_dump contains a copy of the...
1998-09-18  Bruce MomjianRegression test cleanup.
1998-09-18  Bruce MomjianNS32K lock patch reversed.
1998-09-18  Bruce MomjianFixes for VC and libpq.
1998-09-18  Bruce MomjianFix for NS32K machine.
1998-09-18  Bruce Momjianfix for aix snprintf
1998-09-18  Bruce MomjianRemove /usr/local/* from templates.
1998-09-18  Bruce MomjianFix for \df.
1998-09-18  Bruce MomjianNew gram.c
1998-09-16  Thomas G. LockhartUpdate entries for MkLinux and Linux/ix86 for Postgres...
1998-09-16  Thomas G. LockhartAdd Unix-specific installation and configuration info...
1998-09-16  Thomas G. LockhartMarkup and editing adjustments...
1998-09-16  Thomas G. LockhartConsolidate Jan's rules test into one file.
1998-09-16  Thomas G. LockhartSupport specifying PRIMARY KEY for the SERIAL type.
1998-09-16  Thomas G. LockhartSupport specifying PRIMARY KEY for the SERIAL type.
1998-09-16  Thomas G. LockhartUse oper_select_candidate() for unary operators
1998-09-15  Marc G. FournierForgot to remove README-1ST from the repository ...
1998-09-14  Marc G. Fourniertabularized a little bit...
1998-09-14  Marc G. FournierA sort of 'log' of what operating systems are supported...
1998-09-14  Marc G. FournierChange order of install...installing interfaces is...
1998-09-14  Bruce MomjianAdd new make_oidjoin_check utility and template1_check...
1998-09-13  Thomas G. LockhartRemove remnant from obsolete char16 data type.
1998-09-13  Thomas G. LockhartUpdate to new DECLARE and FETCH features in gram.y.
1998-09-13  Thomas G. LockhartSupport SQL92-ish DECLARE and FETCH commands.
1998-09-13  Bruce MomjianHere are some additional patches needed to get the...
1998-09-12  Bruce Momjianrename java file for Peter.
1998-09-12  Bruce MomjianIrix lock fix from Robert Bruccoleri
1998-09-12  Bruce MomjianThe pg_atoi() function uses strtol() to convert the...
1998-09-11  Bruce Momjianautoconf
1998-09-11  Bruce MomjianRemove lld from LONG LONG name
1998-09-11  Bruce Momjianautoconf
1998-09-11  Bruce MomjianThe attached patches fix the following problems:
1998-09-11  Bruce Momjianautoconf
1998-09-11  Bruce MomjianRemove %qd.
1998-09-11  Bruce MomjianTatsuo Ishii fix for pg_user crash, with slight modific...
1998-09-11  Bruce Momjian%lld fix.
1998-09-11  Bruce Momjianupdate pginterface
1998-09-11  Bruce MomjianUpdate pginterface for 6.4. add manual page.
1998-09-10  Bruce Momjianlong long cleanup
1998-09-10  Vadim B. MikheevAdded attributes for primary/unique/foreign keys...
1998-09-10  Bruce MomjianFix for length in libpq from Tom Lane.
1998-09-10  Bruce Momjianautoconf
1998-09-10  Bruce Momjian%lld not %Ld
1998-09-10  Bruce MomjianMore bsdi 4.0 additions.
1998-09-10  Bruce Momjianbsdi 4.0.
1998-09-10  Bruce MomjianAdd some support for BSDI 4.0.
1998-09-10  Vadim B. MikheevPorting efforts... :)
1998-09-10  Vadim B. Mikheevflock --> fcntl
1998-09-10  Bruce Momjiancleanup
1998-09-10  Bruce MomjianCleanup of configure.in
1998-09-10  Bruce Momjianautoconf
1998-09-10  Bruce MomjianAllow long long on BSDI.
next