| 2008-02-13 | Bruce Momjian | Bump minor library version numbers for 8.4. | commit | commitdiff | tree |
| 2008-02-13 | Bruce Momjian | No longer necessary: | commit | commitdiff | tree |
| 2008-02-13 | Tom Lane | Stamp HEAD as 8.4devel. | commit | commitdiff | tree |
| 2008-02-12 | Tom Lane | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push... | commit | commitdiff | tree |
| 2008-02-11 | Magnus Hagander | Update timezone mapping for Windows with new timezones... | commit | commitdiff | tree |
| 2008-02-11 | Tom Lane | Repair VACUUM FULL bug introduced by HOT patch: the... | commit | commitdiff | tree |
| 2008-02-10 | Tom Lane | Fix PageGetExactFreeSpace() so that it actually behaves... | commit | commitdiff | tree |
| 2008-02-08 | Tom Lane | Some small editorialization on the protocol documentati... | commit | commitdiff | tree |
| 2008-02-08 | Tom Lane | Since GSSAPI and SSPI authentication don't work in... | commit | commitdiff | tree |
| 2008-02-07 | Tom Lane | Avoid misbehavior in foreign key checks when casting... | commit | commitdiff | tree |
| 2008-02-07 | Bruce Momjian | Add "automatically" to HOT release note description. | commit | commitdiff | tree |
| 2008-02-07 | Tom Lane | Some variants of ALTER OWNER tried to make the "object... | commit | commitdiff | tree |
| 2008-02-07 | Tom Lane | Add missing copyfuncs/equalfuncs support for AlterTSDic... | commit | commitdiff | tree |
| 2008-02-07 | Magnus Hagander | Fix msvc install for cases where msgfmt (from gettext... | commit | commitdiff | tree |
| 2008-02-07 | Tom Lane | Fix silly mistake in expand_indexqual_rowcompare -... | commit | commitdiff | tree |
| 2008-02-07 | Tom Lane | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to... | commit | commitdiff | tree |
| 2008-02-07 | Magnus Hagander | Fix msvc install script to properly install NLS files... | commit | commitdiff | tree |
| 2008-02-07 | Michael Meskes | - Fixed segfault in ecpg when using an array element. | commit | commitdiff | tree |
| 2008-02-06 | Magnus Hagander | Fix very broken clean.bat for msvc install. The way... | commit | commitdiff | tree |
| 2008-02-05 | Magnus Hagander | Handle libraries in directories with spaces in them. | commit | commitdiff | tree |
| 2008-02-03 | Tom Lane | Fix mistaken duplicate reference to max_fsm_pages,... | commit | commitdiff | tree |
| 2008-02-02 | Tom Lane | Minor wordsmithing in release notes' description of... | commit | commitdiff | tree |
| 2008-02-02 | Tom Lane | Move example of turning off synchronous_commit to a... | commit | commitdiff | tree |
| 2008-02-02 | Tom Lane | Fix WaitOnLock() to ensure that the process's "waiting... | commit | commitdiff | tree |
| 2008-02-01 | Marc G. Fournier | configure tag'd 8.3.0 and built witih autoconf 2.59 REL8_3_0 | commit | commitdiff | tree |
| 2008-02-01 | Bruce Momjian | Stamp 8.3 in CVS. _No_ update of configure/configure.in. | commit | commitdiff | tree |
| 2008-02-01 | Bruce Momjian | Update FAQ for most recent release as 8.3. | commit | commitdiff | tree |
| 2008-02-01 | Bruce Momjian | Update item: | commit | commitdiff | tree |
| 2008-01-31 | Bruce Momjian | Fix spelling typo in comment. | commit | commitdiff | tree |
| 2008-01-31 | Bruce Momjian | Add comment about possible URL changes for www7.hp... | commit | commitdiff | tree |
| 2008-01-31 | Bruce Momjian | Update spoofing /tmp symlink instructions to be more... | commit | commitdiff | tree |
| 2008-01-31 | Tom Lane | Mention synchronize_seqscans GUC variable in release... | commit | commitdiff | tree |
| 2008-01-31 | Tom Lane | Remove the old table of "supported platforms" in favor... | commit | commitdiff | tree |
| 2008-01-31 | Tom Lane | Fix pg_GSS_error to use conn->errorMessage more sanely... | commit | commitdiff | tree |
| 2008-01-31 | Tom Lane | Improve pg_autovacuum documentation to clarify that... | commit | commitdiff | tree |
| 2008-01-31 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
| 2008-01-31 | Bruce Momjian | Document the idea of creating a symbolic link in /tmp... | commit | commitdiff | tree |
| 2008-01-31 | Andrew Dunstan | Remove 3 hex digit limit on symbol number in recent... | commit | commitdiff | tree |
| 2008-01-31 | Bruce Momjian | Add: | commit | commitdiff | tree |
| 2008-01-31 | Magnus Hagander | Add pid to the pgident event name on win32. | commit | commitdiff | tree |
| 2008-01-31 | Andrew Dunstan | Fix test that wrongly excluded some dumpbin symbols. | commit | commitdiff | tree |
| 2008-01-30 | Tom Lane | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent... | commit | commitdiff | tree |
| 2008-01-30 | Tom Lane | Add a GUC variable "synchronize_seqscans" to allow... | commit | commitdiff | tree |
| 2008-01-30 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
| 2008-01-30 | Peter Eisentraut | Improve table reference | commit | commitdiff | tree |
| 2008-01-30 | Peter Eisentraut | Update key words table for 8.3 | commit | commitdiff | tree |
| 2008-01-30 | Tom Lane | Don't putenv() a string that is allocated in a context... | commit | commitdiff | tree |
| 2008-01-29 | Bruce Momjian | Update wording: | commit | commitdiff | tree |
| 2008-01-29 | Bruce Momjian | Add item: | commit | commitdiff | tree |
| 2008-01-29 | Bruce Momjian | Remove duplicat item: | commit | commitdiff | tree |
| 2008-01-29 | Peter Eisentraut | markup correct | commit | commitdiff | tree |
| 2008-01-29 | Tom Lane | Fix up closePGconn() so that PQreset() will work on... | commit | commitdiff | tree |
| 2008-01-29 | Tom Lane | Arrange to ignore SIGPIPE during SSL_read() and SSL_shu... | commit | commitdiff | tree |
| 2008-01-28 | Bruce Momjian | Add "Communication Method" row to HA feature matrix... | commit | commitdiff | tree |
| 2008-01-27 | Tom Lane | Minor editorial improvements in documentation of sessio... | commit | commitdiff | tree |
| 2008-01-26 | Tom Lane | Change StatementCancelHandler() to check the DoingComma... | commit | commitdiff | tree |
| 2008-01-25 | Tom Lane | Fix two different copy-and-paste-os in CSV log rotation... | commit | commitdiff | tree |
| 2008-01-25 | Andrew Dunstan | Fix example of de-escaping bytea argument, per Florian... | commit | commitdiff | tree |
| 2008-01-25 | Tom Lane | Release any detoasted copies of arrays that are made... | commit | commitdiff | tree |
| 2008-01-24 | Peter Eisentraut | Change /contrib to contrib for consistency. | commit | commitdiff | tree |
| 2008-01-23 | Tom Lane | Prevent integer overflow within the integer-datetimes... | commit | commitdiff | tree |
| 2008-01-23 | Tom Lane | Provide a concrete example of parameter expansion in... | commit | commitdiff | tree |
| 2008-01-23 | Tom Lane | Avoid mathematical inconsistency in example about avoid... | commit | commitdiff | tree |
| 2008-01-23 | Alvaro Herrera | Improve lock level choices in pg_shdepend.c. Noticed... | commit | commitdiff | tree |
| 2008-01-23 | Tom Lane | Reference pgAdmin as a typical client-side tool, rather... | commit | commitdiff | tree |
| 2008-01-23 | Andrew Dunstan | Document the fix for perl 5.10 with this comment: | commit | commitdiff | tree |
| 2008-01-22 | Andrew Dunstan | Work around for perl 5.10 bug - fix due to perl hacker... | commit | commitdiff | tree |
| 2008-01-21 | Peter Eisentraut | Provide a clearer error message if the pg_control versi... | commit | commitdiff | tree |
| 2008-01-21 | Tom Lane | Improve description of bgwriter_lru_multiplier, per... | commit | commitdiff | tree |
| 2008-01-21 | Tom Lane | Fix RS_isRegis() to agree exactly with RS_compile(... | commit | commitdiff | tree |
| 2008-01-20 | Tom Lane | Fix psql \h output for case of no parameters (ie, list... | commit | commitdiff | tree |
| 2008-01-20 | Alvaro Herrera | Split error message. | commit | commitdiff | tree |
| 2008-01-19 | Tom Lane | Make pg_regress clean out the testtablespace directory... | commit | commitdiff | tree |
| 2008-01-18 | Marc G. Fournier | must commit after autoconf ... and yes, I used the... REL8_3_RC2 | commit | commitdiff | tree |
| 2008-01-18 | Bruce Momjian | Stamp release for 8.3RC2; configure will be stamped... | commit | commitdiff | tree |
| 2008-01-17 | Tom Lane | Insert into getCopyDataMessage() the same logic that... | commit | commitdiff | tree |
| 2008-01-17 | Tom Lane | Fix subselect.c to avoid assuming that a SubLink's... | commit | commitdiff | tree |
| 2008-01-17 | Tom Lane | Fix ALTER INDEX RENAME so that if the index belongs... | commit | commitdiff | tree |
| 2008-01-17 | Bruce Momjian | Update Japanese FAQ. | commit | commitdiff | tree |
| 2008-01-17 | Magnus Hagander | Typo fix. | commit | commitdiff | tree |
| 2008-01-17 | Magnus Hagander | pgcrypto doc updates | commit | commitdiff | tree |
| 2008-01-16 | Andrew Dunstan | Document the fact that COPY always uses the client... | commit | commitdiff | tree |
| 2008-01-16 | Tom Lane | Remove inappropriate cd commands, per David Wheeler... | commit | commitdiff | tree |
| 2008-01-16 | Bruce Momjian | Improve usage message for pgindent. | commit | commitdiff | tree |
| 2008-01-16 | Teodor Sigaev | Fix core dump with buffer-overrun by too long infinitiv... | commit | commitdiff | tree |
| 2008-01-15 | Tom Lane | Be less wishy-washy in the documentation and comments... | commit | commitdiff | tree |
| 2008-01-15 | Tom Lane | Prevent CLUSTER from decreasing a relation's relfrozenx... | commit | commitdiff | tree |
| 2008-01-15 | Tom Lane | Revise memory management for libxml calls. Instead... | commit | commitdiff | tree |
| 2008-01-15 | Tom Lane | Tweak new error message to conform to style guidelines. | commit | commitdiff | tree |
| 2008-01-15 | Teodor Sigaev | Add check of headline method presence. Per report by... | commit | commitdiff | tree |
| 2008-01-15 | Michael Meskes | Re-enabled variables in fetch/move command. | commit | commitdiff | tree |
| 2008-01-15 | Tom Lane | Somebody forgot to add this ERRCODE everywhere it shoul... | commit | commitdiff | tree |
| 2008-01-14 | Bruce Momjian | Add: | commit | commitdiff | tree |
| 2008-01-14 | Bruce Momjian | Most recent Postgres version is 8.2.6, per report from... | commit | commitdiff | tree |
| 2008-01-14 | Tom Lane | Prevent pg_dump from dumping the comment (if any) on... | commit | commitdiff | tree |
| 2008-01-14 | Tom Lane | Avoid cluttering the postmaster log with bogus complaints | commit | commitdiff | tree |
| 2008-01-14 | Tom Lane | Fix an ancient oversight in libpq's handling of V3... | commit | commitdiff | tree |
| 2008-01-14 | Alvaro Herrera | Mark autovacuum entries in pg_stat_activity so that... | commit | commitdiff | tree |
| 2008-01-14 | Michael Meskes | Set valid return values even in case of an error to... | commit | commitdiff | tree |
| 2008-01-14 | Tom Lane | Fix pgstat_heap() to not be broken by syncscans startin... | commit | commitdiff | tree |
| next |