| Age | Commit message (Expand) | Author |
| 2008-07-08 | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane |
| 2008-07-08 | Fix WAL file cutoff point calculation in pg_standby. | Heikki Linnakangas |
| 2008-07-08 | Minor improvements to the Gin internal documentation. | Neil Conway |
| 2008-07-08 | Add comment for deadlock_timeout: | Bruce Momjian |
| 2008-07-07 | Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean | Tom Lane |
| 2008-07-07 | Fix AT TIME ZONE (in all three variants) so that we first try to interpret | Tom Lane |
| 2008-07-07 | Added documentation for function xmlagg. | Peter Eisentraut |
| 2008-07-06 | Prevent integer overflows during units conversion when displaying a GUC | Tom Lane |
| 2008-07-04 | Fix initialization of GinScanEntryData.partialMatch | Teodor Sigaev |
| 2008-07-04 | Fix a couple of bugs in win32 shmem name generation: | Magnus Hagander |
| 2008-07-03 | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane |
| 2008-07-03 | Don't refer to the database name "regression" inside the regression test | Peter Eisentraut |
| 2008-07-03 | Don't print the name of the database in psql \z. | Peter Eisentraut |
| 2008-07-03 | Clean up weird whitespace. Separate patch to simplifiy the next change. | Peter Eisentraut |
| 2008-07-03 | When an ERROR happens on a dblink remote connection, take | Joe Conway |
| 2008-07-03 | Fix psql's \d and allied commands to work with all server versions back to 7.4. | Tom Lane |
| 2008-07-03 | Update source code comment about when to use gettext_noop(). | Bruce Momjian |
| 2008-07-03 | Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin, | Tom Lane |
| 2008-07-01 | Documentation patch by Kevin L. McBride explaining GUC lock variables, | Bruce Momjian |
| 2008-07-01 | Remove GUC extra_desc strings that are redundant with the enum value lists. | Tom Lane |
| 2008-07-01 | Add URL for: | Bruce Momjian |
| 2008-07-01 | Add to TODO: | Bruce Momjian |
| 2008-07-01 | Move volatility, language, etc. modifiers before function body in the pg_dump | Heikki Linnakangas |
| 2008-07-01 | Extend VacAttrStats to allow typanalyze functions to store statistic values | Heikki Linnakangas |
| 2008-07-01 | "debug" level was supposed to be hidden, since it's just an alias for debug2. | Magnus Hagander |
| 2008-07-01 | Split apart message_level_options into one set for server-side settings and | Magnus Hagander |
| 2008-07-01 | Fix identify_system_timezone() so that it tests the behavior of the system | Tom Lane |
| 2008-07-01 | Teach autovacuum how to determine whether a temp table belongs to a crashed | Tom Lane |
| 2008-07-01 | Issue psql connection warnings on connection start and via \c, per | Bruce Momjian |
| 2008-06-30 | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian |
| 2008-06-30 | Add psql TODO: | Bruce Momjian |
| 2008-06-30 | Add psql TODO item: | Bruce Momjian |
| 2008-06-30 | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev |
| 2008-06-30 | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas |
| 2008-06-29 | Remove unnecessary coziness of GIN code with datum copying. Now that | Tom Lane |
| 2008-06-28 | If pnstrdup is going to be promoted to a generally available function, | Tom Lane |
| 2008-06-27 | Consider a clause to be outerjoin_delayed if it references the nullable side | Tom Lane |
| 2008-06-27 | Fix standalone libpq build on win32. | Magnus Hagander |
| 2008-06-27 | Improve planner's estimation of the size of an append relation: rather than | Tom Lane |
| 2008-06-27 | Mention actual function names in documentation of how to pass binary | Bruce Momjian |
| 2008-06-27 | Add to TODO: | Bruce Momjian |
| 2008-06-27 | Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as a | Tom Lane |
| 2008-06-27 | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane |
| 2008-06-26 | Use SGML table to show backslash string escapes, rather than have them | Bruce Momjian |
| 2008-06-26 | Add MERGE TODO URL: | Bruce Momjian |
| 2008-06-26 | Fix pg_ctl bug where detection of binary location from postmaster.opts | Bruce Momjian |
| 2008-06-26 | Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding | Teodor Sigaev |
| 2008-06-26 | Synced parser | Michael Meskes |
| 2008-06-26 | Add TODO about security: | Bruce Momjian |
| 2008-06-26 | More FAQ URL updates from Curtis Gallant. | Bruce Momjian |