| 2006-06-29 | 
Tom Lane | Remove the separate 'stats buffer' process, letting...  | 
commit | commitdiff | tree | 
| 2006-06-29 | 
Tom Lane | Change TRUNCATE's method for searching for foreign...  | 
commit | commitdiff | tree | 
| 2006-06-29 | 
Bruce Momjian | Change URL for SITC: | 
commit | commitdiff | tree | 
| 2006-06-29 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Neil Conway | Add missing #include directive: pg_constraint.h declare...  | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Neil Conway | Fix typo in comment. | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Neil Conway | Editorialization for the additions to the CREATE TABLE...  | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Bruce Momjian | Add URL for SITC | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Tom Lane | Improve planner estimates for size of tuple hash tables. | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Tom Lane | Fix hash aggregation to suppress unneeded columns from...  | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Tom Lane | Adjust TupleHashTables to use MinimalTuple format for...  | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Bruce Momjian | Update Russian FAQ. | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Teodor Sigaev | Forget to add new file :(( | 
commit | commitdiff | tree | 
| 2006-06-28 | 
Teodor Sigaev | Changes | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Tom Lane | Remove embedded newline in string literal --- seems...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Add GUC update_process_title to control whether 'ps...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Tom Lane | Convert hash join code to use MinimalTuple format in...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Default stats_command_string to 'on', now that its...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Tom Lane | Put #ifdef NOT_USED around posix_fadvise call.  We...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Revert patch, doesn't do what it should: | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Tom Lane | Extend the MinimalTuple concept to tuplesort.c, thereby...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Will revert in next patch more cleanly. | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Not done: | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Alvaro Herrera | Clamp last_anl_tuples to n_live_tuples, in case we...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Disallow changing/dropping default expression of a...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Fix for recent Win32 pg_dump tar temp file patch. | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Tom Lane | Create infrastructure for 'MinimalTuple' representation...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | On Win32, use loop to create pg_dump temporary tar...  | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-06-27 | 
Bruce Momjian | Add PQescapeIdentifier() to libpq | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Fix blank line. | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Add comment about the use of pg_config_paths.h. | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Tom Lane | Change the row constructor syntax (ROW(...)) so that...  | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Michael Meskes | Added missing braces to prevent a segfault after usage...  | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Use Unix newlines, instead of DOS ones. | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Use Unix line endings instead of DOS ones, per Magnus. | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Update include files to Unix newline format, per report...  | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Bruce Momjian | Update comment description of geo routines and move...  | 
commit | commitdiff | tree | 
| 2006-06-26 | 
Michael Meskes | Added some more coverity report patches send in by...  | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Bruce Momjian | Update my info: | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Tom Lane | Tweak dynahash.c to avoid wasting memory space in non...  | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Michael Meskes | Moved some free() calls that coverity correctly complai...  | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Alvaro Herrera | Our version of getopt_long does not set optarg upon...  | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Bruce Momjian | Remove individual user copyright because the code is...  | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Bruce Momjian | Fix GEVHDRSZ for Win32. | 
commit | commitdiff | tree | 
| 2006-06-25 | 
Bruce Momjian | Fix Win32/Cygwin problems: | 
commit | commitdiff | tree | 
| 2006-06-24 | 
Bruce Momjian | Update entry: | 
commit | commitdiff | tree | 
| 2006-06-24 | 
Bruce Momjian | Add UPDATE entry for row reuse. | 
commit | commitdiff | tree | 
| 2006-06-24 | 
Tom Lane | Fix re-inclusion of port header file on Windows, per...  | 
commit | commitdiff | tree | 
| 2006-06-23 | 
Michael Meskes | Clarified copyright notice | 
commit | commitdiff | tree | 
| 2006-06-22 | 
Tom Lane | Remove dllinit.c; it was only needed for long-obsolete...  | 
commit | commitdiff | tree | 
| 2006-06-22 | 
Tom Lane | pg_stop_backup was calling XLogArchiveNotify() twice...  | 
commit | commitdiff | tree | 
| 2006-06-22 | 
Tom Lane | Standalone backends need pgstat_bestart() too, per...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Tom Lane | Move setup_cancel_handler() up near start of psql main...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Tom Lane | Remove ancient kluge that kept nodeAgg.c from crashing...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Tom Lane | Disallow aggregate functions in UPDATE commands (unless...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Tom Lane | Eliminate a gratuitously different wording of the ...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Joe Conway | - During dblink_open, if transaction state was IDLE...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Tom Lane | Clean up psql variable code a little: eliminate unneces...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Michael Meskes | Added some more coverity report patches send in by...  | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Michael Meskes | Fixed small typo in changelog | 
commit | commitdiff | tree | 
| 2006-06-21 | 
Michael Meskes | Added fixed from the coverity report send in by Joachim...  | 
commit | commitdiff | tree | 
| 2006-06-20 | 
Tom Lane | Remove redundant gettimeofday() calls to the extent...  | 
commit | commitdiff | tree | 
| 2006-06-20 | 
Tom Lane | Split definitions for md5.c out of crypt.h and into...  | 
commit | commitdiff | tree | 
| 2006-06-19 | 
Tom Lane | Some editorial work on the documentation of the current...  | 
commit | commitdiff | tree | 
| 2006-06-19 | 
Michael Meskes | Do not use already free'ed errmsg, bug found by Joachim...  | 
commit | commitdiff | tree | 
| 2006-06-19 | 
Tom Lane | Take the statistics collector out of the loop for monit...  | 
commit | commitdiff | tree | 
| 2006-06-18 | 
Bruce Momjian | Update my email address. | 
commit | commitdiff | tree | 
| 2006-06-18 | 
Tom Lane | Don't try to call posix_fadvise() unless <fcntl.h>...  | 
commit | commitdiff | tree | 
| 2006-06-18 | 
Tom Lane | Fix saveHistory() to not emit bogus complaint during...  | 
commit | commitdiff | tree | 
| 2006-06-18 | 
Tom Lane | Increase timeout in statement_timeout test from 1 secon...  | 
commit | commitdiff | tree | 
| 2006-06-18 | 
Peter Eisentraut | Merge postmaster and postgres command into just postgre...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Tom Lane | Fix a couple of obvious problems in DROP IF EXISTS...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Tom Lane | Code review for SELECT INTO STRICT patch: use saner...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Tom Lane | Clean up after someone's curious idea that it'd be...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Andrew Dunstan | docs for DROP ... IF EXISTS for the following cases: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Document issues with non-default tablespaces and pg_dum...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for ISO dates: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Andrew Dunstan | DROP ... IF EXISTS for the following cases: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for currency type: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for updatable views: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Tom Lane | Fix problems with cached tuple descriptors disappearing...  | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL to: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for freespace map filling. | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | > | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | >               o Add PL/Python tracebacks | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add to locale TODO.detail. | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add URL for ISO date/time syntax: | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Add LDAP documentation missed in code patch. | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Update preload_library magic block wording. | 
commit | commitdiff | tree | 
| 2006-06-16 | 
Bruce Momjian | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | 
commit | commitdiff | tree | 
| next |