| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra tab in postgresql.conf | Bruce Momjian | 2007-09-17 | 1 | -1/+1 |
* | Remove Assert(BgWriterShmem != NULL), which is rather pointless since | Tom Lane | 2007-09-16 | 1 | -3/+1 |
* | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane | 2007-09-16 | 1 | -3/+3 |
* | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 | 1 | -45/+14 |
* | Remove GIN interface section, which is now documented in SGML. | Bruce Momjian | 2007-09-14 | 1 | -29/+0 |
* | Fix GSS API pointer checking. | Bruce Momjian | 2007-09-14 | 2 | -7/+7 |
* | Fix typo in typecasting. | Teodor Sigaev | 2007-09-13 | 1 | -2/+2 |
* | Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, | Alvaro Herrera | 2007-09-12 | 1 | -3/+20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 | 26 | -144/+151 |
* | Perform post-escaping encoding validity checks on SQL literals and COPY input | Andrew Dunstan | 2007-09-12 | 2 | -3/+38 |
* | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera | 2007-09-12 | 1 | -2/+4 |
* | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane | 2007-09-11 | 3 | -3/+9 |
* | Include hash table name in all the internal-error elog messages in | Tom Lane | 2007-09-11 | 1 | -6/+9 |
* | Remove QueryOperand->istrue flag, it was used only in cover ranking | Teodor Sigaev | 2007-09-11 | 2 | -45/+47 |
* | Fix header's size of structs defines in ispell. | Teodor Sigaev | 2007-09-11 | 1 | -2/+2 |
* | Add regression tests for ispell, synonym and thesaurus dictionaries. | Teodor Sigaev | 2007-09-11 | 7 | -11/+69 |
* | Fix ts_debug function to prevent unneeded calls of ts_lexize(). | Teodor Sigaev | 2007-09-11 | 1 | -3/+2 |
* | Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev | 2007-09-11 | 4 | -54/+98 |
* | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 4 | -17/+16 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 7 | -442/+479 |
* | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera | 2007-09-10 | 2 | -2/+30 |
* | Release the exclusive lock on the table early after truncating it in lazy | Alvaro Herrera | 2007-09-10 | 1 | -5/+4 |
* | Fix recently introduced bugs about parsing ispell/hunspell files. | Teodor Sigaev | 2007-09-10 | 1 | -10/+9 |
* | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera | 2007-09-10 | 1 | -2/+6 |
* | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev | 2007-09-10 | 2 | -10/+10 |
* | Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev | 2007-09-10 | 1 | -4/+4 |
* | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane | 2007-09-10 | 1 | -3/+2 |
* | Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. | Tom Lane | 2007-09-10 | 1 | -3/+3 |
* | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 | 4 | -382/+396 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 11 | -204/+294 |
* | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane | 2007-09-07 | 6 | -144/+216 |
* | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev | 2007-09-07 | 1 | -45/+34 |
* | Improvements from Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev | 2007-09-07 | 8 | -206/+266 |
* | Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev | 2007-09-07 | 5 | -21/+107 |
* | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev | 2007-09-07 | 15 | -738/+1189 |
* | Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> | Teodor Sigaev | 2007-09-07 | 1 | -0/+53 |
* | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane | 2007-09-07 | 2 | -19/+26 |
* | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 9 | -24/+29 |
* | Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines | Tom Lane | 2007-09-05 | 1 | -14/+14 |
* | Quick hack to make the VXID of a prepared transaction be -1/XID, | Tom Lane | 2007-09-05 | 1 | -2/+3 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 21 | -698/+869 |
* | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan | 2007-09-04 | 2 | -4/+73 |
* | Restrict tsearch config file base names to contain a-z, 0-9, and underscore, | Tom Lane | 2007-09-04 | 1 | -13/+13 |
* | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 9 | -247/+254 |
* | Improve stylistic consistency of descriptions of built-in objects by avoiding | Tom Lane | 2007-09-03 | 2 | -5/+5 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 12 | -86/+313 |
* | Since sort_bounded_heap makes state changes that should be made | Tom Lane | 2007-09-01 | 1 | -3/+2 |
* | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane | 2007-08-31 | 2 | -5/+21 |
* | Extend whole-row Var evaluation to cope with the case that the sub-plan | Tom Lane | 2007-08-31 | 1 | -5/+76 |
* | Install check_stack_depth() protection in two recursive tsquery | Tom Lane | 2007-08-31 | 2 | -5/+17 |