| Commit message (Expand) | Author | Age | Files | Lines |
| * | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane | 2005-06-18 | 1 | -6/+20 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 4 | -4/+19 |
| * | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 | 1 | -2/+2 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 1 | -1/+5 |
| * | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 1 | -1/+2 |
| * | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 | 1 | -1/+3 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -7/+7 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -26/+61 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -3/+2 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 1 | -4/+25 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -2/+2 |
| * | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -2/+2 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 2 | -8/+8 |
| * | Put parentheses around use of macro arguments in FMODULO and TMODULO. | Bruce Momjian | 2005-05-24 | 1 | -7/+7 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -1/+3 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -1/+6 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 1 | -1/+2 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -4/+1 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -1/+4 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -5/+3 |
| * | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 | 1 | -1/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 3 | -7/+5 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+2 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -1/+3 |
| * | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 | 1 | -1/+2 |
| * | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 | 1 | -1/+2 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -11/+1 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 5 | -8/+16 |
| * | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane | 2005-03-25 | 1 | -1/+4 |
| * | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 | 1 | -1/+5 |
| * | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane | 2005-03-24 | 1 | -2/+12 |
| * | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway | 2005-03-20 | 1 | -7/+10 |
| * | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 | 1 | -1/+3 |
| * | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian | 2005-03-16 | 1 | -1/+2 |
| * | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 | 1 | -2/+2 |
| * | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 | 1 | -1/+3 |
| * | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 | 1 | -1/+3 |
| * | In accordance to | Teodor Sigaev | 2005-02-25 | 1 | -8/+20 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -0/+33 |
| * | Convert MemoryContextSwitchTo() into an inline function when using GCC. | Tom Lane | 2005-02-18 | 1 | -1/+19 |
| * | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 | 2 | -4/+4 |
| * | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 | 2 | -3/+28 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 5 | -10/+10 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 36 | -72/+72 |
| * | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 | 1 | -4/+3 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 1 | -9/+2 |
| * | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 | 1 | -1/+44 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 2 | -4/+6 |