summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2007-10-24Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-10-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane
2007-10-20Adjust error message to agree with documentation. The tsearch documentationTom Lane
2007-10-15Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane
2007-10-15Include NOLOGIN roles in the 'flat' password file. In the originalTom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-10-13Guard against possible double free during error escape from XMLTom 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-09-27Add virtual transaction IDs to CSVLOG output, so that messages coming fromTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26In the integer-datetimes case, date2timestamp and date2timestamptz needTom 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-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-23Fix bugs in XML binary I/O functions. Heikki and TomTom 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-21Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather thanTom Lane
2007-09-20Solaris portability fix that was previously made in contrib/tsearch2Tom 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-17Remove extra tab in postgresql.confBruce Momjian
2007-09-16Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane
2007-09-13Fix typo in typecasting.Teodor Sigaev
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-11Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-10Change void* opaque argument to Datum type, add argument'sTeodor Sigaev
2007-09-10Revert temporary patch that made synchronous_commit default to OFF.Tom Lane
2007-09-10Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.Tom Lane
2007-09-10Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane
2007-09-08Replace the former method of determining snapshot xmax --- to wit, callingTom Lane
2007-09-07Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev