| 2004-11-23 | 
Peter Eisentraut | New translations | 
commit | commitdiff | tree | 
| 2004-11-23 | 
Peter Eisentraut | Translation updates | 
commit | commitdiff | tree | 
| 2004-11-23 | 
Peter Eisentraut | Clean files generated by htmlhelp target. | 
commit | commitdiff | tree | 
| 2004-11-23 | 
Peter Eisentraut | Add htmlhelp stylesheet and build target. | 
commit | commitdiff | tree | 
| 2004-11-23 | 
Tom Lane | Further plperl cleanup: be more paranoid about checking...  | 
commit | commitdiff | tree | 
| 2004-11-22 | 
Tom Lane | The beginnings of a regression test for plperl.  Right...  | 
commit | commitdiff | tree | 
| 2004-11-22 | 
Tom Lane | Try to instill some sanity in plperl's function result...  | 
commit | commitdiff | tree | 
| 2004-11-22 | 
Neil Conway | Fix typo in release notes. Michael Fuhr. | 
commit | commitdiff | tree | 
| 2004-11-22 | 
PostgreSQL...  | update us to beta5  REL8_0_0BETA5 | 
commit | commitdiff | tree | 
| 2004-11-22 | 
Tom Lane | Update release notes for recent changes; also minor...  | 
commit | commitdiff | tree | 
| 2004-11-21 | 
Tom Lane | Fix rounding problem in dynahash.c's decision about...  | 
commit | commitdiff | tree | 
| 2004-11-21 | 
Tom Lane | Reduce the default size of the PortalHashTable in order...  | 
commit | commitdiff | tree | 
| 2004-11-21 | 
Tom Lane | While fixing plperl and pltcl, I realized plpgsql wasn...  | 
commit | commitdiff | tree | 
| 2004-11-21 | 
Tom Lane | Suppress remaining compile warnings, and add a comment...  | 
commit | commitdiff | tree | 
| 2004-11-21 | 
Tom Lane | Fix plperl and pltcl error handling per my previous...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Bruce Momjian | Fix typo. | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Patch of 2004-03-30 corrected date_part(timestamp)...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Fix typo, per Bruno Wolff. | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Fix up makefile dependencies for pg_config_paths.h. | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Avoid scanning the relcache during AtEOSubXact_Relation...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Reduce the default size of the local lock hash table...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Fix plperl's elog() function to convert elog(ERROR...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Fix one more place where we were expecting lcons()...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | On some HPUX versions/hardware, it seems we need to...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Fix unportable isdigit() call --- must cast arg to...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Move pgstat_report_tabstat() call so that stats are...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Make sure we produce a useful error message for the...  | 
commit | commitdiff | tree | 
| 2004-11-20 | 
Tom Lane | Improve error reporting for SSL connection failures...  | 
commit | commitdiff | tree | 
| 2004-11-19 | 
Tom Lane | Fix incorrect documentation of plperl's method for...  | 
commit | commitdiff | tree | 
| 2004-11-19 | 
Tom Lane | Clean up rpath handling for HPUX --- we can't use the...  | 
commit | commitdiff | tree | 
| 2004-11-19 | 
Tom Lane | Set rpath for plperl and plpython to ensure we can...  | 
commit | commitdiff | tree | 
| 2004-11-19 | 
Tom Lane | Modify the platform-specific makefiles so that macro...  | 
commit | commitdiff | tree | 
| 2004-11-18 | 
Tom Lane | Fix memory clobber problem reported by John Hansen...  | 
commit | commitdiff | tree | 
| 2004-11-18 | 
Tom Lane | Whoops, missed converting the other sleep() call to...  | 
commit | commitdiff | tree | 
| 2004-11-18 | 
Peter Eisentraut | Translation update | 
commit | commitdiff | tree | 
| 2004-11-18 | 
Tom Lane | Force pg_database updates out to disk immediately after...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Include <getopt.h> if available, to avoid warnings...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Rename vacuum_cost_limit switch from -N to -l to avoid...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Remove ill-considered suppression of gcc warnings in...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Fix off-by-one memory allocation, as reported by Rod...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Set DEFAULT_EDITOR to notepad.exe on Windows, as per...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Some further editorial adjustment of PITR recovery...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Force LANG=en on Windows, since system may fail to...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Add installcheck-parallel regression test target. ...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Use pg_usleep() not sleep(), per Andrew Dunstan. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Miscellaneous Cygwin build fixes from Reini Urban. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Add variant regression file to support BSDen that under...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Install include/port header files, and fix PGXS build...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Adjust SHLIB_LINK for cygwin case. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Add options to pg_autovacuum to support setting the...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Be sure length limit passed to snprintf matches what...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Minor adjustment of message style. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Neil Conway | Win32 build cleanups, from Andrew Dunstan. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Neil Conway | Remove debugging printf from #ifdef WIN32 section. | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Neil Conway | Micro-optimization of markpos() and restrpos() in btree...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Neil Conway | Document a limitation of COPY's new CSV mode. Doc patch...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Neil Conway | Don't allow pg_start_backup() to be invoked if archive_...  | 
commit | commitdiff | tree | 
| 2004-11-17 | 
Tom Lane | Fix Win32 problems with signals and sockets, by making...  | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Neil Conway | Prevent a backend crash when processing CREATE TABLE...  | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Peter Eisentraut | Translation update | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Tom Lane | Adjust safety restrictions for plperl functions.  Andre...  | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Tom Lane | Suppress duplicate rules for lib$(NAME).a on WIN32...  | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Tom Lane | Use dynamically-sized buffers in pgwin32_is_service(). | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Tom Lane | Rethink plpgsql's way of handling SPI execution during...  | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Tom Lane | Trivial wording improvement. | 
commit | commitdiff | tree | 
| 2004-11-16 | 
Neil Conway | Add index entries for all GUC configuration parameters. | 
commit | commitdiff | tree | 
| 2004-11-15 | 
Tom Lane | Don't quote the value of EDITOR on Unix, only on Window...  | 
commit | commitdiff | tree | 
| 2004-11-15 | 
Neil Conway | Replace "--" and "---" with "—" as appropriate...  | 
commit | commitdiff | tree | 
| 2004-11-15 | 
Neil Conway | Fix typo, other minor improvements. | 
commit | commitdiff | tree | 
| 2004-11-14 | 
Tom Lane | Use English-style quotes in error messages, per Serguei...  | 
commit | commitdiff | tree | 
| 2004-11-14 | 
Bruce Momjian | Remove replicaiton FAQ item. | 
commit | commitdiff | tree | 
| 2004-11-14 | 
Tom Lane | Remove GUC USERLIMIT variable category, making the...  | 
commit | commitdiff | tree | 
| 2004-11-14 | 
Neil Conway | Improvements to the PITR docs. Initial patch from Gavin...  | 
commit | commitdiff | tree | 
| 2004-11-14 | 
Neil Conway | There is no need for ReadBuffer() call sites to check...  | 
commit | commitdiff | tree | 
| 2004-11-13 | 
Bruce Momjian | Not entirely sure when this broke, but libpq's VC+...  | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Tom Lane | Remove now-redundant description of Postgres file layou...  | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Tom Lane | Add some real documentation about the overall filesyste...  | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Tom Lane | Fix obsolete comments. | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Bruce Momjian | > I think in addition the system global name "sharemem...  | 
commit | commitdiff | tree | 
| 2004-11-12 | 
Tom Lane | Remember to close the file on failure (pretty much...  | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Tom Lane | Un-break custom_variable_classes kluge ... mea culpa. | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Bruce Momjian | pg_restore --help improvements, from Tom Lane: | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Bruce Momjian | Cleanup: | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Neil Conway | Fix a handful of typos in the release notes introduced...  | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Bruce Momjian | Cleaups: | 
commit | commitdiff | tree | 
| 2004-11-11 | 
Neil Conway | Remove obsolete comment from btbuild() and hashbuild...  | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Peter Eisentraut | Add character set declaration to HTML files, so they...  | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Peter Eisentraut | Fix some spacing problems. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Add SGML markup to 8.0 release notes. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Michael Meskes | List VALUE as a keyword. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Fix sgml markup tags. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Update release notes to match CVS. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Remove performance TODO.detail.  In TODO. | 
commit | commitdiff | tree | 
| 2004-11-10 | 
Bruce Momjian | Add bitmap info: | 
commit | commitdiff | tree | 
| 2004-11-09 | 
Tom Lane | Allow planner to fold "stable" functions to constants...  | 
commit | commitdiff | tree | 
| 2004-11-09 | 
Tom Lane | Put in place some defenses against being fooled by...  | 
commit | commitdiff | tree | 
| 2004-11-09 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| next |