| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restrict non-superusers to password authenticated connections | Joe Conway | 2007-07-08 | 3 | -2/+83 |
| * | Changed new \usleep command into \sleep with an optional time unit | Jan Wieck | 2007-07-06 | 2 | -10/+32 |
| * | Added a new scripting meta command | Jan Wieck | 2007-07-06 | 2 | -6/+107 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 34 | -67/+99 |
| * | The functions bt_metap, bt_page_stats and bt_page_items had moved | Magnus Hagander | 2007-06-07 | 1 | -48/+1 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 11 | -213/+8 |
| * | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane | 2007-06-01 | 1 | -5/+2 |
| * | Make some messages more consistent | Peter Eisentraut | 2007-05-31 | 1 | -2/+2 |
| * | Add standard error redirection for OS/X & darwin startup script. | Bruce Momjian | 2007-05-30 | 1 | -2/+2 |
| * | Update /contrib OS/X startup files, and move to a separate OS/X | Bruce Momjian | 2007-05-30 | 4 | -5/+21 |
| * | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane | 2007-05-24 | 1 | -2/+3 |
| * | Add deprecation notice about planned removal in 8.4 and advice to try using | Peter Eisentraut | 2007-05-24 | 1 | -0/+13 |
| * | Remove unsupported -u option from pg_standby example usage. | Alvaro Herrera | 2007-05-22 | 1 | -1/+1 |
| * | Add CVS comment for recent commit: | Bruce Momjian | 2007-05-17 | 1 | -1/+1 |
| * | Add database page inspection /contrib module. | Bruce Momjian | 2007-05-17 | 13 | -589/+1187 |
| * | Remove directory qualification in <ossp/uuid.h> because it's not always insta... | Andrew Dunstan | 2007-05-15 | 1 | -2/+2 |
| * | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane | 2007-05-03 | 1 | -2/+2 |
| * | Make some functions immutable. | Peter Eisentraut | 2007-04-22 | 1 | -4/+4 |
| * | Fix typo | Peter Eisentraut | 2007-04-22 | 1 | -1/+1 |
| * | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut | 2007-04-21 | 7 | -1/+353 |
| * | Add --with-libxslt configure option | Andrew Dunstan | 2007-04-15 | 1 | -2/+8 |
| * | revert change to build xml2 until a better fix is found | Andrew Dunstan | 2007-04-14 | 1 | -6/+2 |
| * | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan | 2007-04-13 | 1 | -2/+5 |
| * | Add -F option to set fillfactor for tellers, accounts and branches. | Tatsuo Ishii | 2007-04-08 | 3 | -11/+52 |
| * | Add the usage count statistics to the information available in | Bruce Momjian | 2007-04-07 | 3 | -14/+23 |
| * | Enhance pgbench -l option to add timestamp. Patch contributed by Greg | Tatsuo Ishii | 2007-04-06 | 3 | -9/+52 |
| * | Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. | Tatsuo Ishii | 2007-04-06 | 3 | -254/+75 |
| * | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 6 | -99/+35 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 5 | -9/+52 |
| * | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev | 2007-04-02 | 2 | -2/+2 |
| * | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway | 2007-03-28 | 4 | -706/+477 |
| * | Fix uninitialized-variable bug. | Tom Lane | 2007-03-28 | 1 | -2/+3 |
| * | Add checking of end of line in parsing stopword list. Thanks to sharp eyes of... | Teodor Sigaev | 2007-03-26 | 1 | -1/+1 |
| * | Fix stopword and synonym files parsing bug in MSVC build, per report from | Teodor Sigaev | 2007-03-26 | 2 | -8/+9 |
| * | Clean up the representation of special snapshots by including a "method | Tom Lane | 2007-03-25 | 1 | -3/+3 |
| * | Fix parser bug on Windows with UTF8 encoding and C locale, the reason was | Teodor Sigaev | 2007-03-22 | 1 | -2/+2 |
| * | Fix uninitialized value in pgstatindex leading to invalid values being | Alvaro Herrera | 2007-03-16 | 1 | -11/+6 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 2 | -7/+7 |
| * | Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> | Teodor Sigaev | 2007-03-14 | 11 | -59/+355 |
| * | Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> | Teodor Sigaev | 2007-03-14 | 8 | -5/+1256 |
| * | Set stderr to unbuffered for pgbench on win32. | Magnus Hagander | 2007-03-13 | 1 | -1/+6 |
| * | Athough cube is a varlena type, nowhere was a detoasting of cube's value, so | Teodor Sigaev | 2007-03-07 | 2 | -113/+166 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -10/+11 |
| * | Add logging to /contrib/pg_standby if -k couldn't clean up the log file. | Bruce Momjian | 2007-03-03 | 1 | -3/+8 |
| * | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane | 2007-02-28 | 24 | -147/+152 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 28 | -172/+153 |
| * | Update /contrib/fuzzystrmatch error message to mention bytes, not just | Bruce Momjian | 2007-02-13 | 1 | -4/+4 |
| * | Fix backend crash in parsing incorrect tsquery. | Teodor Sigaev | 2007-02-12 | 1 | -0/+2 |
| * | Fix pg_standby to build on msvc. | Magnus Hagander | 2007-02-10 | 1 | -1/+0 |
| * | Remove useless CPPFLAGS. | Peter Eisentraut | 2007-02-09 | 4 | -13/+4 |