Commit Graph

1385 Commits (ff481ca0d463d33246a331c92bdf3dfc018c24eb)

Author SHA1 Message Date
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 19 years ago
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 19 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Magnus Hagander b13cc9579c The functions bt_metap, bt_page_stats and bt_page_items had moved 19 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Tom Lane bd0a260928 Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 19 years ago
Peter Eisentraut 7ce9b3683e Make some messages more consistent 19 years ago
Bruce Momjian 18e3992e56 Add standard error redirection for OS/X & darwin startup script. 19 years ago
Bruce Momjian 87a9473276 Update /contrib OS/X startup files, and move to a separate OS/X 19 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 19 years ago
Peter Eisentraut 4e3cb9ca48 Add deprecation notice about planned removal in 8.4 and advice to try using 19 years ago
Alvaro Herrera 0f6e2d085d Remove unsupported -u option from pg_standby example usage. 19 years ago
Bruce Momjian 9c326ad6bc Add CVS comment for recent commit: 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Andrew Dunstan 0f77636c2e Remove directory qualification in <ossp/uuid.h> because it's not always installed in ossp. 19 years ago
Tom Lane 0fef38da21 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 19 years ago
Peter Eisentraut 3591ca1fbf Make some functions immutable. 19 years ago
Peter Eisentraut 83ebe3a562 Fix typo 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 1656cb76f7 revert change to build xml2 until a better fix is found 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Tatsuo Ishii 2fca2c05e7 Add -F option to set fillfactor for tellers, accounts and branches. 19 years ago
Bruce Momjian b0194ab110 Add the usage count statistics to the information available in 19 years ago
Tatsuo Ishii e574f2a029 Enhance pgbench -l option to add timestamp. Patch contributed by Greg 19 years ago
Tatsuo Ishii 7e96269a82 Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Teodor Sigaev 9477f12ea8 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Neil Conway 74b667ad42 Replace 4-clause licensed blf.[ch] with blowfish implementation 19 years ago
Tom Lane 0565579c5b Fix uninitialized-variable bug. 19 years ago
Teodor Sigaev 66daeb074b Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane 19 years ago
Teodor Sigaev debb3aa8e9 Fix stopword and synonym files parsing bug in MSVC build, per report from 19 years ago
Tom Lane e85a01df67 Clean up the representation of special snapshots by including a "method 19 years ago
Teodor Sigaev bb8998a475 Fix parser bug on Windows with UTF8 encoding and C locale, the reason was 19 years ago
Alvaro Herrera c9d3b8f5d2 Fix uninitialized value in pgstatindex leading to invalid values being 19 years ago
Tom Lane 95f6d2d209 Make use of plancache module for SPI plans. In particular, since plpgsql 19 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev 15f91f2789 Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Magnus Hagander b082ef7f12 Set stderr to unbuffered for pgbench on win32. 19 years ago
Teodor Sigaev 2afb01dbde Athough cube is a varlena type, nowhere was a detoasting of cube's value, so 19 years ago
Neil Conway 90d76525c5 Add resetStringInfo(), which clears the content of a StringInfo, and 19 years ago
Bruce Momjian 053981f405 Add logging to /contrib/pg_standby if -k couldn't clean up the log file. 19 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Bruce Momjian fb2b088cf4 Update /contrib/fuzzystrmatch error message to mention bytes, not just 19 years ago
Teodor Sigaev 44655290cc Fix backend crash in parsing incorrect tsquery. 19 years ago
Magnus Hagander 933571129d Fix pg_standby to build on msvc. 19 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago