| Age | Commit message (Expand) | Author |
| 2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | 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-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-10 | Improve vacuum code to track minimum Xids per table instead of per database. | 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-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 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-28 | Add missing #include directive: pg_constraint.h declares some functions | Neil Conway |
| 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 | Changes | Teodor Sigaev |
| 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 | 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 | 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 | Fix blank line. | Bruce Momjian |
| 2006-06-26 | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane |
| 2006-06-26 | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian |
| 2006-06-26 | Update include files to Unix newline format, per report from Magnus. | Bruce Momjian |
| 2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
| 2006-06-25 | Fix GEVHDRSZ for Win32. | Bruce Momjian |
| 2006-06-25 | Fix Win32/Cygwin problems: | Bruce Momjian |
| 2006-06-24 | Fix re-inclusion of port header file on Windows, per Magnus. | 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-16 | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-06-15 | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane |
| 2006-06-09 | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-06-06 | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane |
| 2006-06-06 | Remove ancient AIX structure workaround. | Bruce Momjian |
| 2006-06-05 | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane |
| 2006-06-05 | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane |
| 2006-05-31 | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane |
| 2006-05-30 | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane |