summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-01Enable __FUNCTION__ on MSVC builds.Magnus Hagander
2007-10-01Fixup for new pgcvslog feature.Bruce Momjian
2007-10-01Have pgcvslog mark back-branch commits with "<back-patch>".Bruce Momjian
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane
2007-09-30In hopes of un-breaking the buildfarm, add missing file fromTom Lane
2007-09-30Adjust recovery PS display as agreed with Simon: 'waiting for XXX'Tom Lane
2007-09-30Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes
2007-09-29Make recovery show the current input WAL segment name in the startupTom Lane
2007-09-29Disallow CLUSTER using an invalid index (that is, one left over from a failedTom Lane
2007-09-29Improve consistency of the error messages generated when you try to useTom Lane
2007-09-29In the release checklist, mention packagers will see the minor upgradeBruce Momjian
2007-09-29Add chklocale.c to pgport files for msvc builds, perMagnus Hagander
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-29Make use of additional chklocale.c entries to reject locales that weTom Lane
2007-09-29Teach chklocale.c about a few names for frontend-only encodings,Tom Lane
2007-09-28On OS X, assume that an empty-string result for nl_langinfo(CODESET)Tom Lane
2007-09-28Update TCL comment:Bruce Momjian
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-28Tweak initdb's text search configuration selection code so it canTom Lane
2007-09-28exclude contrib/tsearch2 from regression tests.Andrew Dunstan
2007-09-27Turn build and vcregress .bat files into pure one line wrappers forAndrew Dunstan
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-27Add virtual transaction IDs to CSVLOG output, so that messages coming fromTom Lane
2007-09-27Fix Assert failure in ExpandColumnRefStar --- what I thought was a can'tTom Lane
2007-09-26Some small tuptoaster improvements from Greg Stark. Avoid unnecessaryTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPageAlvaro Herrera
2007-09-26Create a function variable "join_search_hook" to let plugins override theTom Lane
2007-09-26Properly pass -c parameter to ecpg when building regression tests.Magnus Hagander
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-26In the integer-datetimes case, date2timestamp and date2timestamptz needTom Lane
2007-09-26Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane
2007-09-25Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane
2007-09-25Dept. of second thoughts: fix loop in BgBufferSync so that the exit whenTom Lane
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-25Small string tweaksPeter Eisentraut
2007-09-24Use proper search for contrib makefiles in vcregress.plAndrew Dunstan
2007-09-24fix typo in vcregress.plAndrew Dunstan
2007-09-24Add comments re text <-> bytea internal equivalence in convert routines.Andrew Dunstan
2007-09-24Use correct PG_GETARG macro in pg_convertAndrew Dunstan
2007-09-24Avoid having autovacuum read pgstats data too many times in quick succession.Alvaro Herrera
2007-09-24Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera
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-23Replace linear searches with binary searches in pg_dump's code toTom Lane
2007-09-23Add perl replacements for build.bat and vcregress.bat. In due courseAndrew Dunstan
2007-09-23Fix bugs in XML binary I/O functions. Heikki and TomTom Lane
2007-09-23Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder.Andrew Dunstan