]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-05-14  Tom LanePropagate enlargeStringInfo() fixes into the equivalent...
2004-05-14  Bruce MomjianProperly quote variable for makefile use.
2004-05-14  Bruce MomjianMove unixware thread stuff into Makefile.unixware.
2004-05-13  Bruce MomjianForce thread flags for all Unixware builds if threading...
2004-05-13  Bruce MomjianRefactor code to warn about configure link failures...
2004-05-13  Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-13  Bruce MomjianNo need for gcc thread stuff anymore, only cc.
2004-05-13  Bruce MomjianRemove warning about Unixware.
2004-05-13  Bruce MomjianFix Win32 bug with missing errno for strerror().
2004-05-13  Bruce MomjianWarn when MinGW fails to create symlinks during configu...
2004-05-12  Tom LaneTighten up overflow check in path_recv, pursuant to...
2004-05-12  Bruce MomjianHere's a patch that will allow external modules like...
2004-05-12  Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-12  Bruce MomjianRemove:
2004-05-12  Bruce MomjianFix bug by passing arg[0] to find_my_binary().
2004-05-11  Tom LaneYawn ... still another place not quite ready for zero...
2004-05-11  Bruce MomjianAs part of the work for making relocatable installs...
2004-05-11  Bruce MomjianAdd DELETE:
2004-05-11  Tom LaneAdd tests to enlargeStringInfo() to avoid possible...
2004-05-11  Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-11  Bruce MomjianAdd mention of rules/triggers:
2004-05-11  Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-05-11  Tom LaneRepair recalculation failure for nested sub-SELECTs...
2004-05-10  Bruce MomjianClean up indenting of Makefile filenames.
2004-05-10  Tom LanePromote row expressions to full-fledged citizens of...
2004-05-10  Neil ConwayFix typo.
2004-05-10  Bruce MomjianAdd variables names to static prototypes in initdb.c.
2004-05-10  Michael Meskes- Argh, just another bug in adjust_informix.
2004-05-10  Bruce MomjianAdd:
2004-05-08  Tom LaneFix a couple of oversights in new ALTER TABLE code...
2004-05-08  Tom LaneAlter string format used for integer and OID lists...
2004-05-08  Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-08  Bruce MomjianFix typo.
2004-05-08  Bruce MomjianImprove style of new log_statement_stats error message...
2004-05-08  Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-07  Neil ConwayRefactor CheckDropPermissions() to move some initializa...
2004-05-07  Tom LaneThe timezone() family of functions (a/k/a AT TIME ZONE...
2004-05-07  Michael Meskes- Added additional test case.
2004-05-07  Tom LaneSuppress 'uninitialized variable' warning emitted by...
2004-05-07  Teodor SigaevUse regprocedure type instead of oid. Usefull for human...
2004-05-07  Tom LaneNATURAL CROSS JOIN is a contradiction in terms, not...
2004-05-07  Bruce MomjianUppercase keyword for ecpg.
2004-05-07  Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-05-07  Bruce MomjianThrow error if log_statement_stats is used with conflic...
2004-05-07  Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-06  Bruce MomjianDone:
2004-05-06  Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-05-06  Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-05-06  Bruce MomjianUpdate todo/faq timestamps
2004-05-06  Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-06  Tom LaneRewrite nodeRead() in a less obfuscated fashion, per...
2004-05-06  Neil ConwayFix grammatical error in comment.
2004-05-05  Tom LaneSecond try at a portable unsetenv().
2004-05-05  Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-05-05  Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-05-05  Tom LaneUse a more portable technique for unsetting environment...
2004-05-05  Michael Meskes- Fixed bug in adjust_informix that treated arrays...
2004-05-05  Bruce MomjianDone:
2004-05-05  Neil ConwayFix a typo in the documentation.
2004-05-05  Tom LaneALTER TABLE rewrite. New cool stuff:
2004-05-03  Bruce MomjianMore PWD adjustments for win32.
2004-05-03  Neil ConwayFix obscure typo in 7.4.0 release notes.
2004-05-02  Bruce MomjianUse $build_platform for PWD flag test, per suggestion...
2004-05-02  Bruce MomjianUpdate catalog version for acl removal changes.
2004-05-02  Bruce MomjianRevert patch --- needs more generalized solution.
2004-05-02  Bruce MomjianAssign item:
2004-05-02  Bruce MomjianUpdate TODO item:
2004-05-02  Bruce MomjianSet PWDFLAGS based on test platform, not target platform.
2004-05-02  Bruce Momjianthis patch makes sure that:
2004-05-02  Bruce MomjianSet std error to no buffering on Win32.
2004-05-02  Bruce MomjianMore win32 adjustment for timezone directory.
2004-05-01  Bruce MomjianFix timezone data path for Unix and win32.
2004-05-01  Bruce MomjianAlign prototype in C code.
2004-05-01  Bruce MomjianRemove debug output line.
2004-05-01  Bruce MomjianRename function to be less win32 specific.
2004-05-01  Bruce MomjianUpdate Japanese FAQ.
2004-04-30  Bruce MomjianSuppress use of timezone library by ecpg.
2004-04-30  Bruce MomjianFix zic compiler to use pg version.
2004-04-30  Bruce MomjianAllow build of timezone database on unix.
2004-04-30  Bruce MomjianMore timezone build adjustments.
2004-04-30  Bruce MomjianTimezone code checks for HAVE_SYMLINK of zero, so use...
2004-04-30  Bruce MomjianMore cleanups for USE_PGTZ.
2004-04-30  Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30  Bruce MomjianAllow timezone to compile under Unix by blocking 'timez...
2004-04-30  Bruce MomjianConvert DOS newlines to Unix newlines.
2004-04-30  Bruce MomjianIntegrate timezone library to be called only from Win32.
2004-04-30  Bruce MomjianEnable use of our own timezone library for Win32.
2004-04-30  Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-04-30  Bruce MomjianTimezone library changes to map into our backend code.
2004-04-30  Bruce MomjianAdd Olson's public domain timezone library to src/timezone.
2004-04-29  Michael MeskesSynced parser and keyword list.
2004-04-29  Tom LaneMinor copy-editing.
2004-04-28  Bruce MomjianFix typo:
2004-04-27  Bruce MomjianImprove thread failure wording.
2004-04-27  Bruce MomjianEnable thread testing outside the source tree.
2004-04-27  Bruce MomjianDo thread testing from configure in a much cleaner...
2004-04-27  Bruce MomjianAdd comments.
2004-04-27  Bruce MomjianUse mktemp for temporary file names, per suggestion...
2004-04-27  Bruce MomjianMove postgres.h to the top of the C file.
2004-04-26  Bruce MomjianFix vpath for thread test.
next