| Age | Commit message (Expand) | Author |
| 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-11 | Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page. | Tom Lane |
| 2006-07-11 | Allow each C include file to compile on its own by including any needed | Bruce Momjian |
| 2006-07-11 | Add libpq include directory to script. | Bruce Momjian |
| 2006-07-10 | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane |
| 2006-07-10 | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian |
| 2006-07-10 | Improve compile line for tool. | Bruce Momjian |
| 2006-07-10 | Update usage documention for pginclude | Bruce Momjian |
| 2006-07-10 | Add $CFLAGS handling to pgcompinclude. | Bruce Momjian |
| 2006-07-10 | Fix 'find' args for pgcompinclude tool. | Bruce Momjian |
| 2006-07-10 | Improve tool coding. | Bruce Momjian |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-07-10 | Improve script by processing only C files. | Bruce Momjian |
| 2006-07-10 | Testing commit stuff | Alvaro Herrera |
| 2006-07-08 | Fix typo in comment. | Alvaro Herrera |
| 2006-07-06 | WIN32 fixes: | Bruce Momjian |
| 2006-07-06 | Attached patch is required ot build with the CRT that comes with Visual | Bruce Momjian |
| 2006-07-06 | Please find attached two patches for documentation and regression tests | Bruce Momjian |
| 2006-07-05 | Fixed remaining Coverity bugs. | Michael Meskes |
| 2006-07-04 | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian |
| 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-30 | Fix memory leak introduced in the prior commit, detected by Tom Lane. | Alvaro Herrera |
| 2006-06-30 | Fix use-after-free error reported by Neil Conway. | Alvaro Herrera |
| 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 | Add missing #include directive: pg_constraint.h declares some functions | Neil Conway |
| 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 |