]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-11-30  Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-11-27  Tom LaneBack-patch change to make DISCARD ALL release advisory...
2008-11-26  Michael MeskesReplaced strchrnul by strchr.
2008-11-26  Michael MeskesWhen creating a varchar struct name braces must be...
2008-11-25  Tom Laneinformation_schema.key_column_usage.position_in_unique_...
2008-11-15  Peter EisentrautFix crash of xmlconcat(NULL)
2008-11-13  Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-13  Peter EisentrautSince the xmlagg section was moved, "below" is no longe...
2008-11-12  Tom LaneIn predtest.c, install a limit on the number of branche...
2008-11-12  Heikki LinnakangasFix off-by-one error in autovacuum shmem struct sizing...
2008-11-12  Andrew DunstanDetect and error out on inability to get proper linkage...
2008-11-11  Magnus HaganderMention the tup_fetched column in pg_stat_database.
2008-11-11  Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-11-10  Tom LaneFix bugs in sqlchar_to_unicode and unicode_to_sqlchar...
2008-11-10  Tom LaneFix old bug in contrib/sslinfo: X509_NAME_to_text freed...
2008-11-04  Bruce MomjianDocument that 'sslmode' is ignored for Unix domain...
2008-10-31  Marc G. Fourniercommit for 8.3.5 REL8_3_5
2008-10-30  Tom LaneUpdate back-branch release notes.
2008-10-30  Peter EisentrautTranslation updates
2008-10-30  Magnus HaganderRevert previous patch to put the shared memory segment...
2008-10-30  Tom LaneUpdate time zone data files to tzdata release 2008i...
2008-10-30  Peter EisentrautMissing space in error message
2008-10-30  Peter EisentrautImprove new message
2008-10-30  Tom LaneFix recoveryLastXTime logic so that it actually does...
2008-10-27  Tom LaneInstall a more robust solution for the problem of infin...
2008-10-26  Tom LaneBetter solution to the IN-list issue: instead of having...
2008-10-25  Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-25  Tom LaneFix an old bug in after-trigger handling: AfterTriggerE...
2008-10-23  Magnus HaganderFix memory leak when using gsslib parameter in libpq...
2008-10-23  Peter EisentrautOn second thought, let's not get involved in correcting...
2008-10-22  Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-17  Peter EisentrautSmall correction SQL feature table
2008-10-17  Teodor SigaevFix small bug in headline generation.
2008-10-17  Teodor SigaevDuring repeated rescan of GiST index it's possible...
2008-10-16  Neil ConwayFix a small memory leak in ExecReScanAgg() in the hashe...
2008-10-16  Tom LaneFix SPI_getvalue and SPI_getbinval to range-check the...
2008-10-10  Tom LaneFix COPY documentation to not imply that HEADER can...
2008-10-10  Tom LaneFix omission of DiscardStmt in GetCommandLogLevel,...
2008-10-10  Michael MeskesOptional arguments should be optional.
2008-10-09  Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
2008-10-09  Tom LaneFix crash in bytea-to-XML mapping when the source value...
2008-10-09  Heikki LinnakangasForce a checkpoint in CREATE DATABASE before starting...
2008-10-07  Heikki LinnakangasWhen a relation is moved to another tablespace, we...
2008-10-02  Tom LaneFix improper display of fractional seconds in interval...
2008-10-01  Magnus HaganderLink libpq with libgssapi if configure finds it, as
2008-09-30  Tom LaneRecent patches to pg_ctl broke "pg_ctl restart" for...
2008-09-27  Andrew DunstanCompare escaped chars case insensitively for ILIKE...
2008-09-24  Tom LaneFix more problems with rewriter failing to set Query...
2008-09-24  Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-19  Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-09-19  Marc G. Fourniertag for 8.3.4 REL8_3_4
2008-09-19  Tom LaneUpdate back-branch release notes.
2008-09-17  Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-09-16  Tom LaneWiden the nLocks counts in local lock tables from int...
2008-09-16  Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15  Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-12  Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-09-11  Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10  Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-09-01  Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-09-01  Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-08-29  Tom LaneFix bug in original implementation of xmlserialize...
2008-08-26  Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
2008-08-26  Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-23  Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-08-21  Bruce MomjianMention that pg_dump does not dump ALTER DATABASE ...
2008-08-20  Michael MeskesFixed incorrect argument handling in SET command if...
2008-08-20  Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-08-16  Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-08-16  Bruce MomjianSynchronize Borland libpq makefile to match MSVC. ...
2008-08-14  Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-10  Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-08-08  Tom LaneInstall checks in executor startup to ensure that the...
2008-08-05  Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-08-03  Tom LaneFix copy-and-pasteo that's causing pg_regress to lie...
2008-07-29  Magnus HaganderCleanup reference to config.pl so it makes sense not...
2008-07-29  Magnus HaganderDocument which versions of ActivePerl and ActiveTcl...
2008-07-24  Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-23  Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-22  Tom LaneUpdate link to Oleg and Teodor's GIN page.
2008-07-21  Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-18  Bruce MomjianProperly document archive/restore command examples...
2008-07-17  Alvaro HerreraAdd MSVC++ debug libraries to .cvsignore.
2008-07-17  Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-11  Tom LaneFix an oversight in the original implementation of...
2008-07-10  Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-07-08  Tom LaneFix performance bug in write_syslog(): the code to...
2008-07-08  Heikki LinnakangasFix WAL file cutoff point calculation in pg_standby.
2008-07-07  Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-07-07  Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-07-07  Peter EisentrautAdded documentation for xmlagg function.
2008-07-06  Tom LanePrevent integer overflows during units conversion when...
2008-07-04  Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-07-03  Tom LaneFix transaction-lifespan memory leak in xpath(). Repor...
2008-07-01  Tom LaneFix identify_system_timezone() so that it tests the...
2008-06-27  Tom LaneConsider a clause to be outerjoin_delayed if it referen...
2008-06-27  Magnus HaganderFix standalone libpq build on win32.
2008-06-27  Bruce MomjianFix 'pg_ctl reload' to properly preserve postmaster...
2008-06-19  Tom LaneFix a few places that were non-multibyte-safe in tsearc...
2008-06-18  Tom LaneImprove error reporting for problems in text search...
next