| Commit message (Expand) | Author | Age |
* | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 |
* | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric). | Bruce Momjian | 2005-05-30 |
* | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway | 2005-05-30 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 |
* | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 |
* | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 |
* | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 |
* | Complete the following TODO items: | Neil Conway | 2005-05-09 |
* | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 |
* | Change catalog entries for record_out and record_send to show only one | Tom Lane | 2005-04-30 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. | Tom Lane | 2005-04-13 |
* | Adjust pg_cast.h so that the OIDs assigned to built-in casts come from | Tom Lane | 2005-04-12 |
* | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane | 2005-03-29 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Expand the 'special index operator' machinery to handle special cases | Tom Lane | 2005-03-26 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Force initdb cause of encoding additions. | Bruce Momjian | 2005-03-16 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 |
* | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | In accordance to | Teodor Sigaev | 2005-02-25 |
* | pg_aggregate.h fails to compile standalone, for lack of an #include | Tom Lane | 2005-01-28 |
* | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 |
* | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 |
* | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 |
* | Correct the volatility labeling of ten timestamp-related functions, | Tom Lane | 2004-10-04 |