OSDN Git Service

Factor out the code that detects the long long int snprintf format into a
[pg-rex/syncrep.git] / src /
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 Tom LaneUpgrade cost estimation for joins, per discussion with...
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 MomjianInclude IPv6 addresses in pg_hba.conf even if IPv6...
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-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-18 Bruce MomjianImprove symlink handling for C tags file.
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 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 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 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-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 Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
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 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...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2003-01-10 Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-10 Peter EisentrautDo not shell-quote the name of the editor, so that...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-10 Peter EisentrautAdd optional drop behavior clause to REVOKE command...
2003-01-10 Peter EisentrautClean ip.c.
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-09 Bruce MomjianFix indenting of log_min_error_statement.
2003-01-09 Bruce MomjianRemove bit.c/h routines. Not used anymore.
2003-01-09 Tom LaneRepair inconsistent rounding behavior for timestamp...
2003-01-09 Tom LaneAdd missing pg_proc entry for interval_scale(). The...
2003-01-08 Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08 Tom LaneGuard against stopping when numberTuples=0 and counter...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-08 Bruce MomjianFix dumping of DEFERRABLE/INITIALLY DEFERRED:
2003-01-08 Bruce MomjianUpdated deferred trigger patch.
2003-01-08 Bruce MomjianThis trivial patch implements disabled, deferred trigge...
2003-01-08 Bruce MomjianEnhanced error/help message for pg_controldata.
2003-01-08 Tom LaneReconsider old decision to try to constant-fold default...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-08 Bruce MomjianFix pgpass to work with PQconnectDB().
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2003-01-08 Bruce MomjianOnly set the database name if we find a match in the...
2003-01-08 D'Arcy J.M. CainCorrection to last patch. As per the DB-API spec,...
2003-01-08 Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2003-01-07 Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
2003-01-07 Bruce MomjianAdd connection service file.
2003-01-07 Bruce MomjianSilence compiler warning caused by removal of netinet...
2003-01-07 Bruce MomjianFix missing tab in file.
2003-01-07 Bruce MomjianDocument libpq service capability, and add sample file.
2003-01-07 Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2003-01-06 Bruce MomjianEnable IPv6 libpq 'hostaddr' addresses. Update docs.
next