summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
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
2007-09-11Fix ts_debug function to prevent unneeded calls of ts_lexize().Teodor 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-10Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera
2007-09-10Release the exclusive lock on the table early after truncating it in lazyAlvaro Herrera
2007-09-10Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev
2007-09-10Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera
2007-09-10Change void* opaque argument to Datum type, add argument'sTeodor Sigaev
2007-09-10Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor 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-07Don't take ProcArrayLock while exiting a transaction that has no XID; there isTom Lane
2007-09-07Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev
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
2007-09-07Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com>Teodor Sigaev
2007-09-07Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane
2007-09-06Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane
2007-09-05Volatile-qualify the ProcArray PGPROC pointer in a bunch of routinesTom Lane
2007-09-05Quick hack to make the VXID of a prepared transaction be -1/XID,Tom Lane
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-09-04Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan