| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 | 5 | -0/+5 |
| * | Recode non-ASCII characters in source to UTF-8 | Peter Eisentraut | 2011-05-31 | 1 | -1/+1 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 | 5 | -8/+8 |
| * | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 | 20 | -41/+72 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 8 | -31/+31 |
| * | Allow moddatetime's target column to be of type timestamptz. | Tom Lane | 2010-11-04 | 1 | -14/+22 |
| * | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane | 2010-10-08 | 5 | -17/+17 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+5 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 11 | -11/+11 |
| * | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -1/+0 |
| * | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane | 2010-07-05 | 1 | -3/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 3 | -10/+10 |
| * | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 | 5 | -24/+34 |
| * | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 3 | -0/+9 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 3 | -6/+4 |
| * | Remove contrib/spi/preprocessor, which has been uninteresting ever | Tom Lane | 2007-12-03 | 4 | -263/+0 |
| * | Remove obsoleted README files. | Tom Lane | 2007-12-03 | 3 | -222/+2 |
| * | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 5 | -0/+10 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 2 | -7/+7 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 5 | -14/+14 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -0/+1 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 5 | -2/+12 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 2 | -0/+3 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 5 | -10/+8 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 5 | -60/+52 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -0/+2 |
| * | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 | 1 | -1/+3 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 2 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+3 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+9 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -1/+1 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | on my timetravel.c I find a bug: after the | Bruce Momjian | 2003-09-11 | 1 | -6/+6 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 5 | -129/+134 |
| * | Remove unportable // comments. | Tom Lane | 2003-07-27 | 1 | -6/+7 |
| * | Cleanup of timetravel compile warnings. | Bruce Momjian | 2003-07-27 | 1 | -4/+3 |
| * | Here is 4 file in tgz: | Bruce Momjian | 2003-07-27 | 4 | -208/+429 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 5 | -50/+144 |
| * | Remove platform-specific executable; does not belong in distribution. | Tom Lane | 2003-06-11 | 2 | -2/+2 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -4/+4 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 5 | -10/+0 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -3/+3 |
| * | Call timestamp_in with proper arguments, per gripe from Mark Halliwell. | Tom Lane | 2003-01-09 | 1 | -2/+4 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 5 | -35/+48 |
| * | Restore NOTICEs that were mistakenly removed from triggers regression | Tom Lane | 2002-10-03 | 2 | -5/+7 |
| * | Fix bit-rotted reference to GetUserName() ... | Tom Lane | 2002-09-05 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 2 | -7/+7 |