| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use '' rather than \' for literal single quotes in strings in | Bruce Momjian | 2006-09-02 | 3 | -28/+43 |
| * | Added async query capability. Original patch by | Joe Conway | 2006-09-02 | 8 | -166/+686 |
| * | Add functions to /contrib/pgstattuple that show index statistics and | Bruce Momjian | 2006-09-02 | 4 | -45/+919 |
| * | Add description of tsvector type layout | Teodor Sigaev | 2006-08-29 | 1 | -0/+14 |
| * | Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi... | Teodor Sigaev | 2006-08-29 | 1 | -2/+0 |
| * | Fix incorrect length of lexemes in silly_cmp_tsvector() | Teodor Sigaev | 2006-08-29 | 1 | -1/+1 |
| * | Add blank line. | Bruce Momjian | 2006-08-25 | 1 | -0/+1 |
| * | Add 'feedback' section heading to xml2. | Bruce Momjian | 2006-08-25 | 1 | -0/+3 |
| * | Fix regression tests: after changing comparing function | Teodor Sigaev | 2006-08-25 | 1 | -1/+1 |
| * | Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn... | Teodor Sigaev | 2006-08-24 | 1 | -8/+34 |
| * | Update XML2 documentation for xpath_table(). | Bruce Momjian | 2006-08-24 | 1 | -1/+75 |
| * | Fix pgbench to handle empty lines in script files as documented. | Tatsuo Ishii | 2006-08-15 | 1 | -3/+3 |
| * | Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s... | Teodor Sigaev | 2006-08-08 | 1 | -6/+26 |
| * | fix bug about modifying value in shared buffer, | Teodor Sigaev | 2006-08-07 | 1 | -41/+13 |
| * | Fix references to the Options section in the pgcrypto documentation. | Neil Conway | 2006-08-05 | 1 | -5/+5 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -2/+1 |
| * | Fix memory allocation bug in pgbench. | Tatsuo Ishii | 2006-07-31 | 1 | -2/+2 |
| * | Change the delta val from 0 and 10000 to -5000 and 5000 per recent | Tatsuo Ishii | 2006-07-28 | 1 | -30/+25 |
| * | Fix incorrect function return code in cube_cmp and cube_dim; | Tom Lane | 2006-07-27 | 4 | -27/+55 |
| * | revert last change - broke non-AIX platforms. | Andrew Dunstan | 2006-07-27 | 1 | -4/+4 |
| * | another try at keeping AIX/ppc happy on cube test. | Andrew Dunstan | 2006-07-27 | 1 | -4/+4 |
| * | fix most regression tests for new cube code. | Andrew Dunstan | 2006-07-27 | 5 | -19/+49 |
| * | New features contributed by Tomoaki Sato. | Tatsuo Ishii | 2006-07-26 | 3 | -61/+333 |
| * | /contrib/cube improvements: | Bruce Momjian | 2006-07-25 | 7 | -196/+662 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 1 | -10/+13 |
| * | pgcrypto merge cleanup: | Neil Conway | 2006-07-19 | 3 | -10/+13 |
| * | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 3 | -9/+3 |
| * | Fix some pgcrypto portability issues, per Marko Kreen. | Tom Lane | 2006-07-15 | 2 | -22/+11 |
| * | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 | 2 | -17/+6 |
| * | In PGP public key tests, encrypt the secret key with AES not CAST5, | Tom Lane | 2006-07-14 | 2 | -32/+32 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 13 | -35/+20 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 3 | -0/+4 |
| * | Adjust /contrib for new include file contents. | Bruce Momjian | 2006-07-13 | 7 | -1/+11 |
| * | Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux). | Peter Eisentraut | 2006-07-13 | 1 | -11/+2 |
| * | Fix C++-style comment. | Neil Conway | 2006-07-13 | 1 | -2/+2 |
| * | "Annual" pgcrypto update from Marko Kreen: | Neil Conway | 2006-07-13 | 22 | -374/+4397 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 3 | -11/+11 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 4 | -6/+8 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 2 | -9/+9 |
| * | GIN improvements | Teodor Sigaev | 2006-07-11 | 1 | -4/+4 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 5 | -12/+12 |
| * | Fix bug corrupting query in gist consistent function. | Teodor Sigaev | 2006-07-11 | 3 | -3/+19 |
| * | Allow /contrib include files to compile on their own. | Bruce Momjian | 2006-07-10 | 10 | -11/+24 |
| * | Add #include code to prevent multiple inclusion. | Bruce Momjian | 2006-07-10 | 3 | -0/+15 |
| * | Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. | Bruce Momjian | 2006-07-10 | 5 | -9/+11 |
| * | Add index information to /contrib/pgstattuple: | Bruce Momjian | 2006-07-06 | 3 | -105/+430 |
| * | Backpatch dbmirror fix for escape handling. | Bruce Momjian | 2006-07-06 | 1 | -2/+2 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 16 | -32/+32 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -14/+8 |
| * | - During dblink_open, if transaction state was IDLE, force cursor count to | Joe Conway | 2006-06-21 | 2 | -2/+9 |