summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-284-25/+39
* More minor updates and copy-editing.Tom Lane2004-12-285-123/+156
* More minor updates and copy-editing.Tom Lane2004-12-284-78/+113
* BDST should be "British double SUMMER time", not Standard time.Tom Lane2004-12-281-2/+2
* Add:Bruce Momjian2004-12-271-1/+6
* More minor updates and copy-editing.Tom Lane2004-12-274-388/+445
* Make sure --with-pgport option propagates into postgresql.conf.Tom Lane2004-12-271-9/+12
* Move info about psql console code page issues out of install-win32.sgml,Tom Lane2004-12-272-32/+38
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-272-81/+95
* Translation updatePeter Eisentraut2004-12-271-0/+1791
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-262-12/+6
* More minor updates and copy-editing.Tom Lane2004-12-264-296/+339
* Rearrange include file contents into a saner order, add inclusion ofTom Lane2004-12-261-49/+54
* Improve Win32 install instructions.Bruce Momjian2004-12-242-9/+17
* Minor updates and copy-editing.Tom Lane2004-12-242-37/+51
* Back out Win32 changes until Tom is done.Bruce Momjian2004-12-242-1888/+1880
* Adjust documention for Win32 installation options.Bruce Momjian2004-12-242-1879/+1888
* Update docs for Win32 installation, per Tom.Bruce Momjian2004-12-241-5/+4
* Updates from Ian Barwick.Bruce Momjian2004-12-242-31/+29
* Update FAQ.Bruce Momjian2004-12-241-1/+1
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* Update FAQ with new URL's for site.Bruce Momjian2004-12-241-7/+7
* Switch order of WHERE clauses in tab completion queries, as suggestedTom Lane2004-12-241-3/+3
* More minor updates and copy-editing.Tom Lane2004-12-235-119/+103
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-231-1/+3
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-231-0/+2
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-234-6/+92
* A small pass of docs review and copy-editing.Tom Lane2004-12-239-128/+171
* Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.Tom Lane2004-12-231-0/+1
* Remove extra parenthesis.Tom Lane2004-12-231-2/+2
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Add mention that pg_ctl will return an accurate exit code when waitingBruce Momjian2004-12-221-2/+4
* Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane2004-12-2111-18/+8
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-213-2/+20
* Add error checking for starting a win32 service using pg_ctl.Bruce Momjian2004-12-211-2/+6
* Return proper error exit code on pg_ctl -w start failure.Bruce Momjian2004-12-211-1/+4
* Translation updatePeter Eisentraut2004-12-211-76/+85
* tag files for rc2REL8_0_0RC2PostgreSQL Daemon2004-12-213-13/+13
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-212-3/+4
* Add:Bruce Momjian2004-12-211-1/+2
* Add:Bruce Momjian2004-12-211-1/+2
* I was recently surprised to find that EXTRACT's day of the weekBruce Momjian2004-12-211-1/+13
* Mention libpq.rc.in is now the file to update for releases.Bruce Momjian2004-12-201-1/+1
* Ensure that 'disabling statistics collector' is logged in all failureTom Lane2004-12-201-8/+6
* Add support for Latin9 encoding in to_ascii(). Jaime CasanovaTom Lane2004-12-201-2/+10
* Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find outTom Lane2004-12-203-10/+13
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-204-116/+3
* Adjust pg_resetxlog to handle 8.0 WAL file names properly.Tom Lane2004-12-202-15/+35
* Fix broken markup.Tom Lane2004-12-191-2/+3