Age | Commit message (Expand) | Author |
2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
2005-06-26 | Tweak dynahash.c to not allocate so many entries at once when dealing | Tom Lane |
2005-06-18 | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane |
2005-06-08 | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane |
2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
2005-05-16 | Adjust out-of-date comment. | Tom Lane |
2005-05-06 | Marginal performance improvements in dynahash: make sure that everything | Tom Lane |
2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-11-21 | Fix rounding problem in dynahash.c's decision about when the target | Tom Lane |
2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
2004-10-22 | Minor code cleanup: hdefault() only ever returned "true", so it may as | Neil Conway |
2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
2003-12-29 | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
2002-10-31 | Got tired of explaining why this Assert is not wrong. | Tom Lane |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-23 | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane |
2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
2001-03-23 | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-03-13 | XLOG (and related) changes: | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-02 | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |