| Age | Commit message (Expand) | Author |
| 2007-09-07 | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane |
| 2007-09-07 | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev |
| 2007-09-07 | Improvements from Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev |
| 2007-09-07 | Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev |
| 2007-09-07 | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev |
| 2007-09-07 | Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> | Teodor Sigaev |
| 2007-09-07 | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane |
| 2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |
| 2007-09-05 | Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines | Tom Lane |
| 2007-09-05 | Quick hack to make the VXID of a prepared transaction be -1/XID, | Tom Lane |
| 2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
| 2007-09-04 | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan |
| 2007-09-04 | Restrict tsearch config file base names to contain a-z, 0-9, and underscore, | Tom Lane |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-09-03 | Improve stylistic consistency of descriptions of built-in objects by avoiding | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-09-01 | Since sort_bounded_heap makes state changes that should be made | Tom Lane |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-08-31 | Extend whole-row Var evaluation to cope with the case that the sub-plan | Tom Lane |
| 2007-08-31 | Install check_stack_depth() protection in two recursive tsquery | Tom Lane |
| 2007-08-31 | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane |
| 2007-08-30 | Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED | Tom Lane |
| 2007-08-29 | Relax permissions checks on dbsize functions, per discussion. Revert out all | Tom Lane |
| 2007-08-28 | Add a debug logging message when a resource manager rejects an attempted | Tom Lane |
| 2007-08-28 | Improve behavior of log_lock_waits patch. Ensure that something gets logged | Tom Lane |
| 2007-08-27 | Fix generation of snowball_create.sql on msvc builds. | Magnus Hagander |
| 2007-08-27 | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane |
| 2007-08-27 | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane |
| 2007-08-27 | Restrict pg_relation_size to relation owner, pg_database_size to DB owner, | Tom Lane |
| 2007-08-27 | Make currtid() functions require SELECT privileges on the target table. | Tom Lane |
| 2007-08-26 | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-25 | Simplify implementation of ts_debug() function --- use a join instead | Tom Lane |
| 2007-08-25 | Fix synonym-dict breakage introduced in last patch :-(. | Tom Lane |
| 2007-08-25 | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane |
| 2007-08-25 | Cleanup for some problems in tsearch patch: | Tom Lane |
| 2007-08-23 | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan |
| 2007-08-22 | Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during | Tom Lane |
| 2007-08-22 | Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-22 | Whoops, missed updating dsynonym_init for new dictionary parameter method. | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate | Tom Lane |
| 2007-08-21 | Avoid using TEXT as a Bison symbol, since this provokes warnings on | Tom Lane |
| 2007-08-21 | Remove extraneous semicolon --- buildfarm member bear, for one, | Tom Lane |
| 2007-08-21 | Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution | Tom Lane |
| 2007-08-21 | Fix money type's send/receive functions to conform to recent widening | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-21 | Suppress uninitialized-variable warning. | Tom Lane |
| 2007-08-21 | Fix a small 64-bit problem in tsearch patch. | Tom Lane |