| 2006-07-10 | 
Alvaro Herrera | Improve vacuum code to track minimum Xids per table...  | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Improve script by processing only C files. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Alvaro Herrera | Testing commit stuff | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Test commit. | 
commit | commitdiff | tree | 
| 2006-07-08 | 
Alvaro Herrera | Fix typo in comment. | 
commit | commitdiff | tree | 
| 2006-07-06 | 
Bruce Momjian | Add index information to /contrib/pgstattuple: | 
commit | commitdiff | tree | 
| 2006-07-06 | 
Bruce Momjian | WIN32 fixes: | 
commit | commitdiff | tree | 
| 2006-07-06 | 
Bruce Momjian | Backpatch dbmirror fix for escape handling. | 
commit | commitdiff | tree | 
| 2006-07-06 | 
Bruce Momjian | Attached patch is required ot build with the CRT that...  | 
commit | commitdiff | tree | 
| 2006-07-06 | 
Bruce Momjian | Please find attached two patches for documentation...  | 
commit | commitdiff | tree | 
| 2006-07-05 | 
Michael Meskes | Fixed remaining Coverity bugs. | 
commit | commitdiff | tree | 
| 2006-07-04 | 
Tom Lane | Documentation fixes for FILLFACTOR patch.  Minor other...  | 
commit | commitdiff | tree | 
| 2006-07-04 | 
Bruce Momjian | Modify: | 
commit | commitdiff | tree | 
| 2006-07-04 | 
Bruce Momjian | Remove libpq's PQescapeIdentifier(), not safe from...  | 
commit | commitdiff | tree | 
| 2006-07-04 | 
Neil Conway | Fix typos in comments. | 
commit | commitdiff | tree | 
| 2006-07-03 | 
Tom Lane | Code review for FILLFACTOR patch.  Change WITH grammar...  | 
commit | commitdiff | tree | 
| 2006-07-03 | 
Tom Lane | Fix broken markup. | 
commit | commitdiff | tree | 
| 2006-07-02 | 
Neil Conway | Do a pass of code review for the ALTER TABLE ADD INHERI...  | 
commit | commitdiff | tree | 
| 2006-07-02 | 
Bruce Momjian | Add FILLFACTOR to CREATE INDEX. | 
commit | commitdiff | tree | 
| 2006-07-02 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-07-02 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-07-02 | 
Bruce Momjian | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...  | 
commit | commitdiff | tree | 
| 2006-07-01 | 
Tom Lane | Fix oversight in planning for multiple indexscans driven by | 
commit | commitdiff | tree | 
| 2006-07-01 | 
Tom Lane | Revise the planner's handling of "pseudoconstant" WHERE...  | 
commit | commitdiff | tree | 
| 2006-06-30 | 
Alvaro Herrera | Fix memory leak introduced in the prior commit, detecte...  | 
commit | commitdiff | tree | 
| 2006-06-30 | 
Alvaro Herrera | Fix use-after-free error reported by Neil Conway. | 
commit | commitdiff | tree | 
| 2006-06-30 | 
Bruce Momjian | Update item for GUID: | 
commit | commitdiff | tree | 
| 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 | 
| next |