]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-07-30  Magnus HaganderMake sure FD_SETSIZE is set before we include any Windows
2009-07-29  Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-07-28  Teodor SigaevFix incorrect cleanup of tsquery in ts_rewrite(). Per...
2009-07-24  Peter EisentrautFix the fix for the gist error message
2009-07-20  Alvaro HerreraInstall src/include/utils/fmgroids.h on VPATH builds...
2009-07-17  Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-07-14  Tom LaneDo a conditional SPI_push/SPI_pop when replanning a...
2009-07-10  Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-07-06  Heikki LinnakangasFix ancient bug in handling of to_char modifier 'TH...
2009-06-25  Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-23  Tom LaneFix an ancient error in dist_ps (distance from point...
2009-06-18  Heikki LinnakangasFix error in comment. Fujii Masao
2009-06-14  Tom LaneChange test tables in copy2 regression test to be tempo...
2009-06-11  Tom LaneUpdate time zone data files to tzdata release 2009i...
2009-06-10  Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-10  Tom LaneKeep rs_startblock the same during heap_rescan, so...
2009-06-10  Tom LaneFix cash_in() to behave properly in locales where frac_...
2009-06-10  Tom LaneEnsure xmlFree(NULL) is a no-op instead of a core dump...
2009-06-09  Alvaro HerreraFix typo, per Tom
2009-06-09  Alvaro HerreraDynamically set a lower bound on autovacuum nap time...
2009-06-08  Peter EisentrautFix map_sql_table_to_xmlschema() with dropped attributes.
2009-06-05  Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-05  Tom LaneGIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPoint...
2009-06-05  Andrew DunstanSearch for versioned perl library instead of using...
2009-06-04  Andrew DunstanInitialise perl library as documented in perl API....
2009-06-02  Heikki LinnakangasOnly recycle normal files in pg_xlog as WAL segments...
2009-05-24  Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-19  Heikki LinnakangasUpdate relpages and reltuples estimates in stand-alone...
2009-05-12  Tom LaneFix intratransaction memory leaks in xml_recv, xmlconca...
2009-05-11  Tom LanePartially revert my patch of 2008-11-12 that installed...
2009-05-07  Heikki LinnakangasRequest XLOG switch before writing checkpoint in pg_sta...
2009-05-05  Magnus HaganderMake the win32 shared memory code try 10 times instead...
2009-05-04  Magnus HaganderCall SetLastError(0) before calling the file mapping...
2009-05-03  Tom LaneFix pg_resetxlog to remove archive status files along...
2009-05-02  Tom LaneSplit the release notes into a separate file for each...
2009-05-01  Tom LaneWhen checking for datetime field overflow, we should...
2009-04-25  Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-25  Bruce MomjianRemove HELIOS Software GmbH name and copyright from...
2009-04-19  Tom LaneFix textsearch documentation examples to not recommend...
2009-04-16  Tom LaneFix planner to restore its previous level of intelligen...
2009-04-15  Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-04-09  Tom LaneUpdate time zone data files to tzdata release 2009e...
2009-04-07  Tom LaneFix contrib/pg_freespacemap's underestimate of the...
2009-04-07  Tom LaneDefend against non-ASCII letters in fuzzystrmatch code...
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...
next