Commit Graph

1183 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian 85f6e27d9b Add /contrib/adminpack to contrib/Makefile, do case-folding change. 20 years ago
Bruce Momjian 56f44784f6 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Bruce Momjian 6216cc7e25 Re-add btree_gist description. 20 years ago
Bruce Momjian fe59e56660 Add Pgadmin administration functions to /contrib/adminpack. 20 years ago
Tom Lane 798e63ffb0 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 20 years ago
Tom Lane 5cf07901c5 Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Bruce Momjian 19892feb3c Back out \' change for tsearch2, broke regression tests. 20 years ago
Bruce Momjian cc84163fa9 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 20 years ago
Teodor Sigaev c1f39437d0 Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> 20 years ago
Tom Lane a43974c6ba Code review for contrib/pg_freespacemap. Add a storedpages column to 20 years ago
Teodor Sigaev 5320c6cf6b Make GIN opclass worked with intarray extensions 20 years ago
Teodor Sigaev 8a3631f8d8 GIN: Generalized Inverted iNdex. 20 years ago
Tom Lane 4ade4fe422 Fix ltreeparentsel so it actually works ... 20 years ago
Tom Lane f66a3ca267 Un-break ltree. 20 years ago
Bruce Momjian 525de8d556 Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, 20 years ago
Bruce Momjian 136bea1540 Split out pg_freespace views to one for relations and another for pages, 20 years ago
Bruce Momjian 028ec5cb0f Adjust /contrib/pg_freespace to show index free space as NULL (FSM only 20 years ago
Bruce Momjian 59d61409cd Move ltree parentsel() selectivity function into /contrib/ltree. 20 years ago
Bruce Momjian b3e4aefcfb Enhanced containment selectivity function for /contrib/ltree 20 years ago
Tatsuo Ishii a34fd95977 Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600 20 years ago
Tatsuo Ishii 4799cd7f24 Add pgrowlocks 20 years ago
Tatsuo Ishii 66126f9687 Add new contrib function pgrowlocks. See README.pgrowlocks for more details. 20 years ago
Bruce Momjian 1cae920e32 Change int->int32, for clarity. 20 years ago
Teodor Sigaev e30df619cd Fix stupid mistake in rank_cd_def cleanup 20 years ago
Peter Eisentraut c8c864c261 Put flex'ed and bison'ed files in contrib in the distribution tarball, as 20 years ago
Teodor Sigaev cdfecf6e3e Minor cleanups 20 years ago
Teodor Sigaev 7f129956e1 Detoast query in g_intbig_consistent and copy query in g_int_consistent 20 years ago
Neil Conway a323ede280 Fix a few places that were checking for the return value of palloc() to be 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Neil Conway 7992d0fbca Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 20 years ago
Tom Lane 7d84d3ec1c Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Teodor Sigaev 38c4fe87ac Significantly improve ranking: 20 years ago
Neil Conway 305fcb7aa4 Woops: also update the alternative "expected" files for contrib/cube's 20 years ago
Neil Conway 485541a3aa Update the expected regression test results to account for the changes to 20 years ago
Neil Conway 0d9742f99a Attached is a patch that replaces a bunch of places where StringInfos 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Peter Eisentraut e6917b1255 Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>. 20 years ago
Tom Lane f87d4875e9 Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Teodor Sigaev dde9457294 Fixing and improve compound word support. This changes cannot be applied to 20 years ago
Neil Conway ce9b75db6b Patch from Marko Kreen: 20 years ago
Tom Lane e9b978c82b Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. 20 years ago
Bruce Momjian d5dd3d451e Add contrib/pg_freespacemap to display free space map information. 20 years ago
Tom Lane b35fdaaa1a Clean up some signedness warnings. 20 years ago