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