summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-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-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-23Fix bugs in XML binary I/O functions. Heikki and TomTom Lane
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-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-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-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
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-21Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather thanTom Lane
2007-09-21Make some simple performance improvements in TransactionIdIsInProgress().Tom Lane
2007-09-21Fix comments that misspelled TransactionIdIsInProgress, per Heikki.Tom Lane
2007-09-20Solaris portability fix that was previously made in contrib/tsearch2Tom Lane
2007-09-20Revert ill-fated patch to release exclusive lock early after vacuumTom Lane
2007-09-20Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan
2007-09-20Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net>Teodor Sigaev
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-19Prevent corr() from returning the wrong results for negative correlationNeil Conway
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-09-18Avoid possibly-unportable initializer, per buildfarm warningTeodor Sigaev
2007-09-17Remove extra tab in postgresql.confBruce Momjian
2007-09-16Remove Assert(BgWriterShmem != NULL), which is rather pointless sinceTom Lane
2007-09-16Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-14Remove GIN interface section, which is now documented in SGML.Bruce Momjian
2007-09-14Fix GSS API pointer checking.Bruce Momjian
2007-09-13Fix typo in typecasting.Teodor Sigaev
2007-09-12Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen,Alvaro Herrera
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-09-12Perform post-escaping encoding validity checks on SQL literals and COPY inputAndrew Dunstan
2007-09-12Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera