summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-10-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane
2007-10-22Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane
2007-10-22Remove an Assert that's been obsoleted by recent changes in the parsetreeTom Lane
2007-10-22Add a useless return statement to suppress a warning seen with someTom Lane
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane
2007-10-20Adjust error message to agree with documentation. The tsearch documentationTom Lane
2007-10-19Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane
2007-10-19ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane
2007-10-17Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane
2007-10-16Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane
2007-10-16Tweak toast-related logic in heapam.c so that the toaster is only invokedTom Lane
2007-10-16Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane
2007-10-16Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander
2007-10-16Remove quotes around locale names in some places for consistency.Peter Eisentraut
2007-10-15Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane
2007-10-15Include NOLOGIN roles in the 'flat' password file. In the originalTom Lane
2007-10-14make install is supposed to install everything under src/include/,Tom Lane
2007-10-13Ooops, forgot about adding -DFRONTEND.Tom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-13Strengthen type_sanity's check on pg_type.typarray. It failed toTom Lane
2007-10-13Guard against possible double free during error escape from XMLTom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-13Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can beTom Lane
2007-10-12When telling the bgwriter that we need a checkpoint because too much xlogTom Lane
2007-10-12Remove hack in pg_tablespace_aclmask() that disallowed permissionsTom Lane
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-10-11Remove incorrect use of VARSIZE() on a toasted datum. We can just remove itTom Lane
2007-10-11Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane
2007-10-10Add missing codepage numbers for Windows.Magnus Hagander
2007-10-10Synced parser and keyword list.Michael Meskes
2007-10-09Don't try to free pgpassfile since it's a stack variable.Magnus Hagander
2007-10-09Add comment.Bruce Momjian
2007-10-06Make dumpcolors() have tolerable performance when using 32-bit chr,Tom Lane
2007-10-06Adjust some regex debugging printouts to not give wrong-format-widthTom Lane
2007-10-06Adjust regcustom.h so that all those assert() calls in the regex packageTom Lane
2007-10-05Add comment about cvs branch numbers.Bruce Momjian
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-10-05Add pgcvslog '-d' capability to allow stripping of commit messages thatBruce Momjian
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-05Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane
2007-10-04Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-10-04Stamp 8.3beta1, except in configure.in/configure.Tom Lane
2007-10-04Update timezone data files to release 2007h of the zic database.Tom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
2007-10-04Replaced tabs by white spacesMichael Meskes
2007-10-04Removed newline at end of exports files.Michael Meskes