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