Commit Graph

19291 Commits (e4ff7c5e9471994ffa10f1ca3aa9b87c285f12c4)
 

Author SHA1 Message Date
Bruce Momjian e4ff7c5e94 Update docs for Win32 installation, per Tom. 21 years ago
Bruce Momjian 860d507b89 Updates from Ian Barwick. 21 years ago
Bruce Momjian 8a10119bf3 Update FAQ. 21 years ago
Tom Lane f0c08ae7c9 Remove 'optimization' to skip resolve_symlinks() when the found 21 years ago
Bruce Momjian bad4897d9f Update FAQ with new URL's for site. 21 years ago
Tom Lane 9405e14e00 Switch order of WHERE clauses in tab completion queries, as suggested 21 years ago
Tom Lane 0add759825 More minor updates and copy-editing. 21 years ago
Tom Lane 08457504f0 Avoid memory leakage during VACUUM FULL when an index expression or 21 years ago
Bruce Momjian f9a134b6e4 Add missing ecpg prototype for newly added functions. 21 years ago
Michael Meskes f0299325e4 Added PGTYPEStimestamp_add_interval written by Dave Cramer. 21 years ago
Tom Lane f8ffb60492 A small pass of docs review and copy-editing. 21 years ago
Tom Lane 3621657a61 Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. 21 years ago
Tom Lane 63a90720b4 Remove extra parenthesis. 21 years ago
Tom Lane bfa5f30481 Awhile back I added some code to StartupCLOG() to forcibly zero out 21 years ago
Bruce Momjian 766b0bbb4d Add mention that pg_ctl will return an accurate exit code when waiting 21 years ago
Tom Lane 71d21577de Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic 21 years ago
Tom Lane 96b42de9a8 exec_eval_simple_expr() needs to do CommandCounterIncrement() not just 21 years ago
Bruce Momjian c21c658b36 Add error checking for starting a win32 service using pg_ctl. 21 years ago
Bruce Momjian 556e72124c Return proper error exit code on pg_ctl -w start failure. 21 years ago
Peter Eisentraut ca4736ab92 Translation update 21 years ago
PostgreSQL Daemon 2ddcd4cad5 tag files for rc2 21 years ago
Tom Lane f0cbfcd399 Patch to make libpq.rc be a built-for-distribution file was a few 21 years ago
Bruce Momjian c20d6062a3 Add: 21 years ago
Bruce Momjian 7f938227c5 Add: 21 years ago
Bruce Momjian bbb2e21e14 I was recently surprised to find that EXTRACT's day of the week 21 years ago
Bruce Momjian 93b808e9c9 Mention libpq.rc.in is now the file to update for releases. 21 years ago
Tom Lane 6cd2c9f752 Ensure that 'disabling statistics collector' is logged in all failure 21 years ago
Tom Lane ed06824978 Add support for Latin9 encoding in to_ascii(). Jaime Casanova 21 years ago
Tom Lane b5ae0d69da Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out 21 years ago
Tom Lane 80855ba8ca In pipe_read_line Windows code, loop to ensure we get a whole line 21 years ago
Tom Lane da59a70c09 Remove direct inclusions of <com_err.h> as well as configure test for 21 years ago
Tom Lane 59bffa3707 Adjust pg_resetxlog to handle 8.0 WAL file names properly. 21 years ago
Tom Lane 8562b032d8 Fix broken markup. 21 years ago
Tom Lane e184663b24 plpgsql's exec_eval_simple_expr() now has to take responsibility for 21 years ago
Tom Lane 1553be4a0b Prevent evaluation of backticks while discarding unwanted arguments 21 years ago
Bruce Momjian cd5c7e7cbd Add: 21 years ago
Bruce Momjian f69cf1fc14 Mention why unixware doesn't handle threading in 8.0. 21 years ago
Bruce Momjian f167dc8802 Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. 21 years ago
Bruce Momjian 9af9320750 Add Win32 version stamps that increment each day for proper SYSTEM32 21 years ago
Bruce Momjian 08690d0688 Allow NetBSD, m64k to compile the ASM spinlock code. 21 years ago
Tom Lane afc4ffe3c8 Add note warning that OS X updates usually overwrite /etc/rc. 21 years ago
Bruce Momjian 5dac7c73c7 Changes the doc's to reflect what the user will find as default. 21 years ago
Bruce Momjian 50b1651df7 Many thanks to Joachim Wieland for a big list of corrections / updates. 21 years ago
Bruce Momjian 2f7faa5473 Update from Ian Barwick 21 years ago
Tom Lane d0a6042f9f Make array_cat more paranoid about checking datatypes in empty arrays. 21 years ago
Tom Lane bd3bc4076e array_map failed to insert correct result type in an empty array. 21 years ago
Tom Lane 92c001bbaf Minor copy-editing in tutorial. 21 years ago
Tom Lane 1ef38f2691 In a PGXS build, expect to find the postgres executable already installed, 21 years ago
Neil Conway 480777e56c Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been 21 years ago
Tom Lane dfdae5d63c Hook up the plpython result-object nrows and status methods correctly. 21 years ago