]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-12-06  Teodor SigaevFix stupid bug with sizeof
2005-12-06  Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-12-05  Tom LaneAdd regression test to see if the min/max values of...
2005-12-03  Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-02  Tom LaneFix obsolete description of -h option, per Andreas...
2005-12-01  Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-12-01  Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-11-30  Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-11-30  Michael Meskes- Made several variables "const char *" instead of...
2005-11-18  Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-16  Bruce MomjianProperly document return value of strpos().
2005-11-16  Bruce MomjianUpdate error message and documentation for fsync test.
2005-11-16  Bruce MomjianUpdate test_fsync to honor -f.
2005-11-13  Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-10  Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-09  Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-05  Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-05  Bruce MomjianBackpatch FAQ's for 8.0.X.
2005-11-04  Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-03  Teodor SigaevFix incorrect header size macros
2005-11-03  Tom LaneFix longstanding race condition in transaction log...
2005-11-01  Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-10-26  Bruce MomjianProperly update the 'group' flatfile when modifying...
2005-10-26  Bruce MomjianUpdate AIX FAQ, backpatch.
2005-10-25  Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-20  Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-20  Tom LanePrevent core dump in contrib version of autovacuum...
2005-10-19  Tom LaneBack-patch fix for proper labeling of whole-row Datums...
2005-10-14  Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14  Bruce Momjian[ Backpatch to 8.0.X.]
2005-10-12  Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-11  Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-11  Tom LaneFix oversight in 8.0 modification of RestrictInfo data...
2005-10-06  Neil ConwayBackpatch merge_db() example for PL/PgSQL to 8.0. Patch...
2005-10-05  Bruce MomjianUpdate Japanese FAQ.
2005-10-05  Bruce MomjianUpdate version number in faq.
2005-10-04  Bruce MomjianUpdate FAQ's in 8.0.X branch. (very small changes)
2005-10-04  Bruce MomjianAdd FAQ_hungarian.html to 8.0.X branch.
2005-10-03  Tom LaneCOPY's test for read-only transaction was backward... REL8_0_4
2005-10-03  Tom LaneStamp release 8.0.4.
2005-10-03  Tom LaneUpdate release notes for pending back-branch releases.
2005-10-03  Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-09-28  Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-28  Alvaro HerreraTranslation updates for the 8.0 branch
2005-09-28  Bruce MomjianUpdate Russian FAQ.
2005-09-23  Bruce MomjianBackpatch to 8.0.X:
2005-09-22  Bruce MomjianUpdate FAQ's in 8.0.X branch.
2005-09-20  Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-15  Teodor SigaevUpdate Snowball. I have to update it because of
2005-09-12  Tom LaneEnsure that any memory leaked during an error inside...
2005-09-12  Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-12  Michael MeskesFixed transaction command handling to not ignore savepo...
2005-09-11  Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-08  Tom LaneUpdate regression tests for new USA timezone data....
2005-09-07  Tom LaneUpdate timezone data files to release 2005m of the...
2005-09-03  Peter EisentrautTranslation update
2005-08-30  Teodor SigaevFix missing rows in query
2005-08-29  Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28  Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-27  Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-27  Bruce MomjianFix typo:
2005-08-26  Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26  Tom LaneBack-port recent MIPS and M68K spinlock improvements...
2005-08-25  Tom LaneBack-patch fixes for problems with VACUUM destroying...
2005-08-24  Michael Meskes - Check for NULL before checking whether argume...
2005-08-23  Tom LaneFix broken lrand48() implementation, per Merlin Moncure.
2005-08-20  Tom LaneInvoke mksafefunc and mkunsafefunc with :: decoration...
2005-08-17  Tom LaneRemove unnecessary configure test for inet_ntop(),...
2005-08-16  Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-08-15  Tom Lanearray_in() and array_recv() need to be more paranoid...
2005-08-15  Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-08-12  Bruce MomjianThis patch fixes the event type used to log output...
2005-08-12  Bruce Momjian[ backpatched to 8.0.X.]
2005-08-12  Bruce MomjianBackpatch fseeko fix for seeking from end of file.
2005-08-11  Bruce MomjianBackpatch new CVS home page URL.
2005-08-08  Tom LaneFix crash when reading 'timezone = unknown' from postgr...
2005-08-07  Tom LaneFix count_usable_fds() to stop trying to open files...
2005-08-02  Tom Lanermtree() reported the wrong pathname if final rmdir...
2005-08-02  Tom LaneBack-port several small portability fixes to get contri...
2005-07-30  Bruce MomjianUpdate AIX FAQ.
2005-07-29  Tom LaneBack-patch fix for NOT-below-a-NOT case.
2005-07-27  Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-22  Tom LaneFix compare_fuzzy_path_costs() to behave a bit more...
2005-07-18  Tom LaneIt appears that Darwin (OS X) does not cope well with...
2005-07-18  Tom LaneBack-patch fix for erroneous backslashing of LIKE pattern.
2005-07-18  Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-17  Tom LaneMake pg_regress accept a command-line option for the...
2005-07-17  Tom LaneBack-patch recent changes to alter the order of -L...
2005-07-15  Tom LaneCheck for out-of-range varoattno in deparse_context_for...
2005-07-15  Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-07-13  Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-08  Tom LaneFix config file lexer to not barf if postgresql.conf...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-04  Bruce MomjianBackpatch to 8.0.X openssl portability fixes to pgcrypto.
2005-07-04  Bruce MomjianFix date_trunct for December dates that are in the...
2005-07-03  Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
2005-06-27  Tom LaneModify pg_dump to assume that a check constraint is...
2005-06-25  Tom LaneForce a checkpoint before committing a CREATE DATABASE...
2005-06-25  Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-22  Neil ConwayCorrect some code in pg_restore when reading the header...
next