| 2007-10-28 | Tom Lane | Make pg_dump and friends consistently report both the... | commit | commitdiff | tree |
| 2007-10-28 | Tom Lane | Fix a couple of issues with pg_dump's handling of inher... | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Change text search parsing rules for hyphenated words... | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Add some rudimentary tracing code to the default text... | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Rename default text search parser's "uri" token type... | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Avoid considering both sort directions as equally usefu... | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Stamp 8.3beta2. REL8_3_BETA2 | commit | commitdiff | tree |
| 2007-10-27 | Tom Lane | Minor wording improvements per suggestion from Jeff... | commit | commitdiff | tree |
| 2007-10-27 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
| 2007-10-26 | Magnus Hagander | Change win32 child-death tracking code to use a threadp... | commit | commitdiff | tree |
| 2007-10-26 | Alvaro Herrera | Allow an autovacuum worker to be interrupted automatica... | commit | commitdiff | tree |
| 2007-10-26 | Bruce Momjian | Remove second-in-paragraph usage of "Postgres" in FAQ_DEV. | commit | commitdiff | tree |
| 2007-10-26 | Bruce Momjian | Remove use of "Postgres" aliases in the FAQ in second... | commit | commitdiff | tree |
| 2007-10-26 | Tom Lane | Change have_join_order_restriction() so that we do... | commit | commitdiff | tree |
| 2007-10-26 | Tom Lane | Avoid having backend-only code compiled into ecpg.... | commit | commitdiff | tree |
| 2007-10-26 | Tom Lane | Avoid including any backend-only stuff in the zic utili... | commit | commitdiff | tree |
| 2007-10-26 | Bruce Momjian | Set Japanese FAQ character code to UTF-8. | commit | commitdiff | tree |
| 2007-10-26 | Bruce Momjian | Add plpgsql doc example of RETURN NEXT. | commit | commitdiff | tree |
| 2007-10-25 | Tom Lane | Make initdb's selection of default text search configur... | commit | commitdiff | tree |
| 2007-10-25 | Alvaro Herrera | Fix memory management for new variables -- they must... | commit | commitdiff | tree |
| 2007-10-25 | Tom Lane | Fix ALTER SEQUENCE so that it does not affect the value... | commit | commitdiff | tree |
| 2007-10-25 | Alvaro Herrera | Extract catalog info for error reporting before an... | commit | commitdiff | tree |
| 2007-10-25 | Tom Lane | Tweak new error messages to match the actual syntax... | commit | commitdiff | tree |
| 2007-10-25 | Alvaro Herrera | Use more real-world examples in the text search parser... | commit | commitdiff | tree |
| 2007-10-25 | Alvaro Herrera | Add new encoding aliases for Solaris, per Zdenek Kotala. | commit | commitdiff | tree |
| 2007-10-25 | Bruce Momjian | Update release notes to current CVS. | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Disallow scrolling of FOR UPDATE/FOR SHARE cursors... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Remove obsolete statement that you can't update through... | commit | commitdiff | tree |
| 2007-10-24 | Alvaro Herrera | Rearrange vacuum-related bits in PGPROC as a bitmask... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Fix an error in make_outerjoininfo introduced by my... | commit | commitdiff | tree |
| 2007-10-24 | Alvaro Herrera | Danish_Danmark -> Danish_Denmark | commit | commitdiff | tree |
| 2007-10-24 | Alvaro Herrera | Minor changes to autovacuum worker: change error handli... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Keep heap_page_prune from marking the buffer dirty... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Set read_only = TRUE while evaluating input queries... | commit | commitdiff | tree |
| 2007-10-24 | Tom Lane | Remove the aggregate form of ts_rewrite(), since it... | commit | commitdiff | tree |
| 2007-10-23 | Tom Lane | Make configure probe for the location of the <uuid... | commit | commitdiff | tree |
| 2007-10-23 | Tom Lane | Rename and slightly redefine the default text search... | commit | commitdiff | tree |
| 2007-10-23 | Magnus Hagander | Use snprintf instead of wsprintf, and use getenv("APPDA... | commit | commitdiff | tree |
| 2007-10-23 | Tom Lane | Fix two-argument form of ts_rewrite() so it actually... | commit | commitdiff | tree |
| 2007-10-23 | Tom Lane | Fix several bugs in tsvectorin, including crash due... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Clarify example of planner cost computation, per a... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Adjust ts_debug's output as per my proposal of yesterda... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Be careful to get share lock on each page before comput... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Remove an Assert that's been obsoleted by recent change... | commit | commitdiff | tree |
| 2007-10-22 | Magnus Hagander | Increase FD_SETSIZE on Win32 to allow for more than... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Create a quick-and-dirty list of known migration issues... | commit | commitdiff | tree |
| 2007-10-22 | Tom Lane | Add a useless return statement to suppress a warning... | commit | commitdiff | tree |
| 2007-10-21 | Tom Lane | Fix shared tsvector/tsquery input code so that we don... | commit | commitdiff | tree |
| 2007-10-21 | Tom Lane | Editorial overhaul for text search documentation. ... | commit | commitdiff | tree |
| 2007-10-20 | Bruce Momjian | Update Japanese FAQ. | commit | commitdiff | tree |
| 2007-10-20 | Bruce Momjian | More release note word-smithing. | commit | commitdiff | tree |
| 2007-10-20 | Tom Lane | Adjust error message to agree with documentation. ... | commit | commitdiff | tree |
| 2007-10-20 | Bruce Momjian | Fix release tag spelling typo. | commit | commitdiff | tree |
| 2007-10-20 | Bruce Momjian | More release note wording improvements. | commit | commitdiff | tree |
| 2007-10-20 | Bruce Momjian | Update German FAQ. | commit | commitdiff | tree |
| 2007-10-20 | Tom Lane | Add a note pointing out that you can't log to syslog... | commit | commitdiff | tree |
| 2007-10-19 | Tom Lane | Found another small glitch in tsearch API: the two... | commit | commitdiff | tree |
| 2007-10-19 | Tom Lane | ts_rewrite() does not return a set, only one row; fix... | commit | commitdiff | tree |
| 2007-10-19 | Bruce Momjian | More indenting cleanup for release notes. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | Consistently indent release notes for prior releases. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | More release wording adjustments. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | More indenting cleanup, tag additions. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | Move a few items into migration from the main changes... | commit | commitdiff | tree |
| 2007-10-18 | Neil Conway | Minor fixes for the release notes. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | Small changes to release note descriptions. | commit | commitdiff | tree |
| 2007-10-18 | Bruce Momjian | First pass over release documentation. I trimmed down... | commit | commitdiff | tree |
| 2007-10-17 | Bruce Momjian | Re-add FAQ item: | commit | commitdiff | tree |
| 2007-10-17 | Tom Lane | Add missing entry for PG_WIN1250 encoding, per gripe... | commit | commitdiff | tree |
| 2007-10-17 | Tom Lane | Another round of editorialization on the text search... | commit | commitdiff | tree |
| 2007-10-16 | Bruce Momjian | Mention Slony as just an example. | commit | commitdiff | tree |
| 2007-10-16 | Magnus Hagander | Fix the URL properly per Robert Treat. | commit | commitdiff | tree |
| 2007-10-16 | Tom Lane | Use 'token' not 'lexeme' to describe the output of... | commit | commitdiff | tree |
| 2007-10-16 | Tom Lane | Tweak toast-related logic in heapam.c so that the toast... | commit | commitdiff | tree |
| 2007-10-16 | Tom Lane | Teach pgxs.mk and Install.pm how to install files from... | commit | commitdiff | tree |
| 2007-10-16 | Bruce Momjian | Add doc clarifications for warm standby. | commit | commitdiff | tree |
| 2007-10-16 | Magnus Hagander | Update URLs to a couple of external projects | commit | commitdiff | tree |
| 2007-10-16 | Magnus Hagander | Re-allow UTF8 encodings on win32. Since UTF8 is convert... | commit | commitdiff | tree |
| 2007-10-16 | Peter Eisentraut | Remove quotes around locale names in some places for... | commit | commitdiff | tree |
| 2007-10-16 | Bruce Momjian | Slony switch is only seconds of downtime. | commit | commitdiff | tree |
| 2007-10-16 | Bruce Momjian | Add mention of Slony for in-place upgrades. | commit | commitdiff | tree |
| 2007-10-15 | Tom Lane | Fix pg_wchar_table[] to match revised ordering of the... | commit | commitdiff | tree |
| 2007-10-15 | Tom Lane | Remove obsolete examples of add-on parsers and dictiona... | commit | commitdiff | tree |
| 2007-10-15 | Tom Lane | Add sample text search dictionary templates and parsers... | commit | commitdiff | tree |
| 2007-10-15 | Tom Lane | Include NOLOGIN roles in the 'flat' password file.... | commit | commitdiff | tree |
| 2007-10-14 | Tom Lane | make install is supposed to install everything under... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Ooops, forgot about adding -DFRONTEND. | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Migrate the former contrib/txid module into core. ... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Remove contrib/txid, in preparation for migrating it... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Try to fix msvc build for recent initdb changes. | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Strengthen type_sanity's check on pg_type.typarray... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Guard against possible double free during error escape... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Fix the inadvertent libpq ABI breakage discovered by... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Fix ALTER COLUMN TYPE to preserve the tablespace and... | commit | commitdiff | tree |
| 2007-10-13 | Bruce Momjian | Attached some minor corrections, mainly completion... | commit | commitdiff | tree |
| 2007-10-13 | Tom Lane | Teach planagg.c that partial indexes specifying WHERE... | commit | commitdiff | tree |
| 2007-10-12 | Tom Lane | When telling the bgwriter that we need a checkpoint... | commit | commitdiff | tree |
| 2007-10-12 | Tom Lane | Remove hack in pg_tablespace_aclmask() that disallowed... | commit | commitdiff | tree |
| 2007-10-11 | Tom Lane | Ensure that the result of evaluating a function during... | commit | commitdiff | tree |
| 2007-10-11 | Bruce Momjian | Add missing word. | commit | commitdiff | tree |
| next |