| 2008-03-07 | Bruce Momjian | Clearify PITR doc wording. | commit | commitdiff | tree | 
| 2008-03-06 | Bruce Momjian | Document that enabling asserts can _significantly_... | commit | commitdiff | tree | 
| 2008-03-06 | Bruce Momjian | Move client encoding libpq function docs into libpq... | commit | commitdiff | tree | 
| 2008-03-05 | Alvaro Herrera | Add support for dlopen on recent NetBSD/MIPS, per Rémi... | commit | commitdiff | tree | 
| 2008-03-05 | Bruce Momjian | Update libpqxx URL in top-level README, per Gurjeet... | commit | commitdiff | tree | 
| 2008-03-05 | Tom Lane | In PrepareToInvalidateCacheTuple, don't force initializ... | commit | commitdiff | tree | 
| 2008-03-05 | Bruce Momjian | Document that increasing the number of checkpoints... | commit | commitdiff | tree | 
| 2008-03-05 | Tom Lane | Include -lgss in libpq link, if available.  Bjorn Munch | commit | commitdiff | tree | 
| 2008-03-04 | Tom Lane | Fix PREPARE TRANSACTION to reject the case where the... | commit | commitdiff | tree | 
| 2008-03-04 | Magnus Hagander | Use windows DACL fix for pg_regress as well. | commit | commitdiff | tree | 
| 2008-03-04 | Bruce Momjian | Show example of ts_headline() using a configuration... | commit | commitdiff | tree | 
| 2008-03-03 | Bruce Momjian | Remove "reliably" from chr(0) doc mention. | commit | commitdiff | tree | 
| 2008-03-03 | Bruce Momjian | Document that chr(0) is not supported, and why. | commit | commitdiff | tree | 
| 2008-03-02 | Michael Meskes | Fixed bug that caused arrays of varchar to be output... | commit | commitdiff | tree | 
| 2008-03-02 | Tom Lane | Venezuela Time now means UTC-4:30, not UTC-4:00.  Adjus... | commit | commitdiff | tree | 
| 2008-03-01 | Tom Lane | Fix another place that was assuming that a local variab... | commit | commitdiff | tree | 
| 2008-03-01 | Tom Lane | Fix unportable usages of tolower().  On signed-char... | commit | commitdiff | tree | 
| 2008-03-01 | Tom Lane | Disable the undocumented xmlvalidate() function, which... | commit | commitdiff | tree | 
| 2008-02-29 | Andrew Dunstan | Don't call AddUserToDacl on Cygwin | commit | commitdiff | tree | 
| 2008-02-29 | Tom Lane | Reducing the assumed alignment of struct varlena means... | commit | commitdiff | tree | 
| 2008-02-29 | Magnus Hagander | Fix handling of restricted processes for Windows Vista... | commit | commitdiff | tree | 
| 2008-02-29 | Neil Conway | Fix several memory leaks when rescanning SRFs. Arrange... | commit | commitdiff | tree | 
| 2008-02-28 | Magnus Hagander | Support for building contrib/uuid-ossp with MSVC. | commit | commitdiff | tree | 
| 2008-02-27 | Tom Lane | If RelationBuildDesc() fails to open a critical system... | commit | commitdiff | tree | 
| 2008-02-26 | Peter Eisentraut | Fix uninstall target. | commit | commitdiff | tree | 
| 2008-02-26 | Tom Lane | Fix encode(...bytea..., 'escape') so that it converts... | commit | commitdiff | tree | 
| 2008-02-25 | Tom Lane | Fix datetime input to behave correctly for Feb 29 in... | commit | commitdiff | tree | 
| 2008-02-24 | Tom Lane | Use our own getopt() and getopt_long() on Solaris,... | commit | commitdiff | tree | 
| 2008-02-23 | Tom Lane | Avoid trying to print a NULL char pointer in --describe... | commit | commitdiff | tree | 
| 2008-02-23 | Tom Lane | Change the declaration of struct varlena so that the... | commit | commitdiff | tree | 
| 2008-02-20 | Tom Lane | Fix mistakes in pg_ctl's code for "start -w" that tries... | commit | commitdiff | tree | 
| 2008-02-20 | Tom Lane | Put a CHECK_FOR_INTERRUPTS call into the loops that... | commit | commitdiff | tree | 
| 2008-02-20 | Alvaro Herrera | Change error message to be able to differentiate the... | commit | commitdiff | tree | 
| 2008-02-18 | Tom Lane | Remove unnecessary opening of other relation in RI_FKey... | commit | commitdiff | tree | 
| 2008-02-18 | Peter Eisentraut | Observe errors in makefile | commit | commitdiff | tree | 
| 2008-02-17 | Michael Meskes | Changed INFORMIX mode symbol definition yet again becau... | commit | commitdiff | tree | 
| 2008-02-15 | Michael Meskes | Updated expected result for regression test. | commit | commitdiff | tree | 
| 2008-02-15 | Michael Meskes | Fixed conflicting commit. | commit | commitdiff | tree | 
| 2008-02-15 | Michael Meskes | Changed the way symbols are defined in C in INFORMIX... | commit | commitdiff | tree | 
| 2008-02-13 | Bruce Momjian | Correct XML markup typo, <book> -> </book> | 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 | 
| next |