2004-11-18 |
Tom Lane | Fix memory clobber problem reported by John Hansen... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tom Lane | Whoops, missed converting the other sleep() call to... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tom Lane | Force pg_database updates out to disk immediately after... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Include <getopt.h> if available, to avoid warnings... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Rename vacuum_cost_limit switch from -N to -l to avoid... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Remove ill-considered suppression of gcc warnings in... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Fix off-by-one memory allocation, as reported by Rod... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Set DEFAULT_EDITOR to notepad.exe on Windows, as per... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Some further editorial adjustment of PITR recovery... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Force LANG=en on Windows, since system may fail to... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Add installcheck-parallel regression test target. ... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Use pg_usleep() not sleep(), per Andrew Dunstan. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Miscellaneous Cygwin build fixes from Reini Urban. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Add variant regression file to support BSDen that under... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Install include/port header files, and fix PGXS build... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Adjust SHLIB_LINK for cygwin case. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Add options to pg_autovacuum to support setting the... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Be sure length limit passed to snprintf matches what... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Minor adjustment of message style. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Neil Conway | Win32 build cleanups, from Andrew Dunstan. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Neil Conway | Remove debugging printf from #ifdef WIN32 section. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Neil Conway | Micro-optimization of markpos() and restrpos() in btree... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Neil Conway | Document a limitation of COPY's new CSV mode. Doc patch... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Neil Conway | Don't allow pg_start_backup() to be invoked if archive_... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Fix Win32 problems with signals and sockets, by making... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Neil Conway | Prevent a backend crash when processing CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tom Lane | Adjust safety restrictions for plperl functions. Andre... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tom Lane | Suppress duplicate rules for lib$(NAME).a on WIN32... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tom Lane | Use dynamically-sized buffers in pgwin32_is_service(). |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tom Lane | Rethink plpgsql's way of handling SPI execution during... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tom Lane | Trivial wording improvement. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Neil Conway | Add index entries for all GUC configuration parameters. |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Tom Lane | Don't quote the value of EDITOR on Unix, only on Window... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Neil Conway | Replace "--" and "---" with "—" as appropriate... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Neil Conway | Fix typo, other minor improvements. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Tom Lane | Use English-style quotes in error messages, per Serguei... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Bruce Momjian | Remove replicaiton FAQ item. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Tom Lane | Remove GUC USERLIMIT variable category, making the... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Neil Conway | Improvements to the PITR docs. Initial patch from Gavin... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Neil Conway | There is no need for ReadBuffer() call sites to check... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Bruce Momjian | Not entirely sure when this broke, but libpq's VC+... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Tom Lane | Remove now-redundant description of Postgres file layou... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Tom Lane | Add some real documentation about the overall filesyste... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Tom Lane | Fix obsolete comments. |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Bruce Momjian | > I think in addition the system global name "sharemem... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Tom Lane | Remember to close the file on failure (pretty much... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Tom Lane | Un-break custom_variable_classes kluge ... mea culpa. |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Bruce Momjian | pg_restore --help improvements, from Tom Lane: |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Bruce Momjian | Cleanup: |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Neil Conway | Fix a handful of typos in the release notes introduced... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Bruce Momjian | Cleaups: |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Neil Conway | Remove obsolete comment from btbuild() and hashbuild... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Peter Eisentraut | Add character set declaration to HTML files, so they... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Peter Eisentraut | Fix some spacing problems. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Add SGML markup to 8.0 release notes. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Michael Meskes | List VALUE as a keyword. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Fix sgml markup tags. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Update release notes to match CVS. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Remove performance TODO.detail. In TODO. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Bruce Momjian | Add bitmap info: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Tom Lane | Allow planner to fold "stable" functions to constants... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Tom Lane | Put in place some defenses against being fooled by... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Get rid of perror(), substitute some better phrased... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Update bitmap index description: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Clarify some strings |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Clarify some error messages |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Neil Conway | Delete the `remove-old-headers' target, as it is no... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Neil Conway | This patch makes some cleanups to contrib/ to silence... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Update mmap details: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Remove mmap TODO.detail, now in TODO. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Bruce Momjian | Remove inheritance, already in TODO. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Tom Lane | Use a hopefully-more-reliable method of detecting defau... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove fadvise TODO.detail. Merged into TODO. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Tom Lane | Recommend that archive_command be coded to not overwrit... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Update workding on why we use is_absolute_path() as... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Peter Eisentraut | Use correct function name in example |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove count TODO.detail now that info is in TODO. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove count TODO.detail. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove atttypmod TODO.detail and merge into TODO list. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Update item description: |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove view TODO.detail. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Update view info: |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Remove win32 TODO.detail. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Bruce Momjian | Allow win32/cygwin link against the first matching... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Tom Lane | Kris Jurka pointed out that the qualified_name producti... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Tom Lane | Fix unportable code in SockAddr_cidr_mask: you can... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
next |