]> granicus.if.org Git - postgresql/history - src/include/catalog
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / include / catalog /
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-15 Bruce MomjianRename pg_stat_file columns to be more consistent....
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Bruce MomjianUpdate catversion for dbsize changes.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-07-20 Bruce MomjianUpdate catalog version for INTERVAL day addition.
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-07-08 Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Bruce MomjianUpdate catalog version for recent function additions.
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-09 Bruce MomjianPlease find attached a patch (diff -c against cvs HEAD...
2005-06-08 Tom LaneRemove grammar productions for prefix and postfix ...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-05-30 Bruce MomjianAdd support for NUMERIC ^ NUMERIC based on power(numeri...
2005-05-30 Neil ConwayCreate separate ON INSERT and ON UPDATE triggers on...
2005-05-30 Tom LaneChange the UNKNOWN type to have an internal representat...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-09 Neil ConwayComplete the following TODO items:
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-13 Tom LaneRevert yesterday's change to make pg_cast.h say 'OID...
2005-04-12 Tom LaneAdjust pg_cast.h so that the OIDs assigned to built...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Bruce MomjianForce initdb cause of encoding additions.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-25 Teodor SigaevIn accordance to
2005-01-28 Tom Lanepg_aggregate.h fails to compile standalone, for lack...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-12 Tom LaneUpgrade formrdesc() so that it can correctly initialize...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-10-04 Tom LaneCorrect the volatility labeling of ten timestamp-relate...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
next