Commit Graph

1183 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian be1cc6955c Fix pg_autovacuum -s flag to handle values > 2000 by using sleep() 21 years ago
Bruce Momjian 8ca26e7799 Tag 1000000L as long for compuation. 21 years ago
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Tom Lane 3a694bb0a1 Restructure LOCKTAG as per discussions of a couple months ago. 21 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 21 years ago
Tom Lane d79eeef38b Treat a zero-D array as empty in int_enum(), per Andrew@supernews. 21 years ago
Tom Lane 0548497cc5 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Teodor Sigaev 04ce41ca62 Add comment about permissions on pg_ts* tables 21 years ago
Bruce Momjian 7cce39c7ce The following patch should allow UPDATE_INTERVAL to be specified on the 21 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 503edbdbff Put back code mistakenly removed from copy of postmaster's 21 years ago
Neil Conway f5dbbdcf00 Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. 21 years ago
Teodor Sigaev fb13881f42 1 fix various comparing functions 21 years ago
Neil Conway e1b398c6f5 Fix build error in pg_buffercache on Win32 (native and cygwin). From 21 years ago
Neil Conway 8962b6106b Document that the "-P" option to pg_autovacuum is insecure on many 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Bruce Momjian 6b7ef076b5 Have libpgport link before libpq so that PG client applications are more 21 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway 1ea9169b42 pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Neil Conway fa332a06ec * construct "struct {} list [] = {}" confuses pgindent - split those. 21 years ago
Neil Conway 3cc8661232 Remove support for libmhash/libmcrypt. 21 years ago
Tom Lane fa5e44017a Adjust the API for aggregate function calls so that a C-coded function 21 years ago
Neil Conway de004e44e2 Add pg_buffercache contrib module, from Mark Kirkwood. 21 years ago
Neil Conway 919594f3e2 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Teodor Sigaev 31b6d840f6 Prevent rank change in case of duplicate search terms 21 years ago
Teodor Sigaev e1662cb6b8 Simplify/clean up code for varlena types 21 years ago
Bruce Momjian 4f51368bad Add routines to dbsize to return the index size and total relation size. 21 years ago
Teodor Sigaev ea90a93a46 Fix float8->int64 transformation 21 years ago
Teodor Sigaev 4784fe9ea2 Simplify defines 21 years ago
Teodor Sigaev 47979e671c Fix memory leak for timestamp(with and w/o tz) and indexes 21 years ago
Tom Lane b7d236d663 Make sure contrib C functions are marked strict where needed. 21 years ago
Tom Lane 728775d781 Now that I look at it, int_array_enum() didn't work either. 21 years ago
Tom Lane 368964e153 Fix security and 64-bit issues in contrib/intagg. This code could 21 years ago
Teodor Sigaev 5e95311442 Add intset() to README 21 years ago
Tom Lane b0e3dd7e61 Adjust Windows autovacuum service to retry for up to 5 minutes waiting 21 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 21 years ago
Neil Conway 1ac9f0e9f7 The attached patch implements the soundex difference function which 21 years ago
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 21 years ago
Teodor Sigaev fe30edbab8 Change 21 years ago
Neil Conway 810de88d35 Fix typo. 21 years ago
Neil Conway e02e0564f1 pg_autovacuum fixes from Dave Page: 21 years ago
Bruce Momjian 2d16f7c458 Update version restriction on xml2. 21 years ago
Bruce Momjian 082283b9b9 Fix README /contrib/xml2 reference in 8.0 and HEAD. 21 years ago
Teodor Sigaev 5b354d2c7e Fixes: 21 years ago
Tom Lane 0549de06ba Fix segfault when xpath_list function is applied to an invalid document. 21 years ago
Tom Lane 8afe005f42 Consistently use geteuid() not getuid(); there were a few places deviating 21 years ago