summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-23Add book to FAQ_DEV:Bruce Momjian
2007-08-22Fix possible core dump from pgbench -d option. Julius StroffekTom Lane
2007-08-22Suppress testing the options of CREATE TEXT SEARCH DICTIONARY duringTom Lane
2007-08-22More cleaning up and removed some duplicates.Michael Meskes
2007-08-22Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.Tom Lane
2007-08-22Fix cut-n-paste-o.Tom Lane
2007-08-22Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.Tom Lane
2007-08-22Remove option to change parser of an existing text search configuration.Tom Lane
2007-08-22Text search doc updates --- first cut atTom Lane
2007-08-22Whoops, missed updating dsynonym_init for new dictionary parameter method.Tom Lane
2007-08-22Make \dFt and \dFt+ do something different --- omitting the functionTom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separateTom Lane
2007-08-21First rough cut at text search documentation: bare bones referenceTom Lane
2007-08-21Exclude snowball/libstemmer/ files from the set processed by pgindent.Tom Lane
2007-08-21Uppercase keywords in regression tsearch test scripts.Bruce Momjian
2007-08-21Avoid using TEXT as a Bison symbol, since this provokes warnings onTom Lane
2007-08-21Remove tabs from SGML files.Bruce Momjian
2007-08-21Build snowball DLL for tsearch-in-core.Magnus Hagander
2007-08-21Don't define BUILDING_DLL for snowball lib. Should fix build problemsMagnus Hagander
2007-08-21Remove extraneous semicolon --- buildfarm member bear, for one,Tom Lane
2007-08-21Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitutionTom Lane
2007-08-21Fix money type's send/receive functions to conform to recent wideningTom Lane
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2007-08-21Suppress uninitialized-variable warning.Tom Lane
2007-08-21Fix a small 64-bit problem in tsearch patch.Tom Lane
2007-08-21contrib/tsearch2 now fails its regression test because of conflicts withTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-08-19minor typo fixes in CSVlog docs, per Michael GlaesemannAndrew Dunstan
2007-08-19Done:Bruce Momjian
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-08-16Add:Bruce Momjian
2007-08-15Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-08-15Add third idea about pulling data from indexes.Bruce Momjian
2007-08-15Fix whitespace in TODO.Bruce Momjian
2007-08-14Fix oversight in async-commit patch: there were some places in heapam.cTom Lane
2007-08-14Done for ecpg:Bruce Momjian
2007-08-14It seems we simply expected the same output for failure and success.Michael Meskes
2007-08-14It seems I always forget .in files.Michael Meskes
2007-08-14Hopefully fixed missing CHAR_BIT symbolMichael Meskes
2007-08-14Fixed compiler warning for enum handlingMichael Meskes
2007-08-14As usual I forgot some files. :-)Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-08-13TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane
2007-08-13Fix two bugs induced in VACUUM FULL by async-commit patch.Tom Lane
2007-08-13Document that the regexp split functions ignore zero-length matches inTom Lane
2007-08-12Remove an "optimization" I installed in 2001, to make repalloc() attempt toTom Lane
2007-08-12Increase the initial size of StringInfo buffers to 1024 bytes (from 256);Tom Lane