| Commit message (Expand) | Author | Age | Files | Lines |
* | Make libpq default to localhost connections on machines without Unix-domain | Tom Lane | 2004-12-28 | 4 | -25/+39 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-28 | 5 | -123/+156 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-28 | 4 | -78/+113 |
* | BDST should be "British double SUMMER time", not Standard time. | Tom Lane | 2004-12-28 | 1 | -2/+2 |
* | Add: | Bruce Momjian | 2004-12-27 | 1 | -1/+6 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-27 | 4 | -388/+445 |
* | Make sure --with-pgport option propagates into postgresql.conf. | Tom Lane | 2004-12-27 | 1 | -9/+12 |
* | Move info about psql console code page issues out of install-win32.sgml, | Tom Lane | 2004-12-27 | 2 | -32/+38 |
* | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane | 2004-12-27 | 2 | -81/+95 |
* | Translation update | Peter Eisentraut | 2004-12-27 | 1 | -0/+1791 |
* | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 | 2 | -12/+6 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-26 | 4 | -296/+339 |
* | Rearrange include file contents into a saner order, add inclusion of | Tom Lane | 2004-12-26 | 1 | -49/+54 |
* | Improve Win32 install instructions. | Bruce Momjian | 2004-12-24 | 2 | -9/+17 |
* | Minor updates and copy-editing. | Tom Lane | 2004-12-24 | 2 | -37/+51 |
* | Back out Win32 changes until Tom is done. | Bruce Momjian | 2004-12-24 | 2 | -1888/+1880 |
* | Adjust documention for Win32 installation options. | Bruce Momjian | 2004-12-24 | 2 | -1879/+1888 |
* | Update docs for Win32 installation, per Tom. | Bruce Momjian | 2004-12-24 | 1 | -5/+4 |
* | Updates from Ian Barwick. | Bruce Momjian | 2004-12-24 | 2 | -31/+29 |
* | Update FAQ. | Bruce Momjian | 2004-12-24 | 1 | -1/+1 |
* | Remove 'optimization' to skip resolve_symlinks() when the found | Tom Lane | 2004-12-24 | 1 | -8/+7 |
* | Update FAQ with new URL's for site. | Bruce Momjian | 2004-12-24 | 1 | -7/+7 |
* | Switch order of WHERE clauses in tab completion queries, as suggested | Tom Lane | 2004-12-24 | 1 | -3/+3 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-23 | 5 | -119/+103 |
* | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane | 2004-12-23 | 1 | -1/+3 |
* | Add missing ecpg prototype for newly added functions. | Bruce Momjian | 2004-12-23 | 1 | -0/+2 |
* | Added PGTYPEStimestamp_add_interval written by Dave Cramer. | Michael Meskes | 2004-12-23 | 4 | -6/+92 |
* | A small pass of docs review and copy-editing. | Tom Lane | 2004-12-23 | 9 | -128/+171 |
* | Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. | Tom Lane | 2004-12-23 | 1 | -0/+1 |
* | Remove extra parenthesis. | Tom Lane | 2004-12-23 | 1 | -2/+2 |
* | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane | 2004-12-22 | 1 | -13/+19 |
* | Add mention that pg_ctl will return an accurate exit code when waiting | Bruce Momjian | 2004-12-22 | 1 | -2/+4 |
* | Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic | Tom Lane | 2004-12-21 | 11 | -18/+8 |
* | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane | 2004-12-21 | 3 | -2/+20 |
* | Add error checking for starting a win32 service using pg_ctl. | Bruce Momjian | 2004-12-21 | 1 | -2/+6 |
* | Return proper error exit code on pg_ctl -w start failure. | Bruce Momjian | 2004-12-21 | 1 | -1/+4 |
* | Translation update | Peter Eisentraut | 2004-12-21 | 1 | -76/+85 |
* | tag files for rc2REL8_0_0RC2 | PostgreSQL Daemon | 2004-12-21 | 3 | -13/+13 |
* | Patch to make libpq.rc be a built-for-distribution file was a few | Tom Lane | 2004-12-21 | 2 | -3/+4 |
* | Add: | Bruce Momjian | 2004-12-21 | 1 | -1/+2 |
* | Add: | Bruce Momjian | 2004-12-21 | 1 | -1/+2 |
* | I was recently surprised to find that EXTRACT's day of the week | Bruce Momjian | 2004-12-21 | 1 | -1/+13 |
* | Mention libpq.rc.in is now the file to update for releases. | Bruce Momjian | 2004-12-20 | 1 | -1/+1 |
* | Ensure that 'disabling statistics collector' is logged in all failure | Tom Lane | 2004-12-20 | 1 | -8/+6 |
* | Add support for Latin9 encoding in to_ascii(). Jaime Casanova | Tom Lane | 2004-12-20 | 1 | -2/+10 |
* | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane | 2004-12-20 | 3 | -10/+13 |
* | In pipe_read_line Windows code, loop to ensure we get a whole line | Tom Lane | 2004-12-20 | 1 | -17/+34 |
* | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 4 | -116/+3 |
* | Adjust pg_resetxlog to handle 8.0 WAL file names properly. | Tom Lane | 2004-12-20 | 2 | -15/+35 |
* | Fix broken markup. | Tom Lane | 2004-12-19 | 1 | -2/+3 |