| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 | 1 | -13/+7 |
| * | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 | 1 | -34/+5 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 | 1 | -28/+34 |
| * | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane | 2004-11-20 | 1 | -1/+30 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -16/+16 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -53/+55 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 1 | -27/+86 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -151/+56 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -4/+139 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -28/+45 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -12/+12 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -12/+13 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -37/+12 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -4/+26 |
| * | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 | 1 | -13/+1 |
| * | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 | 1 | -1/+13 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -3/+3 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -155/+62 |
| * | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 | 1 | -19/+14 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -2/+3 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 1 | -10/+19 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -91/+81 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -164/+87 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -41/+163 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -31/+31 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -55/+70 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -36/+173 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -8/+8 |
| * | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 | 1 | -3/+4 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 1 | -10/+10 |
| * | Add relcache support for system catalogs with attnotnull columns. | Tom Lane | 2002-11-15 | 1 | -3/+41 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -12/+5 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -5/+12 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -12/+5 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 1 | -16/+6 |
| * | RelationClearRelation must reset rd_targblock and update rd_nblocks | Tom Lane | 2002-09-22 | 1 | -2/+6 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -116/+124 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -8/+11 |
| * | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 1 | -24/+34 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -122/+74 |
| * | Fix obsolete comment. | Tom Lane | 2002-08-04 | 1 | -5/+5 |
| * | When compiling with --enable-cassert, check for reference count leaks | Tom Lane | 2002-08-02 | 1 | -11/+38 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -7/+10 |
| * | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian | 2002-07-15 | 1 | -11/+11 |