users/heikki/postgres.git
2005-12-09 Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-12-09 Bruce MomjianI reconfirmed MS-VC6. Thank you for wonderful correspon...
2005-12-08 Bruce MomjianRelease note wording improvements.
2005-12-08 Bruce MomjianWrap UTF-8 paragraph.
2005-12-08 Bruce MomjianUpdate wording of translation bug item.
2005-12-08 Bruce MomjianStamp 8.1.1.
2005-12-08 Bruce MomjianUpdate release notes for 8.1.1.
2005-12-08 Bruce MomjianUpdate 8.1.X FAQs.
2005-12-08 Bruce MomjianFAQ_AIX in 8.1.0 contains outdated information about...
2005-12-08 Bruce Momjianthere's a paragraph in the ALTER TABLE reference page...
2005-12-08 Bruce MomjianRemove empty heading row in error table.
2005-12-08 Peter EisentrautAdd missing translation marker
2005-12-08 Bruce MomjianAdd "Constant" column to error code table.
2005-12-08 Peter EisentrautDocumentation fix: s/event_object_name/event_object_table/g
2005-12-08 Tom LaneFix bgwriter's failure to release buffer pins and open...
2005-12-08 Bruce MomjianI recently received the Debian bug report below about...
2005-12-08 Bruce MomjianAdd documentation about the inability of plpsql to...
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-12-07 Tom LaneFix incorrect SPI example, per Yoshihisa Nakano.
2005-12-07 Bruce MomjianImprove lazy vacuum wording.
2005-12-07 Bruce MomjianClarify vacuum lazy can shrink a file under certain...
2005-12-06 Bruce MomjianUpdate iconv wording, per Peter.
2005-12-06 Bruce MomjianHighlight diff idea for iconv.
2005-12-06 Bruce Momjianiconv uses UTF-8, not UTF8.
2005-12-06 Bruce MomjianDocument method of removing invalid UTF8 escape sequenc...
2005-12-06 Bruce MomjianSince my name has a non-ascii-letter in it, it's often...
2005-12-06 Bruce MomjianAdd documentation on the use of *printf() macros and...
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-06 Tom Laneecpg/pgtypeslib seems to need snprintf.c pulled in...
2005-12-06 Tom LanePut undef's before extern declarations that need 'em...
2005-12-06 Bruce MomjianAdd comment on why pg *printf functions are used uncond...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-05 Tom LaneAdd regression test to see if the min/max values of...
2005-12-05 Tom LaneFix a rather sizable number of problems in our homegrow...
2005-12-04 Tatsuo IshiiTwo fixes from Tom Lan. See the posting "[PATCHES]...
2005-12-03 Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-03 Bruce MomjianAllow to_char(interval) and to_char(time) to use AM...
2005-12-02 Tom LaneFix obsolete description of -h option, per Andreas...
2005-12-02 Michael MeskesAdded special handling of CONNECTION variable that...
2005-12-02 Tom LaneRearrange code in ExecInitBitmapHeapScan so that we...
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-12-01 Neil ConwayFix typo in PL/PgSQL documentation, per Chris KL.
2005-11-30 Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-11-30 Tom LaneTweak choose_bitmap_and() heuristics in the light of...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Bruce MomjianImprove documentation for COALESCE and NULLIF. Add...
2005-11-28 Alvaro HerreraInstall a more future-proof fix for the snapshot-unset...
2005-11-28 Tom LaneRecent changes to allow hash join to exit early given...
2005-11-28 Alvaro HerreraSet a snapshot before running analyze on a single table...
2005-11-27 Tom LaneAdd missing semicolon. Recent versions of bison seem...
2005-11-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-23 Tatsuo IshiiHaving blank lines in -f scripts was causing silent...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19 Tom LaneStopgap solution for problem reported by Alexey Beschio...
2005-11-18 Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-18 Bruce MomjianUpdate Japanese FAQ.
2005-11-17 Andrew Dunstanmake psql honor explicit database parameter in -l mode...
2005-11-17 Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-11-16 Tom Lanemake_restrictinfo() failed to attach the specified...
2005-11-16 Bruce MomjianProperly document return value of strpos().
2005-11-16 Bruce MomjianHave test_fsync honor -f filename argument.
2005-11-15 Bruce MomjianPrevent certain symbols that are used for both typedefs...
2005-11-15 Bruce MomjianFix recent problems with BSD indent, including indentin...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-11-14 Alvaro HerreraTranslation typo fix
2005-11-14 Bruce MomjianRe-run pgindent to fix breakage when exceeding 150...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-11-13 Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-13 Bruce MomjianRevert pgindent length back to 79 because we are going...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
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-07 Alvaro HerreraTranslation updates.
2005-11-06 Alvaro HerreraTranslation updates.
2005-11-05 PostgreSQL... Tag everything for 8.1.0 ... Finally, a relesae on... REL8_1_0
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-05 Bruce MomjianAdd mention to update FAQ item on most recent release...
2005-11-05 Bruce MomjianUpdate FAQ for most recent release as 8.1.
2005-11-05 Tom LaneYet another supported-platforms update.
2005-11-04 Tom LaneEditorial review for partitioning/constraint exclusion...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautTranslation updates
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-11-04 Bruce MomjianUpdate release notes for 8.1.
2005-11-04 Peter EisentrautRemove a gratuitous string difference (does not affect...
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-04 Bruce MomjianWe haven't seen any agreement emerge as to what is...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-11-04 Tom LaneUpdate supported-platforms list.
2005-11-04 Tom LaneAvoid referring to a specific version of the SQL standa...
2005-11-03 Tom LaneFix a couple of missed None -> DestNone in comments.
2005-11-03 Alvaro HerreraFix one overlooked ocurrence of "None" in EXEC_BACKEND...
2005-11-03 Teodor SigaevFix incorrect header size macros
2005-11-03 Tom LaneThinking further, it seems we had better also copy...
next