]> granicus.if.org Git - postgresql/history - src/backend/access
Add per-user and per-database connection limit options.
[postgresql] / src / backend / access /
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-30 Bruce MomjianFix compile for no O_SYNC, but introduced with O_DIRECT.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-29 Bruce MomjianUpdate O_DIRECT comment.
2005-07-29 Bruce MomjianUse O_DIRECT if available when using O_SYNC for wal_syn...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-23 Bruce MomjianRemove unintended code addition.
2005-07-23 Bruce MomjianMacro alignment cleanup.
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-07-08 Tom LaneEven though I'd like to see full_page_writes go away...
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-07-05 Bruce MomjianAdd GUC full_page_writes to control writing full pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-07-01 Teodor SigaevImprove error messages and add comment
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-29 Teodor SigaevCleanup, remove unneeded pallocs
2005-06-28 Teodor SigaevCode cleanup. gistfillbuffer accepts InvalidOffsetNumber.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-24 Tom LaneFix rtree and contrib/rtree_gist search behavior for...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-20 Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-19 Tom LaneAvoid unnecessary palloc overhead in _bt_first(). ...
2005-06-19 Tom LaneNeed #include <time.h> on some platforms.
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-19 Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-18 Tom LaneDept. of second thoughts: regular COMMIT deletes deleta...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Bruce MomjianRemove old *.backup files when we do pg_stop_backup...
2005-06-14 Teodor SigaevWAL for GiST. It work for online backup and so on,...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-09 Bruce MomjianFree buffer allocated via malloc (process is short...
2005-06-09 Tom LaneAdd missing #include -- mea culpa.
2005-06-09 Tom LanePut a critical section around update of hash index...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-05-31 Tom LaneAdd test to WAL replay to verify that xl_prev points...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-05-19 Tom LaneMake a comment pgindent-proof, per suggestion from...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2005-05-17 Neil ConwayGiST improvements:
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-05-15 Neil ConwayVarious style cleanups for GiST; no changes to function...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-10 Neil ConwayFix typo in comment.
2005-05-07 Tom LaneRepair very-low-probability race condition between...
2005-05-07 Tom LaneFix case in which a debug printout would print already...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-03 Tom LaneClean up MultiXactIdExpand's API by separating out...
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
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-23 Tom LaneAdd comment about checkpoint panic behavior during...
2005-04-23 Tom LaneRecent changes got the sense of the notnull bit backwar...
2005-04-17 Bruce MomjianFix comment typo.
2005-04-15 Tom LaneReduce PANIC to ERROR in several xlog routines that...
2005-04-15 Tom LaneModify MoveOfflineLogs/InstallXLogFileSegment to avoid...
2005-04-14 Tom LaneMake equalTupleDescs() compare attlen/attbyval/attalign...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
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 LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneEliminate duplicate hasnulls bit testing in index tuple...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-03-07 Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-05 Tom LaneMarginal hack to merge adjacent ReleaseBuffer/ReadBuffe...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-24 Tom LaneFix memory leak in rtdosplit, per report from Clive...
2005-01-18 Neil ConwayThis patch makes some improvements to the rtree index...
next