summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-10Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev
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-09fix typo in regression Makefile.Andrew Dunstan
2007-09-09Provide for a file specifying non-standard config options for temp installAndrew Dunstan
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