| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update URL to Ross William's paper. | Alvaro Herrera | 2008-08-25 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Include hash table name in all the internal-error elog messages in | Tom Lane | 2007-09-11 |
* | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Remove hash_destroy calls in hash_create's failure paths. As noted by | Tom Lane | 2006-08-14 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Tweak dynahash.c to not allocate so many entries at once when dealing | Tom Lane | 2005-06-26 |
* | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane | 2005-06-18 |
* | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Adjust out-of-date comment. | Tom Lane | 2005-05-16 |
* | Marginal performance improvements in dynahash: make sure that everything | Tom Lane | 2005-05-06 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix rounding problem in dynahash.c's decision about when the target | Tom Lane | 2004-11-21 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 |
* | Minor code cleanup: hdefault() only ever returned "true", so it may as | Neil Conway | 2004-10-22 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane | 2003-12-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Got tired of explaining why this Assert is not wrong. | Tom Lane | 2002-10-31 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |