| Age | Commit message (Expand) | Author |
| 2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
| 2006-05-06 | Further minor simplification of relcache startup: don't need a static | Tom Lane |
| 2006-05-04 | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane |
| 2006-05-04 | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane |
| 2006-05-03 | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane |
| 2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
| 2006-05-02 | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane |
| 2006-05-01 | Provide a namespace.c function for lookup of an operator with exact | Tom Lane |
| 2006-04-30 | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2006-04-30 | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian |
| 2006-04-27 | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane |
| 2006-04-27 | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane |
| 2006-04-26 | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian |
| 2006-04-26 | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian |
| 2006-04-25 | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane |
| 2006-04-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
| 2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
| 2006-04-25 | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian |
| 2006-04-24 | Improve our private implementation of cbrt() to give results of the | Tom Lane |
| 2006-04-24 | Remove compiler warning by casting SNPRINTF() call to void. | Bruce Momjian |
| 2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
| 2006-04-20 | Eliminate some no-longer-needed workarounds for palloc's old behavior | Tom Lane |
| 2006-04-19 | Fix problem that sscanf(buf, "%d", &val) eats leading white space, but | Bruce Momjian |
| 2006-04-19 | C code whitespace inprovement for formatting.c. | Bruce Momjian |
| 2006-04-13 | Fix similar_escape() so that SIMILAR TO works properly for patterns involving | Tom Lane |
| 2006-04-10 | Suppress unused-variable warning on platforms without HAVE_SYSLOG. | Tom Lane |
| 2006-04-08 | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane |
| 2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | Tom Lane |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-04-03 | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev |
| 2006-03-29 | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane |
| 2006-03-23 | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-16 | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-11 | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway |
| 2006-03-10 | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane |
| 2006-03-10 | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway |
| 2006-03-08 | Tweak trace_sort code to show the merge order (number of active input | Tom Lane |
| 2006-03-07 | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane |
| 2006-03-07 | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane |
| 2006-03-07 | Properly set "escape_string_warning" to default to true. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-06 | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian |
| 2006-03-06 | Attached is the new patch. To summarize: | Bruce Momjian |
| 2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |