summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Remove extra tab in postgresql.confBruce Momjian2007-09-171-1/+1
* Remove Assert(BgWriterShmem != NULL), which is rather pointless sinceTom Lane2007-09-161-3/+1
* Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane2007-09-161-3/+3
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-161-45/+14
* Remove GIN interface section, which is now documented in SGML.Bruce Momjian2007-09-141-29/+0
* Fix GSS API pointer checking.Bruce Momjian2007-09-142-7/+7
* Fix typo in typecasting.Teodor Sigaev2007-09-131-2/+2
* Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen,Alvaro Herrera2007-09-121-3/+20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-1226-144/+151
* Perform post-escaping encoding validity checks on SQL literals and COPY inputAndrew Dunstan2007-09-122-3/+38
* Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera2007-09-121-2/+4
* Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane2007-09-113-3/+9
* Include hash table name in all the internal-error elog messages inTom Lane2007-09-111-6/+9
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-112-45/+47
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-111-2/+2
* Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev2007-09-117-11/+69
* Fix ts_debug function to prevent unneeded calls of ts_lexize().Teodor Sigaev2007-09-111-3/+2
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-114-54/+98
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-114-17/+16
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-117-442/+479
* Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera2007-09-102-2/+30
* Release the exclusive lock on the table early after truncating it in lazyAlvaro Herrera2007-09-101-5/+4
* Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev2007-09-101-10/+9
* Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera2007-09-101-2/+6
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-102-10/+10
* Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-101-4/+4
* Revert temporary patch that made synchronous_commit default to OFF.Tom Lane2007-09-101-3/+2
* Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.Tom Lane2007-09-101-3/+3
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-104-382/+396
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-0811-204/+294
* Don't take ProcArrayLock while exiting a transaction that has no XID; there isTom Lane2007-09-076-144/+216
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-071-45/+34
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-078-206/+266
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-075-21/+107
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-0715-738/+1189
* Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com>Teodor Sigaev2007-09-071-0/+53
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-072-19/+26
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-069-24/+29
* Volatile-qualify the ProcArray PGPROC pointer in a bunch of routinesTom Lane2007-09-051-14/+14
* Quick hack to make the VXID of a prepared transaction be -1/XID,Tom Lane2007-09-051-2/+3
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-0521-698/+869
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-042-4/+73
* Restrict tsearch config file base names to contain a-z, 0-9, and underscore,Tom Lane2007-09-041-13/+13
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-039-247/+254
* Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane2007-09-032-5/+5
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-0312-86/+313
* Since sort_bounded_heap makes state changes that should be madeTom Lane2007-09-011-3/+2
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-312-5/+21
* Extend whole-row Var evaluation to cope with the case that the sub-planTom Lane2007-08-311-5/+76
* Install check_stack_depth() protection in two recursive tsqueryTom Lane2007-08-312-5/+17