summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-22Replace calls to external dir program with perlish globs and File::FindAndrew Dunstan
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
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-21Removed superfluous ECPGfree() call.Michael Meskes
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
2007-09-21Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, whichTom 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-18Doc reminder that integer pg version also needs updating.Bruce Momjian
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-14Add LDAP URL documentation.Bruce Momjian
2007-09-14Add tsearch tab completion support: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-12Whitespace improvement.Bruce Momjian
2007-09-12Install dictionary sample files.Magnus Hagander
2007-09-12Document an efficient way to create documentation for back branches.Bruce Momjian
2007-09-12Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera
2007-09-11Sync timezone data with 2007g zic release.Tom Lane
2007-09-11Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane
2007-09-11Include hash table name in all the internal-error elog messages inTom Lane
2007-09-11Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-11Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev