| Commit message (Expand) | Author | Age | Files | Lines |
| * | Again update C comments for pg_attribute.attislocal | Bruce Momjian | 2014-08-30 | 1 | -3/+7 |
| * | Update C comment for pg_attribute.attislocal | Bruce Momjian | 2014-08-29 | 1 | -1/+5 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -1/+1 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 | 1 | -7/+7 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
| * | Hide most variable-length fields from Form_pg_* structs | Peter Eisentraut | 2012-01-27 | 1 | -5/+3 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Allow per-column foreign data wrapper options. | Robert Haas | 2011-08-05 | 1 | -1/+5 |
| * | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -5/+9 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -23/+19 |
| * | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 | 1 | -311/+6 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -13/+15 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -3/+2 |
| * | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane | 2009-09-26 | 1 | -2/+3 |
| * | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 | 1 | -1/+24 |
| * | Cause pg_proc.probin to be declared as text, not bytea. Everything was | Tom Lane | 2009-08-04 | 1 | -3/+3 |
| * | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 1 | -254/+264 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -10/+11 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -4/+4 |
| * | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 | 1 | -23/+25 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -255/+252 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 | 1 | -33/+35 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -2/+2 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -19/+23 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -23/+17 |
| * | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 | 1 | -41/+45 |
| * | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 | 1 | -31/+33 |
| * | Reduce the alignment requirement of type "name" from int to char, and arrange | Tom Lane | 2008-06-24 | 1 | -9/+9 |
| * | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -7/+7 |
| * | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 1 | -7/+7 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -7/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -6/+8 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -3/+5 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 1 | -31/+33 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -29/+33 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -3/+4 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -19/+23 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -9/+7 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -5/+6 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -5/+9 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -5/+5 |