aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Don't go belly-up if fork() fails for a routine checkpoint subprocess.Tom Lane2001-03-14
* Fix numeric modulo operator for case of fractional right argument.Tom Lane2001-03-14
* New shutdown wording:Bruce Momjian2001-03-14
* Fix some memory leaks.Hiroshi Inoue2001-03-14
* ifdef out reindex stuff in VACUUM for safety.Hiroshi Inoue2001-03-14
* Provide more useful error message if 'postgres -V' failed. AdvertisePeter Eisentraut2001-03-13
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-13
* - Use subselect when enabling triggers,Philip Warner2001-03-13
* The attached file contains the registry settings required to install theHiroshi Inoue2001-03-13
* XLOG (and related) changes:Tom Lane2001-03-13
* Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers ofTom Lane2001-03-12
* Add uninstall target to Java build.Peter Eisentraut2001-03-11
* Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBCTom Lane2001-03-10
* Provide a hack to let initialization happen on platforms for whichTom Lane2001-03-10
* Do not accept values from sections following the specified section.Tom Lane2001-03-10
* Use install-sh unconditionally.Peter Eisentraut2001-03-10
* FATAL errors should cause exit with nonzero status if we are not runningTom Lane2001-03-10
* 1)Allow the access to indexes with up to 16 keys.Hiroshi Inoue2001-03-10
* Don't choke on superuser names containing random punctuation.Tom Lane2001-03-09
* Recursive distclean shouldn't depend on recursive clean. SubdirectoriesPeter Eisentraut2001-03-09
* hold interupts during LockWaitCancel().Hiroshi Inoue2001-03-09
* A subplan invoked within an aggregate function's argument shouldTom Lane2001-03-08
* Modify wchar conversion routines to not fetch the next byte past the endTom Lane2001-03-08
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-07
* > Applied. Thanks.Bruce Momjian2001-03-07
* pltcl_loadmod has problems with big (>4k) modules because of missing incrBruce Momjian2001-03-07
* Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if they name actualTom Lane2001-03-06
* Help message s/dump/restore/ (must have been copy&pasted from pg_dump).Peter Eisentraut2001-03-06
* Tue Mar 06 12:05:00 GMT 2001 peter@retep.org.ukPeter Mount2001-03-06
* - Dump relevant parts of sequences only when doing schemaOnly & dataOnlyPhilip Warner2001-03-06
* - Only disable triggers in DataOnly (or implied data-only) restores.Philip Warner2001-03-06
* Update email addresses.Bruce Momjian2001-03-05
* Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian2001-03-05
* Ok, I've split todays commit into three, the first two already done had somePeter Mount2001-03-05
* Minor fixes...Peter Mount2001-03-05
* Update mysql converter, new version released.Bruce Momjian2001-03-04
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-03
* Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain2001-03-03
* Add oid to list of keys cached.D'Arcy J.M. Cain2001-03-03
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-03
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-03
* Add missing include.Peter Eisentraut2001-03-01
* Fix memory leak.Peter Eisentraut2001-03-01
* Ensure previous setting of pset.queryFout is restored after a failedTom Lane2001-03-01
* Add missing semicolon required by QNX shell.Peter Eisentraut2001-03-01
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-01
* Do not strip whitespace within quotes.Peter Eisentraut2001-02-28
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane2001-02-27
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27