| Commit message (Expand) | Author | Age | Files | Lines |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 29 | -19/+75 |
| * | Un-DOS-ify newly added files. | Tom Lane | 2006-05-30 | 3 | -446/+448 |
| * | Add /contrib/adminpack to contrib/Makefile, do case-folding change. | Bruce Momjian | 2006-05-30 | 3 | -49/+50 |
| * | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian | 2006-05-30 | 2 | -10/+20 |
| * | Re-add btree_gist description. | Bruce Momjian | 2006-05-30 | 1 | -0/+3 |
| * | Add Pgadmin administration functions to /contrib/adminpack. | Bruce Momjian | 2006-05-30 | 5 | -3/+497 |
| * | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane | 2006-05-23 | 1 | -3/+3 |
| * | Fix errors in fortuna PRNG reseeding logic that could cause a predictable | Tom Lane | 2006-05-21 | 1 | -5/+14 |
| * | Back out \' change for tsearch2, broke regression tests. | Bruce Momjian | 2006-05-19 | 2 | -2/+2 |
| * | Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. | Bruce Momjian | 2006-05-19 | 4 | -9/+9 |
| * | Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> | Teodor Sigaev | 2006-05-10 | 2 | -19/+17 |
| * | Code review for contrib/pg_freespacemap. Add a storedpages column to | Tom Lane | 2006-05-04 | 3 | -211/+181 |
| * | Make GIN opclass worked with intarray extensions | Teodor Sigaev | 2006-05-03 | 8 | -16/+258 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 5 | -2/+243 |
| * | Fix ltreeparentsel so it actually works ... | Tom Lane | 2006-04-27 | 1 | -133/+26 |
| * | Un-break ltree. | Tom Lane | 2006-04-27 | 1 | -2/+2 |
| * | Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, | Bruce Momjian | 2006-04-26 | 2 | -2/+6 |
| * | Split out pg_freespace views to one for relations and another for pages, | Bruce Momjian | 2006-04-26 | 3 | -64/+337 |
| * | Adjust /contrib/pg_freespace to show index free space as NULL (FSM only | Bruce Momjian | 2006-04-26 | 3 | -50/+71 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 3 | -7/+198 |
| * | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |
| * | Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600 | Tatsuo Ishii | 2006-04-25 | 1 | -2/+4 |
| * | Add pgrowlocks | Tatsuo Ishii | 2006-04-23 | 2 | -3/+8 |
| * | Add new contrib function pgrowlocks. See README.pgrowlocks for more details. | Tatsuo Ishii | 2006-04-23 | 5 | -0/+488 |
| * | Change int->int32, for clarity. | Bruce Momjian | 2006-04-12 | 1 | -1/+1 |
| * | Fix stupid mistake in rank_cd_def cleanup | Teodor Sigaev | 2006-04-10 | 1 | -2/+2 |
| * | Put flex'ed and bison'ed files in contrib in the distribution tarball, as | Peter Eisentraut | 2006-04-03 | 5 | -18/+34 |
| * | Minor cleanups | Teodor Sigaev | 2006-04-03 | 2 | -4/+8 |
| * | Detoast query in g_intbig_consistent and copy query in g_int_consistent | Teodor Sigaev | 2006-04-03 | 2 | -10/+15 |
| * | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 | 2 | -16/+8 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -4/+12 |
| * | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 | 9 | -137/+56 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 61 | -2/+104 |
| * | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway | 2006-03-11 | 1 | -3/+2 |
| * | Fix order of linking of libxslt and libxml2, per Dave Page. | Tom Lane | 2006-03-10 | 1 | -1/+1 |
| * | Update /contrib regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 3 | -7/+7 |
| * | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 | 4 | -12/+16 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 7 | -8/+8 |
| * | Significantly improve ranking: | Teodor Sigaev | 2006-03-02 | 3 | -92/+161 |
| * | Woops: also update the alternative "expected" files for contrib/cube's | Neil Conway | 2006-03-01 | 2 | -12/+12 |
| * | Update the expected regression test results to account for the changes to | Neil Conway | 2006-03-01 | 1 | -6/+6 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 3 | -100/+87 |
| * | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 25 | -115/+106 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 36 | -741/+732 |
| * | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 34 | -12/+1222 |
| * | Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>. | Peter Eisentraut | 2006-02-25 | 8 | -3163/+1 |
| * | Fix vacuumlo to avoid unnecessary use of backslash in search pattern. | Tom Lane | 2006-02-23 | 1 | -2/+2 |
| * | Fixing and improve compound word support. This changes cannot be applied to | Teodor Sigaev | 2006-02-20 | 1 | -56/+75 |
| * | Patch from Marko Kreen: | Neil Conway | 2006-02-18 | 1 | -32/+70 |
| * | Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. | Tom Lane | 2006-02-14 | 1 | -1/+3 |