| Age | Commit message (Expand) | Author |
| 2006-07-11 | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane |
| 2006-07-11 | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev |
| 2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian |
| 2006-07-11 | GIN improvements | Teodor Sigaev |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-10 | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-07-08 | Fix typo in comment. | Alvaro Herrera |
| 2006-07-04 | Fix typos in comments. | Neil Conway |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-07-02 | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian |
| 2006-07-01 | Fix oversight in planning for multiple indexscans driven by | Tom Lane |
| 2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
| 2006-06-29 | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane |
| 2006-06-29 | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane |
| 2006-06-28 | Fix typo in comment. | Neil Conway |
| 2006-06-28 | Improve planner estimates for size of tuple hash tables. | Tom Lane |
| 2006-06-28 | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane |
| 2006-06-28 | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane |
| 2006-06-28 | Forget to add new file :(( | Teodor Sigaev |
| 2006-06-28 | Changes | Teodor Sigaev |
| 2006-06-27 | Remove embedded newline in string literal --- seems to make newer gcc | Tom Lane |
| 2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
| 2006-06-27 | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane |
| 2006-06-27 | Default stats_command_string to 'on', now that its overhead is minimal. | Bruce Momjian |
| 2006-06-27 | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane |
| 2006-06-27 | Revert patch, doesn't do what it should: | Bruce Momjian |
| 2006-06-27 | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane |
| 2006-06-27 | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera |
| 2006-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-27 | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian |
| 2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
| 2006-06-26 | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane |
| 2006-06-26 | Update comment description of geo routines and move comment to more | Bruce Momjian |
| 2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
| 2006-06-22 | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane |
| 2006-06-22 | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane |
| 2006-06-22 | Standalone backends need pgstat_bestart() too, per Qingqing Zhou. | Tom Lane |
| 2006-06-21 | Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving | Tom Lane |
| 2006-06-21 | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane |
| 2006-06-21 | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-19 | Take the statistics collector out of the loop for monitoring backends' | Tom Lane |
| 2006-06-18 | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |