Age | Commit message (Expand) | Author |
2003-09-12 | Remove WIN32 console. | Bruce Momjian |
2003-09-07 | Update WIN32 branch from CVS HEAD. | Bruce Momjian |
2003-09-07 | Update this branch to match CVS head, includes WIN32 improvements. | Bruce Momjian |
2003-08-14 | Minor copy-editing. | Tom Lane |
2003-08-14 | Fix longstanding thinko in SSL protocol documentation: the server's | Tom Lane |
2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane |
2003-08-13 | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane |
2003-08-10 | Make various links point to specific places instead of entire parts | Tom Lane |
2003-08-10 | Request verbose error message output in bug reports. | Tom Lane |
2003-08-09 | Update docs for 7.4 array features and polymorphic functions. | Tom Lane |
2003-08-07 | markup fixes | Barry Lind |
2003-08-07 | Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please | Bruce Momjian |
2003-08-06 | Applied doc patch for the jdbc docs submitted by Nic Ferrier for functionality | Barry Lind |
2003-08-04 | Add a note that AND and OR are commutative. Apparently, they are not in | Peter Eisentraut |
2003-08-04 | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane |
2003-08-02 | Remove docs that say psql \encoding doesn't track SET client_encoding. | Bruce Momjian |
2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut |
2003-08-01 | --enable-thread-safeness -> --enable-thread-safety | Bruce Momjian |
2003-08-01 | Improve description of restoring pg_dumpall backups, per gripe from | Tom Lane |
2003-07-31 | Very minor editing. | Tom Lane |
2003-07-31 | Cause library-preload feature to report error if specified initialization | Tom Lane |
2003-07-31 | contraints -> constraints | Bruce Momjian |
2003-07-31 | Update Turkish FAQ, Devrim GUNDUZ | Bruce Momjian |
2003-07-30 | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane |
2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane |
2003-07-28 | Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. | Tom Lane |
2003-07-27 | Move ERRCODE_XXX macros into their own header file. | Tom Lane |
2003-07-27 | elog mop-up. | Tom Lane |
2003-07-27 | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian |
2003-07-27 | here are the patches for psql on Win32: | Bruce Momjian |
2003-07-26 | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian |
2003-07-25 | Add mention of new SSL capabilities. | Bruce Momjian |
2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
2003-07-25 | Begin improving markup of (past) release notes. | Peter Eisentraut |
2003-07-24 | Add to 7.3.4 release notes: | Bruce Momjian |
2003-07-23 | New WAL fix release text is: | Bruce Momjian |
2003-07-23 | Mention increasing sort_mem during a restore. | Bruce Momjian |
2003-07-23 | Rename --with-threads to --enable-thread-safeness, per Peter. | Bruce Momjian |
2003-07-23 | Update German FAQ. | Bruce Momjian |
2003-07-23 | Update FAQ. | Bruce Momjian |
2003-07-23 | Just a spot of copy-editing. | Tom Lane |
2003-07-23 | Update to 7.3.4 as newest release. | Bruce Momjian |
2003-07-23 | Stamp 7.3.4. | Bruce Momjian |
2003-07-22 | Add GUC parameter to control rendezvous name. | Bruce Momjian |
2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
2003-07-21 | I updated Japanese translation of PostgreSQL FAQ | Bruce Momjian |
2003-07-20 | Update URL's. | Bruce Momjian |
2003-07-18 | First bits of work on error message editing. | Tom Lane |
2003-07-18 | Stephen Robert Norris wrote: | Bruce Momjian |
2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |