| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -87/+102 |
| * | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 2 | -436/+282 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -10/+73 |
| * | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 | 1 | -129/+129 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 2 | -5/+5 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 2 | -2/+419 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 2 | -4/+4 |
| * | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 | 1 | -34/+38 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -34/+20 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -7/+8 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 2 | -5/+5 |
| * | Shared-memory hashtables have non-extensible directories, which means | Tom Lane | 2000-02-26 | 1 | -5/+30 |
| * | Add: | Bruce Momjian | 2000-01-26 | 2 | -4/+6 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 2 | -5/+3 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+1 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -8/+8 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Correct serious bug in hashtable expansion routine: under the | Tom Lane | 1999-05-31 | 1 | -38/+44 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -22/+28 |
| * | Modify mcxt.h so that it doesn't pull in half of creation. | Tom Lane | 1999-03-07 | 1 | -1/+2 |
| * | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 | 1 | -9/+17 |
| * | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 | 1 | -64/+106 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 2 | -4/+4 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 2 | -40/+40 |