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