| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change "tps" to "scale" to avoid confusion | Tatsuo Ishii | 2006-09-13 | 3 | -36/+56 |
| * | Add David Fetter: | Bruce Momjian | 2006-09-12 | 2 | -2/+4 |
| * | Add uninstall script | Teodor Sigaev | 2006-09-12 | 2 | -0/+40 |
| * | Spell readme file's name correctly, per buildfarm reports. | Tom Lane | 2006-09-12 | 1 | -1/+1 |
| * | Small fix for the README install for contrib/sslinfo. | Peter Eisentraut | 2006-09-12 | 1 | -1/+1 |
| * | Seems this wasn't committed originally | Michael Meskes | 2006-09-12 | 1 | -3/+3 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 4 | -63/+66 |
| * | Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr. | Tom Lane | 2006-09-11 | 2 | -2/+3 |
| * | Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to | Tom Lane | 2006-09-11 | 3 | -5/+5 |
| * | Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz. | Tom Lane | 2006-09-11 | 1 | -3/+5 |
| * | Ooops, forgot to update ecpg comparison files to match | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane | 2006-09-11 | 2 | -0/+16 |
| * | Fix unportable usage complained of by icc. Per buildfarm results. | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 | 1 | -3/+1 |
| * | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 | 1 | -1/+2 |
| * | Add items: | Bruce Momjian | 2006-09-10 | 2 | -4/+15 |
| * | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane | 2006-09-10 | 4 | -21/+17 |
| * | Fix dblink build for --enable-nls or --enable-openssl on AIX. | Tom Lane | 2006-09-10 | 1 | -1/+4 |
| * | Remove unhelpful/misleading advice about how to use SPI_saveplan(). | Tom Lane | 2006-09-10 | 1 | -5/+2 |
| * | contrib/isn updates from Jeremy Kronuz. | Tom Lane | 2006-09-10 | 4 | -73/+224 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 4 | -183/+245 |
| * | Add missing documentation for new anyarray-overlap operator. | Tom Lane | 2006-09-10 | 1 | -1/+8 |
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 36 | -1111/+1290 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 25 | -153/+209 |
| * | Remove reference to contrib/mac, which isn't there anymore. | Tom Lane | 2006-09-09 | 1 | -8/+1 |
| * | Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and | Tom Lane | 2006-09-09 | 18 | -752/+4582 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 6 | -428/+680 |
| * | Fix pg_dump for recent change removing separate RULE privilege. | Tom Lane | 2006-09-08 | 1 | -2/+1 |
| * | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 | 1 | -1/+24 |
| * | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 | 4 | -49/+103 |
| * | Not all C compilers understand the "//" comment in this test case, so I remov... | Michael Meskes | 2006-09-08 | 2 | -8/+2 |
| * | Replaced complex tests with small ones. | Michael Meskes | 2006-09-08 | 42 | -2695/+1335 |
| * | More logic from complex/test* moved to their own testcases. | Michael Meskes | 2006-09-08 | 13 | -144/+975 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 10 | -317/+826 |
| * | Update pgcvslog comments. | Bruce Momjian | 2006-09-07 | 1 | -5/+6 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 6 | -12/+12 |
| * | Changing a test case also changes the output that is expected. | Michael Meskes | 2006-09-07 | 5 | -157/+151 |
| * | Removed one output because integer/double usage differ | Michael Meskes | 2006-09-07 | 1 | -1/+2 |
| * | HTLM cleanup. | Bruce Momjian | 2006-09-07 | 2 | -12/+13 |
| * | Update Emacs/vim editor info. | Bruce Momjian | 2006-09-07 | 4 | -40/+103 |
| * | Update emacs info for FAQ_DEV. | Bruce Momjian | 2006-09-07 | 2 | -74/+15 |
| * | Add XML documentation. | Bruce Momjian | 2006-09-07 | 1 | -1/+149 |
| * | Update tools directory name. | Bruce Momjian | 2006-09-06 | 2 | -4/+4 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 10 | -66/+122 |
| * | Be more wary about which LIBS elements to pull into sslinfo link. | Tom Lane | 2006-09-06 | 1 | -1/+1 |
| * | Fix compiler warnings on 64-bit boxes: difference between | Teodor Sigaev | 2006-09-06 | 1 | -4/+4 |
| * | Add interval division/multiplication regression tests. | Bruce Momjian | 2006-09-06 | 2 | -0/+101 |
| * | Fix sslinfo so it builds on Darwin. | Tom Lane | 2006-09-05 | 1 | -1/+4 |
| * | Silence compiler warning about signed vs unsigned chars. | Tom Lane | 2006-09-05 | 1 | -2/+8 |
| * | Silence compiler warnings about incompatible function pointer types. | Tom Lane | 2006-09-05 | 1 | -2/+4 |