aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Add trailing semicolon for Joe ConwayBruce Momjian2001-10-29
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-25
* Add more missing 'do { ... } while (0)' in missing macros. Without it,Bruce Momjian2001-10-25
* "time" is now a reserved keyword(changed to "mtime").Tatsuo Ishii2001-10-24
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-18
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Updated regression test for tsearch, from Teodor Sigaev.Tom Lane2001-10-15
* txtidx datatype for full text indexing with GiST.Tom Lane2001-10-12
* 1. Implemented binary search in arrayBruce Momjian2001-10-04
* Update incorrect expected file. Use 'timestamp without time zone'Tom Lane2001-10-03
* Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as toTom Lane2001-10-02
* Fix a couple of stray // comments.Tom Lane2001-10-01
* Add missing pgcrypto files.Bruce Momjian2001-10-01
* Add pgstattupleTatsuo Ishii2001-10-01
* * regression testsBruce Momjian2001-09-30
* Changes:Tom Lane2001-09-30
* Update required due to recent changes in FigureColname.Tom Lane2001-09-30
* Remove mistakenly-included file, per request from John Gray.Tom Lane2001-09-29
* Found type mismatch in random.c. Please apply this also.Bruce Momjian2001-09-29
* I noticed that the contrib Makefiles were reorganized.Bruce Momjian2001-09-29
* No, file not needed.Bruce Momjian2001-09-23
* Add new file.Bruce Momjian2001-09-23
* please apply attached patch to current CVS.Bruce Momjian2001-09-23
* Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian2001-09-23
* Change vacuumlo to take 'lo' type into account.Hiroshi Inoue2001-09-17
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Add -U, -P, -C options. See README.pgbench for more details.Tatsuo Ishii2001-09-09
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-06
* This makes encrypt() parser more strict.Bruce Momjian2001-09-06
* unixdate subdirectory is gone.Tom Lane2001-09-04
* This is obsolete and doesn't work anymore.Peter Eisentraut2001-09-04
* Makefile forgot to install README.btree_gist.Tom Lane2001-08-23
* Add chkpass.Tom Lane2001-08-23
* Bring chkpass build process into sync with other contrib modules;Tom Lane2001-08-23
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-23
* tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane2001-08-23
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-22
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-22
* Persuade new pgcrypto stuff to compile.Tom Lane2001-08-22
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Add 0.2 version XML files.Bruce Momjian2001-08-21
* Remove krb.c.Bruce Momjian2001-08-21
* Remove encode.*. Not needed anymore.Bruce Momjian2001-08-21
* Remove object file.Bruce Momjian2001-08-21