| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 | 3 | -29/+48 |
* | Remove DROPs from contrib object creation scripts, per Dave Page. | Tom Lane | 2004-10-01 | 2 | -3/+1 |
* | Add variant regression file to handle machines that convert -1e-700 | Tom Lane | 2004-09-30 | 1 | -0/+1292 |
* | Code review for recent dbsize changes. Fix some thinkos, enforce coding | Tom Lane | 2004-09-28 | 3 | -95/+99 |
* | Remove duplicate PQclear(res) operations leading to double free() and | Tom Lane | 2004-09-28 | 1 | -9/+5 |
* | Here is a patch bringing oid2name into the 21st century. | Tom Lane | 2004-09-17 | 2 | -393/+531 |
* | Remove contrib/pg_logger, per recent discussion. | Tom Lane | 2004-09-16 | 5 | -129/+1 |
* | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane | 2004-09-14 | 6 | -63/+59 |
* | Fix some minor issues with the new Win32 service code for autovacuum, | Tom Lane | 2004-09-14 | 2 | -21/+32 |
* | Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to | Tom Lane | 2004-09-14 | 2 | -65/+63 |
* | Win32 compile fix for misc_utils. | Tom Lane | 2004-09-14 | 1 | -0/+7 |
* | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane | 2004-09-14 | 5 | -19/+34 |
* | Fix contrib/dbase to compile under Win32. Laurent Ballester | Tom Lane | 2004-09-14 | 2 | -3/+6 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 2 | -5/+5 |
* | Fix two typos in comments. | Neil Conway | 2004-09-10 | 2 | -2/+2 |
* | Apply patch from Steven Singer for contrib/dbmirror. Changes: | Neil Conway | 2004-09-10 | 5 | -24/+67 |
* | Improve README with mention of new functions. | Bruce Momjian | 2004-09-08 | 1 | -11/+50 |
* | Fix ancient declaration inconsistency in cube & seg ... came across a | Tom Lane | 2004-09-02 | 2 | -4/+2 |
* | Remove line specifying Andreas as author. | Bruce Momjian | 2004-09-02 | 1 | -3/+1 |
* | The current implementation of dbsize doesn't handle tables in | Bruce Momjian | 2004-09-02 | 2 | -124/+283 |
* | Add Win32 service capability to pg_autovacuum. | Bruce Momjian | 2004-08-30 | 2 | -78/+548 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 2 | -8/+8 |
* | Replace bcopy by memmove for more portability. | Tom Lane | 2004-08-29 | 2 | -20/+15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 64 | -5208/+5876 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 11 | -13/+13 |
* | Remove contrib/rserv, since there are better replication solutions | Tom Lane | 2004-08-28 | 21 | -2679/+1 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 | 1 | -1/+1 |
* | Recent tightening of allowed array-literal syntax broke one test case | Tom Lane | 2004-08-21 | 2 | -2/+2 |
* | Whack btree_gist code around until it has some small hope of building | Tom Lane | 2004-08-21 | 3 | -41/+41 |
* | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 40 | -238/+407 |
* | I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly | Bruce Momjian | 2004-08-20 | 1 | -19/+25 |
* | dbsize modification to support tablespaces | Bruce Momjian | 2004-08-12 | 1 | -11/+55 |
* | Hashed crosstab was dying with an SPI_finish error when the source SQL | Joe Conway | 2004-08-11 | 3 | -15/+39 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 3 | -6/+6 |
* | Update oidjoins regression test to match current catalog structure. | Tom Lane | 2004-08-04 | 1 | -4/+8 |
* | PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with | Peter Eisentraut | 2004-07-30 | 1 | -233/+3 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -1/+1 |
* | Properly order mysql links. | Bruce Momjian | 2004-07-15 | 1 | -2/+3 |
* | Make installation instructions match reality. | Peter Eisentraut | 2004-07-12 | 2 | -12/+4 |
* | Update URL's for mysql conversion tools. | Bruce Momjian | 2004-07-11 | 1 | -2/+2 |
* | Fix misspellings: langauge -> language. | Tom Lane | 2004-07-04 | 1 | -1/+1 |
* | Attached is a 1 line bug fix for dbmirror that was submitted. | Joe Conway | 2004-07-02 | 1 | -1/+3 |
* | Add double metaphone code from Andrew Dunstan. Also change metaphone so that | Joe Conway | 2004-07-01 | 6 | -7/+1489 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -2/+1 |
* | 1 Eliminate duplicate field HLWORD->skip | Teodor Sigaev | 2004-06-28 | 6 | -117/+218 |
* | Previous commit wasnt full... | Teodor Sigaev | 2004-06-23 | 1 | -9/+9 |
* | 1 Fix affixes with void replacement (AFAIK, it's only russian) | Teodor Sigaev | 2004-06-23 | 6 | -76/+339 |
* | Fix stupid bug in installcheck | Teodor Sigaev | 2004-06-23 | 2 | -8/+8 |
* | Add missing PQclear(). | Tatsuo Ishii | 2004-06-14 | 1 | -3/+3 |
* | Now needs to include <ctype.h>. | Tom Lane | 2004-06-12 | 1 | -0/+1 |