summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-27Fix typos in two comments. Spotted by Brendan JurdTom Lane
2007-09-27Tweak pgbench.c to remove the hidden assumption that a WIN32 machineTom 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-27Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.Bruce Momjian
2007-09-26Some small tuptoaster improvements from Greg Stark. Avoid unnecessaryTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26Rename "PostgreSQL" to "Postgres" in 3 places.Bruce Momjian
2007-09-26Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.Bruce Momjian
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-26Add:Bruce Momjian
2007-09-26Document that libpq's PQntuples() might overflow.Bruce Momjian
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
2007-09-23Make autovacuum report the start time of its current activity inTom Lane
2007-09-23TransactionIdIsInProgress can skip scanning the ProcArray if the target XID isTom Lane
2007-09-23Typo fix from Brendan Jurd.Bruce Momjian
2007-09-23Temporarily modify tsearch regression tests to suppress notice that comesTom Lane
2007-09-22Fix cost estimates for EXISTS subqueries that are evaluated as initPlansTom Lane
2007-09-22Replace calls to external dir program with perlish globs and File::FindAndrew Dunstan
2007-09-22Document the translations from Postgres message severity levels toTom Lane
2007-09-22Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-22Parenthesize macro arguments safely. I see no bug among the currentTom Lane
2007-09-22Although I'd misdiagnosed the reason for the recent failures onTom Lane
2007-09-22Doh --- what's really happening on buildfarm member grebe is that itsTom Lane
2007-09-22Go back to using a separate method for doing ILIKE for single byteAndrew Dunstan
2007-09-22Fix varlena.c routines to allow 1-byte-header text values. This is nowTom Lane
2007-09-21Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane