OSDN Git Service

pg-rex/syncrep.git
2003-02-09 Tom LaneRemove bogus comment (too freely copied & pasted).
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-07 Dave Cramerapplied Kris Jurka's patch for numeric
2003-02-07 Tom LaneRevise mechanism for getting rid of temp tables at...
2003-02-06 Tom LaneMake flatten_join_alias_vars() do the right thing when...
2003-02-06 Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2003-02-06 Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-05 Tom LaneAllow qualified type names in CREATE CAST, DROP CAST...
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...
2003-02-05 Dave Cramerpatch from Oliver Jowett to implement some of the jdbc3...
2003-02-04 Bruce MomjianUpdate Hungarian FAQ, from Laszlo Hornyak
2003-02-04 Bruce MomjianRevert doc change so we mention moving past the last...
2003-02-04 Dave CramerApplied Kris Jurkas patch to fix rollback and SQLException
2003-02-04 Dave Cramerapplied patch from Oliver Jowett
2003-02-04 Barry LindTwo patches from Kris Jurka. One fixes a problem with...
2003-02-04 Barry LindPatch from Nic Ferrier to add support for result sets...
2003-02-04 Tom LaneMinor code cleanup: remove no-longer-useful pull_subpla...
2003-02-04 Tom LaneDetect duplicate aggregate calls and evaluate only...
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-02-03 Bruce MomjianAdd mention of CURRENT_SCHEMA for object creation.
2003-02-03 Bruce MomjianDon't print NO ACTION foreign key actions in dumps...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-02-03 Bruce MomjianChange MOVE LAST to MOVE ALL.
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2003-02-02 Tom LaneUpdate release history for 7.3.2.
2003-02-02 Tom LaneFix nodeUnique to behave correctly when reversing direc...
2003-02-01 Tom LaneRemove restriction that cast functions cannot be volati...
2003-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-02-01 Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-02-01 Tom LaneFix assign_session_authorization() to not be confused...
2003-02-01 Tom LanePrevent core dump from calling Tcl_DontCallWhenDeleted...
2003-02-01 Tom LaneApply ljb's patch to prevent both memory leak and core...
2003-01-31 Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31 Tom LaneClean up plpython error reporting so that its regressio...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2003-01-31 Tom LaneAllow a time zone to be specified (and silently ignored...
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.
next