]> granicus.if.org Git - postgresql/shortlog
postgresql
2009-04-06 Teodor SigaevFix 'all at one page bug' in picksplit method of R...
2009-04-04 Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-04-03 Tom LaneUse (unsigned char) cast in argument of pg_tolower...
2009-04-03 Magnus HaganderMake directory name comparisons on Win32 case insensitive.
2009-04-02 Teodor SigaevFix memory allocation for output of hstore type.
2009-04-02 Tom LaneFix GUC's reports of assign_hook failure to always...
2009-04-02 Tom Laneplpgsql's exec_simple_cast_value() mistakenly supposed...
2009-04-01 Tom LaneImprove pg_dump's query for retrieving BLOB comments...
2009-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-03-31 Magnus HaganderDon't crash initdb when we fail to get the current...
2009-03-31 Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-03-30 Alvaro HerreraUpdate URL to Python bug tracker. Backpatch to 8.3...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-27 Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-03-26 Tom LaneMake pg_standby's maxretries option do what one would...
2009-03-25 Tom LaneFix old thinko in pgp.h: the idea is to declare some...
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
2009-03-18 Heikki LinnakangasDon't set the signal handler for SIGQUIT on Windows...
2009-03-18 Heikki LinnakangasDon't intercept SIGQUIT as a signal to trigger failover...
2009-03-18 Heikki LinnakangasFix Windows-specific race condition in syslogger. This...
2009-03-15 Tom LaneFix contrib/hstore to throw an error for keys or values...
2009-03-13 Marc G. Fourniertag 8.3.7 REL8_3_7
2009-03-12 Tom LaneUpdate back-branch release notes.
2009-03-12 Peter EisentrautTranslation updates
2009-03-12 Tom LaneFix core dump due to null-pointer dereference in to_cha...
2009-03-11 Alvaro HerreraRemove pg_trace.h inclusion from c.h and add it to...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-03-10 Teodor SigaevPrevent recursion during parse of email-like string...
2009-03-05 Heikki LinnakangasAdd MUST (Mauritius Island Summer Time) to the list...
2009-03-04 Tom LanePut back our old workaround for machines that declare...
2009-03-03 Tom LaneOoops ... fix some confusion between gettext() and...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-03-02 Teodor SigaevFix usage of char2wchar/wchar2char. Changes:
2009-02-28 Andrew DunstanDon't mangle xml and xpath unless xml is not in fact...
2009-02-28 Tom LaneFix buffer allocations in encoding conversion routines...
2009-02-27 Heikki LinnakangasIn CREATE CONVERSION, test that the given function...
2009-02-27 Heikki LinnakangasSet isnull for errm and sqlstate local variables when...
2009-02-25 Tom LaneFix an old problem in decompilation of CASE constructs...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-15 Magnus HaganderLoop calling CallNamedPipe() several times in case...
2009-02-13 Tom LaneFix UNLISTEN to fall out quickly if the current backend...
2009-02-02 Tom LaneFix plpgsql to not treat INSERT INTO as an INTO-variabl... REL8_3_6
2009-01-30 Tom LaneDefend against null input in analyze_requires_snapshot...
2009-01-30 Marc G. Fourniertag for 8.3.6
2009-01-30 Tom LaneUpdate back-branch release notes.
2009-01-29 Peter EisentrautTranslation updates
2009-01-29 Tom LaneUpdate time zone data files to tzdata release 2009a...
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2009-01-29 Teodor SigaevFix incorrect dereferencing of char* to array's index.
2009-01-28 Teodor SigaevFix bug with multiple evaluation of tsearch2 compatibil...
2009-01-28 Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-28 Magnus HaganderSupport running as a service on Windows 7, by not speci...
2009-01-22 Bruce MomjianDocument that SELECT FOR UPDATE/SHARE with ORDER BY...
2009-01-18 Tom LaneFix a pg_dump output ordering problem introduced in...
2009-01-15 Heikki LinnakangasChange explanation of pg_switch_xlog()'s return value...
2009-01-15 Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-15 Teodor SigaevFix generation of too long headline with ShortWords.
2009-01-14 Heikki LinnakangasRemove broken Assertions that failed if a statement...
2009-01-13 Magnus HaganderThrow an error when using -C and -1 at the same time...
2009-01-09 Bruce MomjianUpdate release notes for 8.3.5, 8.2.11, and 8.1.15...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-06 Tom LaneRemove references to pgsql-ports and pgsql-patches...
2009-01-06 Heikki LinnakangasFix logic in lazy vacuum to decide if it's worth trying...
2009-01-03 Joe ConwayFix bug per Oleksiy Shchukin - 2nd argument for dblink_...
2009-01-01 Tom LaneFix an oversight in my patch of a couple weeks ago...
2008-12-30 Tom LaneFix oversight in ALTER TABLE ENABLE/DISABLE RULE patch...
2008-12-16 Tom LaneMake heap_update() set newtup->t_tableOid correctly...
2008-12-15 Tom LaneRemove newly-added regression test cases that reference...
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-08 Magnus HaganderClearify how processes are started by autovacuum, and...
2008-12-08 Magnus HaganderAdd note that autovacuum can use up several times maint...
2008-12-04 Teodor SigaevInitialize GISTScanOpaque->qual_ok even if there is...
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneFix dblink and tablefunc to not return with the wrong...
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...
next