| Commit message (Expand) | Author | Age |
* | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane | 2006-01-17 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 |
* | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 |
* | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane | 2002-01-16 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Fix code that incorrectly assumed a 'char foo[N]' local variable would | Tom Lane | 2001-03-25 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 |
* | When updating a tuple containing compressed-in-line fields, do not | Tom Lane | 2001-02-09 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Tweak heap_update/delete so that we do not hold the buffer context lock | Tom Lane | 2001-01-15 |
* | If a field is incompressible ('compressed' data is actually larger than | Tom Lane | 2000-10-23 |
* | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 |
* | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 |
* | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck | 2000-07-21 |
* | Some security checks that we've found an external value completely | Jan Wieck | 2000-07-11 |