users/heikki/postgres.git
2006-01-24 Michael Meskes- Synced parser and keyword list.
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianPrototype fix for typo.
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
2006-01-23 Tom LaneImprove wording of descriptions of SIGHUP GUC parameter...
2006-01-23 Teodor SigaevFix typeing as Tom suggest
2006-01-23 Bruce MomjianDone:
2006-01-22 Tom LaneImprove note about not using the target table name...
2006-01-22 Tom LaneFix alias-for-target-table-of-UPDATE-or-DELETE patch...
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2006-01-22 Neil ConwayMinor improvements to GEQO documentation.
2006-01-21 Tom LaneMarginal improvements in the wording of the autovacuum...
2006-01-21 Tom LaneFix broken markup.
2006-01-21 Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-20 Bruce MomjianUpdate EXPLAIN wording for GEQO usage.
2006-01-20 Tom LaneFix thinko in autovacuum's test to skip temp tables...
2006-01-19 Bruce MomjianDoc patch that adds an example of a correllated UPDATE.
2006-01-19 Bruce MomjianClarify STABLE function documentation to highlight...
2006-01-19 Tom LaneAdd some test scaffolding to allow cache-flush stress...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
2006-01-19 Tom LaneAvoid crashing if relcache flush occurs while trying...
2006-01-19 Bruce MomjianFix pgxs -L library path specification for Win32 and...
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-19 Tom LaneFix a tiny memory leak (one List header) in RelationCac...
2006-01-18 Bruce MomjianClarify use of btree indexes for ILIKE and ~*.
2006-01-18 Bruce MomjianYou'll find attached a patch for a fixed explanation...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18 Bruce MomjianDone:
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-17 Michael MeskesData transferred binary is now put into the variables...
2006-01-17 Tom LaneImprove comments about btree's use of ScanKey data...
2006-01-16 Bruce MomjianImprove constraint_name wording.
2006-01-16 Bruce MomjianAdd markup for new constraint_name mention.
2006-01-16 Bruce MomjianAdd documentaiotn mention that constraint names can...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-15 Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2006-01-15 Neil ConwayAdd regression tests to verify that domain constraints...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-14 Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-14 Tom Lane