summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-31Make some messages more consistentPeter Eisentraut
2007-05-31Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved placesTeodor Sigaev
2007-05-31Downgrade some low-level startup messages to DEBUG1.Peter Eisentraut
2007-05-30Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane
2007-05-30Update:Bruce Momjian
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2007-05-30Fix wording:Bruce Momjian
2007-05-30Add:Bruce Momjian
2007-05-30Add standard error redirection for OS/X & darwin startup script.Bruce Momjian
2007-05-30Update documentation mention of VACUUM FULL and CLUSTER whereBruce Momjian
2007-05-30Tweak: use memcpy() in text_time(), rather than manually copying bytesNeil Conway
2007-05-30Add URL for:Bruce Momjian
2007-05-30Add documentation reference to statistical functions from func.sgml.Bruce Momjian
2007-05-30Update /contrib OS/X startup files, and move to a separate OS/XBruce Momjian
2007-05-30Update cvsutils documentation description.Bruce Momjian
2007-05-30Update cvs instructions to suggest cvsutils.Bruce Momjian
2007-05-30Fix trivial misspelling in comment.Tom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-29mmgr README tweak: "either" is no longer correct. The previous wordingNeil Conway
2007-05-29Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway
2007-05-28Update wording:Bruce Momjian
2007-05-28Add:Bruce Momjian
2007-05-28Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane
2007-05-28Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.Michael Meskes
2007-05-27Code cleanup: use "bool" for Boolean variables, rather than "int".Neil Conway
2007-05-27Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane
2007-05-27Sorry guys, I committed the file from my development snapshot instead the one...Michael Meskes
2007-05-27The source code changed, so the expected file changed too.Michael Meskes
2007-05-27Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes
2007-05-27pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-05-26Repair two constraint-exclusion corner cases triggered by proving that anTom Lane
2007-05-25Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane
2007-05-24Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determiningTom Lane
2007-05-24Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane
2007-05-24Add deprecation notice about planned removal in 8.4 and advice to try usingPeter Eisentraut
2007-05-22Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane
2007-05-22Remove unsupported -u option from pg_standby example usage.Alvaro Herrera
2007-05-22Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane
2007-05-21Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane
2007-05-21XPath fixes:Peter Eisentraut
2007-05-21Fix spurious German index entryPeter Eisentraut
2007-05-21Also removed the function not just the call, sorry.Michael Meskes
2007-05-21Do not try to find local timezone in DecodeDateTime() because theMichael Meskes
2007-05-20To support external compression of archived WAL data, add a flag bit toTom Lane
2007-05-20tackling Vista problem - another tryMichael Meskes
2007-05-19Fix dumb compile error in the last patch.Alvaro Herrera
2007-05-18Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera
2007-05-18Mark some intermediate targets as .PRECIOUS, to replace the recently removedPeter Eisentraut
2007-05-18Done:Bruce Momjian