| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
* | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund | 2014-08-25 | 1 | -1/+1 |
* | Add file version information to most installed Windows binaries. | Noah Misch | 2014-07-14 | 1 | -0/+1 |
* | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut | 2014-04-18 | 1 | -21/+2 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 | 2 | -0/+6 |
* | Improve define_custom_variable's handling of pre-existing settings. | Tom Lane | 2011-10-04 | 1 | -10/+4 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 | 1 | -0/+1 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
* | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 | 1 | -0/+2 |
* | One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs. | Tom Lane | 2011-02-18 | 1 | -0/+41 |
* | Assorted fixups for "unpackaged" conversion scripts. | Tom Lane | 2011-02-13 | 1 | -1/+3 |
* | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 | 1 | -11/+11 |
* | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 | 9 | -126/+113 |
* | Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs. | Tom Lane | 2011-01-07 | 1 | -3/+3 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 4 | -28/+24 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 | 1 | -0/+2 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 4 | -4/+4 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -1/+0 |
* | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 | 1 | -4/+4 |
* | Fix contrib/tsearch2 expected results to match recent changes in URL parsing. | Tom Lane | 2010-04-28 | 2 | -12/+16 |
* | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 | 1 | -9/+2 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 | 2 | -42/+42 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
* | Add alternative expected output files for cs_CZ locale for btree_gist and | Heikki Linnakangas | 2009-05-08 | 1 | -0/+2975 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 | 1 | -3/+4 |
* | Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger | Teodor Sigaev | 2009-01-28 | 1 | -3/+15 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -2/+10 |
* | Update contrib for tsearch changes. | Tom Lane | 2008-05-16 | 2 | -10/+10 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 1 | -8/+8 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -18/+13 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 | 1 | -3/+3 |
* | Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc... | Andrew Dunstan | 2007-11-20 | 1 | -2/+2 |
* | Add snb_ru_init(internal) to list of stub functions in tsearch2 | Tom Lane | 2007-11-16 | 3 | -3/+10 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -60/+60 |
* | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane | 2007-11-13 | 4 | -25/+248 |
* | Ooops, missed one file to remove. | Tom Lane | 2007-11-13 | 1 | -1242/+0 |
* | Replace the now-incompatible-with-core contrib/tsearch2 module with a | Tom Lane | 2007-11-13 | 85 | -24507/+1207 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 2 | -0/+4 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 | 2 | -254/+245 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 1 | -1/+1 |
* | Avoid possibly-unportable initializer, per buildfarm warning. | Tom Lane | 2007-07-15 | 1 | -2/+5 |
* | Silence Solaris compiler warnings, per buildfarm. | Tom Lane | 2007-07-15 | 2 | -4/+8 |