]> granicus.if.org Git - postgresql/shortlog
postgresql
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-08 Michael MeskesApplied patch by Peter Harris to free auto_mem struct...
2006-11-06 Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
2006-11-04 Tom LaneCorrect documentation error: in 8.1 and 8.2, %p in...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-11-01 Tom Lanepg_restore failed on tar-format archives if they contai...
2006-10-20 Tom LaneBack-patch second version of AIX getaddrinfo fix.
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-10-13 Bruce MomjianUpdate Japanese FAQ.
2006-10-13 Tom LaneFix typo in version number.
2006-10-13 Teodor SigaevFix infinite sleep and failes of send in Win32.
2006-10-12 Tom LaneStamp 8.1.5. REL8_1_5
2006-10-12 Tom LaneSync 8.1 pg_config.h.in with expected autoheader output...
2006-10-12 Tom LaneUpdate release notes for SQL functions vs triggers...
2006-10-12 Tom LaneFix mishandling of after-trigger state when a SQL funct...
2006-10-11 Tom LaneA bit of copy-editing on back-branch release notes.
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-11 Tom LaneCREATE TABLE ... LIKE ... should mark the columns it...
2006-10-10 Bruce MomjianRestore HPUX FAQ entry that talked about working around...
2006-10-10 Tom LaneFix psql \d commands to behave properly when a pattern...
2006-10-10 Bruce MomjianBackpatch FAQs to 8.1.X.
2006-10-09 Bruce MomjianStamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
2006-10-09 Bruce MomjianUpdate release notes for releases 7.3.16, 7.4.14, 8...
2006-10-09 Tom LaneFix back-branch pg_regress scripts to try the "canonica...
2006-10-07 Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-07 Tom LaneFix string_to_array() to correctly handle the case...
2006-10-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-01 Tom Lanedate_trunc also accepts 'quarter'. Noted by Yoshihisa...
2006-10-01 Tom LaneFix overly enthusiastic Assert introduced in 8.1: it...
2006-09-04 Bruce MomjianBackpatch to 8.1.X fix for to_timestamp() where "PM...
2006-08-31 Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-08-29 Teodor SigaevFix mistyping
2006-08-29 Teodor SigaevAdd description of tsvector type layout
2006-08-29 Teodor SigaevRemove pos comparison in silly_cmp_tsvector(): it is...
2006-08-29 Teodor SigaevFix incorrect length of lexemes in silly_cmp_tsvector()
2006-08-25 Teodor SigaevFix regression tests: after changing comparing function
2006-08-24 Teodor SigaevFix compare bug for tsvector: problem was in aligment...
2006-08-22 Bruce MomjianIn new "invalid byte sequence" error hint, call it...
2006-08-22 Bruce MomjianAdd hint for "invalid byte sequence for encoding" error...
2006-08-21 Tom LaneRemove obsolete tip about casting bool to int, per...
2006-08-18 Andrew DunstanAdd installcheck-parallel target to top level makefiles.
2006-08-18 Michael MeskesBackported buffer overrun from HEAD
2006-08-18 Michael MeskesApplied the connect patch from HEAD.
2006-08-14 Tom LaneGet rid of "lookahead" functionality in plpgsql's yylex...
2006-08-13 Tom LaneFix core dump in duration logging for a V3-protocol...
2006-08-10 Bruce MomjianMove Win32 inline define to win32.h so it is found...
2006-08-10 Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-09 Bruce MomjianRound microseconds on setitimer upwards.
2006-08-09 Bruce MomjianOn Win32, make minimum setitimer() sleep be 1ms, so...
2006-08-09 Bruce MomjianFix statement_timeout on Win32 so that it properly...
2006-08-08 Teodor SigaevFix bug introduced by last patch, thanks again to Mario...
2006-08-07 Tom LaneBack-port HEAD's configure fixes to select appropriate...
2006-08-07 Teodor Sigaevfix bug about modifying value in shared buffer,
2006-08-05 Neil ConwayFix references to the Options section in the pgcrypto...
2006-08-02 Tom LaneFix documentation error: GRANT/REVOKE for roles only...
2006-07-31 Alvaro HerreraFix confusion between COPY FROM and COPY TO, per Gavin...
2006-07-29 Andrew Dunstanprevent multiplexing Windows kernel event objects we...
2006-07-28 Tom LaneFix table title.
2006-07-28 Tom LaneMake it clearer that not every Postgres character set...
2006-07-24 Peter EisentrautFix spectacular misspellings of procedural language...
2006-07-23 Tom LaneFix oversight in sizing of shared buffer lookup hashtab...
2006-07-22 Tom LaneHmm, seems --disable-spinlocks has been broken for...
2006-07-20 Tom LaneDon't try to truncate multixact SLRU files in checkpoin...
2006-07-16 Tom LaneEnsure that we retry rather than erroring out when...
2006-07-14 Tom LaneAdd dependency to fix parallel-make race condition...
2006-07-11 Neil ConwayCorrect the description of the pg_get_viewdef() functio...
2006-07-11 Tom LaneRemove no-longer-needed configure test for krb5_encrypt...
2006-07-11 Teodor SigaevFix bug corrupting query in gist consistent function.
2006-07-10 Tom LaneFix ALTER TABLE to check pre-existing NOT NULL constrai...
2006-07-06 Bruce MomjianBackpatch dbmirror fix for escape handling.
2006-07-05 Michael MeskesFixed remaining Coverity bugs.
2006-06-30 Alvaro HerreraFix memory leak introduced in the prior commit, detecte...
2006-06-30 Alvaro HerreraFix use-after-free error reported by Neil Conway.
2006-06-27 Tom LaneFix typo.
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-27 Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27 Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-26 Michael MeskesAdded missing braces to prevent a segfault after usage...
2006-06-26 Michael MeskesAdded some more coverity report patches send in by...
2006-06-25 Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-06-25 Michael MeskesMoved some free() calls that coverity correctly complai...
2006-06-25 Alvaro HerreraOur version of getopt_long does not set optarg upon...
2006-06-22 Tom Lanepg_stop_backup was calling XLogArchiveNotify() twice...
2006-06-21 Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-06-21 Joe Conway- During dblink_open, if transaction state was IDLE...
2006-06-21 Michael MeskesAdded some more coverity report patches send in by...
2006-06-21 Michael MeskesAdded fixes from the coverity report send in by Joachim...
2006-06-19 Michael MeskesDo not use already free'ed errmsg, bug found by Joachim...
2006-06-18 Tom LaneIncrease timeout in statement_timeout test from 1 secon...
2006-06-17 Andrew Dunstanbackport workaround for OpenBSD compiler bug
2006-06-16 Tom LaneClean up after someone's curious idea that it'd be...
2006-06-16 Bruce MomjianDocument issues with non-default tablespaces and pg_dum...
2006-06-12 Bruce MomjianAvoid use of C commment inside C comment from recent...
2006-06-12 Bruce MomjianWin32 can't catch the exception thrown by INT_MIN ...
2006-06-11 Tom LaneFix Assert failure when a fastpath function call is...
2006-06-09 Tom LaneRepair remarkably-inefficient query for dumping large...
2006-06-08 Tom LaneFix bootstrap.c so that database startup process and...
2006-06-07 Tom LaneRemove "fuzzy comparison" logic in qsort comparison...
2006-06-07 Bruce MomjianBackpatch comment about --sysconfdir.
next