summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-11-05Document that configure option only affects contrib:Bruce Momjian
2007-11-05Add a note about another issue that needs to be considered beforeTom Lane
2007-10-29Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane
2007-10-29New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander
2007-10-27Stamp 8.3beta2.Tom Lane
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-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 UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-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-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-10-22Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom 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-15Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane
2007-10-14make install is supposed to install everything under src/include/,Tom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom 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-11Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane
2007-10-06Adjust regcustom.h so that all those assert() calls in the regex packageTom 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-02Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane
2007-10-01Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane
2007-10-01Enable __FUNCTION__ on MSVC builds.Magnus Hagander
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-27Fix typos in two comments. Spotted by Brendan JurdTom Lane
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26Create a function variable "join_search_hook" to let plugins override theTom Lane
2007-09-25Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-22Fix cost estimates for EXISTS subqueries that are evaluated as initPlansTom Lane
2007-09-22Parenthesize macro arguments safely. I see no bug among the currentTom Lane
2007-09-21Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-09-11Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev