summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-27Change text search parsing rules for hyphenated words so that digit stringsTom Lane
2007-10-27Add some rudimentary tracing code to the default text search parser, to helpTom Lane
2007-10-27Rename default text search parser's "uri" token type to "url_path",Tom Lane
2007-10-27Avoid considering both sort directions as equally useful for merging.Tom Lane
2007-10-27Stamp 8.3beta2.REL8_3_BETA2Tom Lane
2007-10-27Translation updatesPeter Eisentraut
2007-10-26Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander
2007-10-26Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera
2007-10-26Change have_join_order_restriction() so that we do not force a clauseless joinTom Lane
2007-10-26Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane
2007-10-26Avoid including any backend-only stuff in the zic utility program.Tom Lane
2007-10-25Make initdb's selection of default text search configuration dependTom Lane
2007-10-25Fix memory management for new variables -- they must actually surviveAlvaro Herrera
2007-10-25Fix ALTER SEQUENCE so that it does not affect the value of currval() forTom Lane
2007-10-25Extract catalog info for error reporting before an error actually happens.Alvaro Herrera
2007-10-25Tweak new error messages to match the actual syntax of DECLARE CURSOR.Tom Lane
2007-10-25Add new encoding aliases for Solaris, per Zdenek Kotala.Alvaro Herrera
2007-10-24Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane
2007-10-24Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera
2007-10-24Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the codeTom Lane
2007-10-24Danish_Danmark -> Danish_DenmarkAlvaro Herrera
2007-10-24Minor changes to autovacuum worker: change error handling so that it continuesAlvaro Herrera
2007-10-24Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane
2007-10-24Keep heap_page_prune from marking the buffer dirty when it didn'tTom Lane
2007-10-24Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Make configure probe for the location of the <uuid.h> header file.Tom Lane
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-23Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander
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