]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-09-02  Bruce MomjianThe current implementation of dbsize doesn't handle...
2004-09-02  Tom LaneRemove obsolete comment.
2004-09-01  Tom LaneTweak prettyprinting rules for saner indenting of UNION...
2004-09-01  Bruce MomjianFix bcc to compile libpq by creating include file for...
2004-09-01  Bruce MomjianRealign libpq and psql for need for path.c under Win32...
2004-09-01  Bruce MomjianBack out Cygwin timezone change until we have a more...
2004-09-01  Tom LaneFix mistaken comment.
2004-09-01  Tom LaneWhack Wisconsin benchmark around until it actually...
2004-09-01  Tom LaneAdd code to be able to match the timezone name on local...
2004-09-01  Tom LaneRemove a stray reference to sequences as having tablesp...
2004-09-01  Dennis BjorklundTranslation updates
2004-09-01  Tom LaneAdd a note about the difference between Postgres' treat...
2004-09-01  Bruce MomjianCast _timezone to int from time_t for Cygwin.
2004-09-01  Bruce MomjianAdd index mention:
2004-09-01  Bruce Momjiansrc/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
2004-08-31  Tom Laneneeds_toast_table() should ignore dropped columns.
2004-08-31  Tom LaneCode review for recent changes in guc-file.l. Avoid...
2004-08-31  Tom LaneCode review for various recent GUC hacking. Don't...
2004-08-31  Tom LaneFix unintended assignment of sequences to the containin...
2004-08-31  Tom LaneFlushRelationBuffers was also being a bit cavalier...
2004-08-31  Tom Lanecopy_relation_data was mistakenly assuming that the...
2004-08-31  Bruce MomjianDefine lstat with parameters, rather than just redefini...
2004-08-31  Bruce MomjianFix typo in lstat() macro exposed by new tablespace...
2004-08-31  Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-31  PostgreSQL... tag configure beta2 REL8_0_0BETA2
2004-08-30  Tom LaneImprove spinlock selftest to make it able to detect...
2004-08-30  Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-30  Tom LaneAvoid ambiguity, as per suggestion from Peter Stricker.
2004-08-30  Tom LaneRather than referring to src/tutorial/README, put the...
2004-08-30  Tom LaneFix obviously-utterly-untested noTocComments code.
2004-08-30  Tom LaneEnsure that the remainder of the current pg_clog page...
2004-08-30  Tom LaneFix failure to advance nextXID beyond subtransactions...
2004-08-30  Bruce MomjianRemove item because it is on the open item list:
2004-08-30  Tom LaneTweak md.c logic to cope with the situation where WAL...
2004-08-30  Tom LaneDept. of second thoughts: it'd be a good idea to flush...
2004-08-30  Bruce MomjianAdd Win32 service capability to pg_autovacuum.
2004-08-30  Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-30  Tom LaneAdd note that contrib/rserv is gone.
2004-08-30  Tom LaneAdd explicit note that empty-string array element value...
2004-08-29  Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29  Bruce MomjianUpdate typedefs with /lib info.
2004-08-29  Tom LaneReplace bcopy by memmove for more portability.
2004-08-29  Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29  Bruce MomjianPgindent run for 8.0.
2004-08-29  Bruce MomjianUpdate with new typedefs. Remove java and c++ parts...
2004-08-29  Bruce MomjianUpdate copyright to 2004.
2004-08-29  Bruce MomjianFix for postmaster.c function win32_waitpid(int *exitst...
2004-08-29  Bruce MomjianAdjust regression expected file for new grant language...
2004-08-29  Bruce MomjianAdd hint about using GRANT with non-trusted languages.
2004-08-29  Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29  Bruce MomjianAdd comment on palloc use and DLLIMPORT>
2004-08-29  Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-08-28  Bruce MomjianThe attached patch improves pg_ctl's win32 service...
2004-08-28  Bruce Momjian> Am Dienstag, 17. August 2004 14:26 schrieb Fabien...
2004-08-28  Bruce MomjianFix high-bit comparison compiler warning in pg_dump.
2004-08-28  Bruce MomjianAdd regression tests for ALTER INDEX.
2004-08-28  Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28  Bruce MomjianPropogate pg_ctl -D to the postmaster for command-line...
2004-08-28  Tom LaneAdd missing Assert to make TransactionIdDidAbort more...
2004-08-28  Tom LaneRemove contrib/rserv, since there are better replicatio...
2004-08-28  Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-28  Bruce Momjian> > Another issue is that when installing the Postgres...
2004-08-28  Bruce MomjianUse dynamic buffer for token buffer in win32 admin...
2004-08-28  Tom LaneFix relcache to account properly for subtransaction...
2004-08-28  Joe ConwayFurther tightening of the array literal parser. Prevent...
2004-08-28  Tom LaneCan't truncate pg_subtrans during a recovery checkpoint...
2004-08-28  Tom LaneAdd missing semicolon; some bison versions warn of...
2004-08-27  Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-08-27  Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-27  Bruce MomjianUpdate wording:
2004-08-27  Bruce MomjianUpdate win32 comments.
2004-08-27  Bruce MomjianUpdate:
2004-08-26  Tom LaneFix user locks. Broken some time ago for all platforms...
2004-08-26  Tom LaneImprove some comments.
2004-08-26  Bruce MomjianNew Win32 wording that mentions "code".
2004-08-26  Bruce MomjianUpdate documentation to prefer CIDR format for pg_hba...
2004-08-26  Bruce MomjianUpdate Win32 wording.
2004-08-26  Bruce MomjianAdd warning about Win32 bugs in this release.
2004-08-26  Bruce MomjianUpdate Japanese FAQ.
2004-08-26  Bruce MomjianUpdate tcp connection faq.
2004-08-26  Bruce MomjianAdd:
2004-08-25  Tom LaneFix typo in comment, per Andrew Dunstan.
2004-08-25  Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-24  Peter EisentrautTranslation update
2004-08-24  Peter EisentrautTranslation update
2004-08-24  Tom LaneAllow second and subsequent names in a qualified (dotte...
2004-08-24  Bruce MomjianUpdate item:
2004-08-24  Neil ConwayVarious minor improvements to the SGML documentation...
2004-08-23  Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-23  Bruce MomjianMention removal of page images in PITR files:
2004-08-23  Bruce MomjianUpdate that 8.0 will support MS Win natively.
2004-08-23  Bruce MomjianUpdate newest version number.
2004-08-22  Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-08-22  Tom LaneCode review for ALTER INDEX patch.
2004-08-21  Bruce MomjianFix tab completion for ALTER INDEX.
2004-08-21  Tom LaneSeems it would be nice if the ALTER INDEX ref page...
2004-08-21  Tom LaneFix typo (extraneous comma).
2004-08-21  Bruce MomjianMention that to_char(interval) will be removed in 8.1.
2004-08-21  Bruce MomjianRemove Solaris bug mention in pg_hba.conf.
2004-08-21  Bruce MomjianFix pg_ctl -w to properly wait on server startup.
next