]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-01-31  Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-31  Tom LaneFix typo, per Neil Conway.
2003-01-30  Tom LaneFix regression in .pgpass support. From Neil Conway.
2003-01-29  Tom LaneUpdate release history for 7.2.4.
2003-01-29  Tom LaneSPI_exec shouldn't return SPI_OK_SELECT if it hasn...
2003-01-29  Bruce MomjianUpdate release steps.
2003-01-29  Tom LaneTweak ArrayCount() to forestall possible access to...
2003-01-29  Tom LaneGuard against array overrun, per report from Yichen...
2003-01-29  Tom LaneRepair array subscript overrun identified by Yichen...
2003-01-29  Tom LaneFix array subscript overruns identified by Yichen Xie.
2003-01-28  Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-28  Peter EisentrautFactor out the code that detects the long long int...
2003-01-28  Tom LaneConvert variable name to canonical spelling before...
2003-01-28  Bruce MomjianRevert off setting mention for client_min_messages.
2003-01-28  Bruce MomjianRevert optimizer page count change.
2003-01-27  Bruce MomjianSet log_min_error_messages to the proper and agreed...
2003-01-27  Bruce MomjianAdd blank line.
2003-01-27  Bruce MomjianMove:
2003-01-27  Bruce MomjianFix typo 233 pages -> 333 pages.
2003-01-27  Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-27  Bruce MomjianRemove mention of 6.5 max backends.
2003-01-27  Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-27  Tom LanePrevent core dump when die_horribly() is called with...
2003-01-26  Bruce MomjianMark IN performance problem as fixed in 7.4
2003-01-26  Bruce MomjianInclude IPv6 addresses in pg_hba.conf even if IPv6...
2003-01-26  Bruce MomjianAdd:
2003-01-25  Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-25  Tom LaneWhere available, use utime() or utimes() to update...
2003-01-25  Tom LaneUse stat(2) to probe for existing xlog segments in...
2003-01-24  Tom LaneSuppress gcc warnings.
2003-01-24  Tom LaneModify planner's implied-equality-deduction code so...
2003-01-23  Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-23  Dave Crameradded fix from Joel Hock to get the inserted row into...
2003-01-23  Tom LaneFix obsolete error message (isImmutable doesn't exist).
2003-01-23  Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-23  Tom LaneUpdate 'Mathematical Functions' table to reflect 7...
2003-01-22  Tom LaneFix sloppy comment.
2003-01-22  Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-22  Tom LaneImprove print_expr() a little. It's still not very...
2003-01-22  Tom LaneImplement choice between hash-based and sort-based...
2003-01-21  Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-21  Michael MeskesSynced parser.
2003-01-21  Tom LaneAvoid gratuitous variation in spelling of same error...
2003-01-21  Peter EisentrautFix sed expression for BSD sed.
2003-01-20  Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-19  Bruce MomjianThis patch includes a lot of minor cleanups to the...
2003-01-18  Bruce MomjianImprove symlink handling for C tags file.
2003-01-17  Bruce MomjianAdd section on testing index scan.
2003-01-17  Bruce MomjianAdd dash to:
2003-01-17  Tom LaneFix parse_agg.c to detect ungrouped Vars in sub-SELECTs...
2003-01-17  Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2003-01-16  Tom LaneAdd code to print information about a detected deadlock...
2003-01-16  Tom LaneOoops, didn't cut-and-paste quite enough code from...
2003-01-16  Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-16  Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-15  Peter EisentrautAdd remaining documentation tables to information schema.
2003-01-15  Tom LaneNow that switch_outer processing no longer relies on...
2003-01-15  Bruce MomjianOops, put back changes. Those were Peter's, not mine.
2003-01-15  Bruce MomjianRevert my changes to features.sgml.
2003-01-15  Bruce MomjianMore comment cleanups for shared_buffers in postgresql...
2003-01-15  Bruce MomjianUpdate shared_buffer comment in postgresql.conf.
2003-01-15  Bruce MomjianBack out ORDER BY addition to Inet, for Tom.
2003-01-15  Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-15  Bruce MomjianReorder VARCHAR() to appear before CHAR() in docs.
2003-01-15  Bruce MomjianThis patch fixes an incorrect statement and makes a...
2003-01-15  Bruce MomjianThis patch includes some minor fixes and improvements...
2003-01-15  Bruce MomjianAdd ORDER BY for inet regression, pointed out by Rod...
2003-01-14  Peter EisentrautAdd sql_features table to information schema. Generate...
2003-01-14  Bruce MomjianReadd #include netinet/in.h for FreeBSD.
2003-01-14  Peter EisentrautEscape ampersand.
2003-01-14  Barry LindBumped up build number to 200
2003-01-14  Barry LindPatch from Florian Wunderlich to correctly support...
2003-01-14  Barry LindPatch from Aaron Mulder to have pooled connections...
2003-01-14  Barry LindPatch from Kris Jurka to improve the performance of...
2003-01-14  Bruce MomjianAdd:
2003-01-13  Bruce MomjianAdd Hugarian FAQ, from Laszlo Hornyak
2003-01-13  Tom LaneFix information_schema.sql install to work when buildin...
2003-01-13  Tom LaneReconsider mechanism for marking sub-selects that are...
2003-01-13  Hiroshi InoueChange Adjust_lo_type() so that it doesn't cause an...
2003-01-13  Bruce MomjianFixes to pgcvslog for last narrive entry.
2003-01-13  Tom LaneCause planner to account for evaluation costs in target...
2003-01-13  Tom LaneRecent changes in sublink representation require exprTy...
2003-01-12  Tom LaneRevise cost_qual_eval() to compute both startup (one...
2003-01-12  Tom LaneFix wrong/misleading comments, be more consistent about...
2003-01-12  Tom LaneFix some minor grammatical errors.
2003-01-12  Bruce MomjianUpdate CHAR().
2003-01-12  Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-12  Bruce MomjianUpdate CHAR() description.
2003-01-12  Bruce MomjianUpdate date only.
2003-01-12  Bruce MomjianImprove CHAR() description.
2003-01-12  Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-12  Bruce MomjianSGML build cleanups from Neil Conway.
2003-01-11  Bruce MomjianFix capitalization.
2003-01-11  Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-11  Tom LaneCause symlinks for shared-library versioning to run...
2003-01-11  Bruce MomjianFix markup problem in link to other SGML file.
2003-01-11  Tatsuo IshiiFix typo in an error message
2003-01-11  Bruce Momjian> > This patch improves the documentation for the share...
2003-01-11  Bruce MomjianRewrite for-loop, because this is not the Obfuscated...
2003-01-11  Bruce MomjianA tiny patch to fix a typo in configure.in and another...
next