Commit Graph

  • 81c41e3d0e More minor updates and copy-editing. Tom Lane 2005-01-05 23:42:03 +00:00
  • b4b984bccf Update URL's to point to new site main location. Bruce Momjian 2005-01-05 22:37:28 +00:00
  • a87f494d9c Fix example, change table name from 'array' to 'array_int'. Bruce Momjian 2005-01-05 18:03:19 +00:00
  • a8d97fcded Update date stamp. Bruce Momjian 2005-01-05 17:52:28 +00:00
  • a7ef12f56a Update URLs. Bruce Momjian 2005-01-05 17:42:09 +00:00
  • 8c6147b911 Revert cosmetic synopsis changes that break psql translations. Peter Eisentraut 2005-01-05 14:22:39 +00:00
  • edf3832b5c Clean up code in libpq that obtains user's home directory: make a single subroutine that can hide platform dependencies. The WIN32 path is still a stub, but I await a fix from one of the win32 hackers. Also clean up unnecessary #ifdef WIN32 ugliness in a couple of places. Tom Lane 2005-01-04 23:18:25 +00:00
  • d877de9e6b Make pg_dump --oids work when default_with_oids = off. Per report from Michael Fuhr. Tom Lane 2005-01-04 22:27:46 +00:00
  • 10e5a759aa Add some post-processing to the man page generation to fix up external/ dangling cross-references. Peter Eisentraut 2005-01-04 21:03:30 +00:00
  • 073149c6b2 Translation update Peter Eisentraut 2005-01-04 19:42:01 +00:00
  • 6ca9f46e22 Remove duplicate novell mention. Bruce Momjian 2005-01-04 14:25:16 +00:00
  • a7abae4954 Fix subsection ordering (DISTINCT should be described before LIMIT). Tom Lane 2005-01-04 08:59:45 +00:00
  • 852b4ae5c2 Fix typo Peter Eisentraut 2005-01-04 07:06:01 +00:00
  • 33a6dcfcce Update wording: Bruce Momjian 2005-01-04 05:35:45 +00:00
  • 24cab1e8d1 Update item for install with spaces: Bruce Momjian 2005-01-04 05:13:39 +00:00
  • cc093bc3ad More minor updates and copy-editing. Tom Lane 2005-01-04 03:58:16 +00:00
  • 248d92ddf4 Update of Russian FAQ. Bruce Momjian 2005-01-04 03:47:03 +00:00
  • b2ccdf2a44 HTML cleanup. Bruce Momjian 2005-01-04 03:44:50 +00:00
  • 43eb2830eb Add OS/2 port mention. Bruce Momjian 2005-01-04 03:43:28 +00:00
  • 4e94ea9fc9 More minor updates and copy-editing. Tom Lane 2005-01-04 00:39:53 +00:00
  • 246be304a5 Add mention of performance impact on LIKE of non-C locales. Bruce Momjian 2005-01-04 00:05:45 +00:00
  • a2a5526ecb Translation updates Peter Eisentraut 2005-01-03 22:39:24 +00:00
  • c9d8edc906 Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take share lock on a buffer being written out before releasing BufMgrLock in the BufferAlloc code path; if we do it later we might block on someone who's re-pinned the buffer. I believe this is only an issue for BufferAlloc and not the other places that call FlushBuffer. BufferSync must continue to do it the old way since it may well be trying to write buffers that other backends have pinned; but it should not be holding any conflicting locks. FlushRelationBuffers is okay since it's got exclusive lock at the relation level. Tom Lane 2005-01-03 18:49:41 +00:00
  • 4ea43bdfdf Update copyright script. Bruce Momjian 2005-01-03 06:16:54 +00:00
  • 11373311d0 Add: Bruce Momjian 2005-01-02 21:08:14 +00:00
  • a17e589046 Adjust a few more copyright notices to match the format expected by the src/tools/copyright script. Tom Lane 2005-01-01 22:14:33 +00:00
  • 7e1c8ef4fc Some more missed copyright notices. Many of these look like they should have been caught by the src/tools/copyright script ... why weren't they? Tom Lane 2005-01-01 20:44:34 +00:00
  • 3ca924a9dd Update: Bruce Momjian 2005-01-01 17:29:17 +00:00
  • bfeaefd245 Update: Bruce Momjian 2005-01-01 17:25:01 +00:00
  • f882247664 Update: Bruce Momjian 2005-01-01 16:36:57 +00:00
  • 2daed8c5b3 Update copyrights that were missed. Bruce Momjian 2005-01-01 05:43:09 +00:00
  • 5e05d2bcdb forgot to autoconf after tag'ng configure.in with rc3 REL8_0_0RC3 PostgreSQL Daemon 2004-12-31 22:22:24 +00:00
  • 2ff501590b Tag appropriate files for rc3 PostgreSQL Daemon 2004-12-31 22:04:05 +00:00
  • 7cd25199a9 Clean up win32ver.o on Windows, per Magnus. Tom Lane 2004-12-31 19:09:37 +00:00
  • 0686fe331f make clean must remove zic$(X) for Windows, per Magnus. Tom Lane 2004-12-31 19:01:54 +00:00
  • 883ac5ca7a More minor updates and copy-editing. Tom Lane 2004-12-30 21:45:37 +00:00
  • 1fbdb6bc9f Fixed segfault in connect when specifying no database name. Michael Meskes 2004-12-30 09:36:37 +00:00
  • c3d583ddce More updates and copy-editing. Rearrange order of sections a little bit to put more widely useful info before less widely useful info. Tom Lane 2004-12-30 03:13:56 +00:00
  • 1ade4b33f6 Triggers should return TRIGGER not OPAQUE. Looks like this script got overlooked in 7.3 updates. Not a critical fix but avoids a notice when the resulting SQL script is executed. Tom Lane 2004-12-30 00:30:40 +00:00
  • 96ecf9d5aa Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net Tom Lane 2004-12-29 23:47:40 +00:00
  • ec0e307596 Convert external-projects to an appendix. Tom Lane 2004-12-29 23:36:47 +00:00
  • eee5abce46 Refactor EXEC_BACKEND code so that postmaster child processes reattach to shared memory as soon as possible, ie, right after read_backend_variables. The effective difference from the original code is that this happens before instead of after read_nondefault_variables(), which loads GUC information and is apparently capable of expanding the backend's memory allocation more than you'd think it should. This should fix the failure-to-attach-to-shared-memory reports we've been seeing on Windows. Also clean up a few bits of unnecessarily grotty EXEC_BACKEND code. Tom Lane 2004-12-29 21:36:09 +00:00
  • e14018dc5e Translation updates Peter Eisentraut 2004-12-29 02:30:16 +00:00
  • d9236a69fc Make libpq default to localhost connections on machines without Unix-domain sockets, rather than failing as it formerly did. Revert the thereby-obsoleted patch to make psql supply the localhost default. Tom Lane 2004-12-28 23:17:54 +00:00
  • 797c2b2501 More minor updates and copy-editing. Tom Lane 2004-12-28 22:47:15 +00:00
  • 7737d01ece More minor updates and copy-editing. Tom Lane 2004-12-28 19:08:58 +00:00
  • 31cc047d94 BDST should be "British double SUMMER time", not Standard time. Per John Smith. Tom Lane 2004-12-28 15:25:55 +00:00
  • af71fbafd0 Add: Bruce Momjian 2004-12-27 22:44:44 +00:00
  • 008e9e452f More minor updates and copy-editing. Tom Lane 2004-12-27 22:30:10 +00:00
  • 361f354109 Make sure --with-pgport option propagates into postgresql.conf. Per gripe from Josh Berkus. Tom Lane 2004-12-27 20:39:21 +00:00
  • 39475990e0 Move info about psql console code page issues out of install-win32.sgml, where it doesn't belong, and put it in the psql reference page. Tom Lane 2004-12-27 20:13:48 +00:00
  • 370f90970d Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, that is, files are sought in the same directory as the referencing file. Also allow absolute paths in @file constructs. Improve documentation to actually say what is allowed in an included file. Tom Lane 2004-12-27 19:19:24 +00:00
  • 6dac6b89a0 Translation update Peter Eisentraut 2004-12-27 14:24:22 +00:00
  • 42f167f8b1 Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. Tom Lane 2004-12-26 23:20:12 +00:00
  • cdd402f8b3 More minor updates and copy-editing. Tom Lane 2004-12-26 23:06:56 +00:00
  • 5cfdd68f84 Rearrange include file contents into a saner order, add inclusion of <signal.h>. Per Andrew Dunstan. Tom Lane 2004-12-26 19:20:33 +00:00
  • e40ae565c2 Improve Win32 install instructions. Bruce Momjian 2004-12-24 19:20:18 +00:00
  • 7cc37511a2 Minor updates and copy-editing. Tom Lane 2004-12-24 19:12:37 +00:00
  • c62465cba3 Back out Win32 changes until Tom is done. Bruce Momjian 2004-12-24 18:37:26 +00:00
  • 91e081d515 Adjust documention for Win32 installation options. Bruce Momjian 2004-12-24 18:32:50 +00:00
  • e4ff7c5e94 Update docs for Win32 installation, per Tom. Bruce Momjian 2004-12-24 18:11:16 +00:00
  • 860d507b89 Updates from Ian Barwick. Update FAQ with new URL's for site. Bruce Momjian 2004-12-24 17:19:23 +00:00
  • 8a10119bf3 Update FAQ. Bruce Momjian 2004-12-24 17:13:51 +00:00
  • f0c08ae7c9 Remove 'optimization' to skip resolve_symlinks() when the found executable file isn't itself a symlink. We still need to run the algorithm so that any directory symlinks in the path to the executable are replaced by a true path. Noticed this on seeing pg_config give me a completely wrong answer for --pkglibdir when I called it through a symlink to the installation bindir. Tom Lane 2004-12-24 16:55:43 +00:00
  • bad4897d9f Update FAQ with new URL's for site. Bruce Momjian 2004-12-24 16:02:36 +00:00
  • 9405e14e00 Switch order of WHERE clauses in tab completion queries, as suggested by Rod Taylor. The foo_is_visible() functions are relatively slow and so it pays to check them after checking the name pattern match. Tom Lane 2004-12-24 15:42:05 +00:00
  • 0add759825 More minor updates and copy-editing. Tom Lane 2004-12-23 23:07:38 +00:00
  • 715a73427e Avoid memory leakage during VACUUM FULL when an index expression or index predicate uses temporary memory for evaluation. Per example from Jean-Gerard Pailloncy. Tom Lane 2004-12-23 22:42:32 +00:00
  • 08457504f0 Avoid memory leakage during VACUUM FULL when an index expression or index predicate uses temporary memory for evaluation. Per example from Jean-Gerard Pailloncy. Tom Lane 2004-12-23 22:42:15 +00:00
  • f9a134b6e4 Add missing ecpg prototype for newly added functions. Bruce Momjian 2004-12-23 13:19:17 +00:00
  • f0299325e4 Added PGTYPEStimestamp_add_interval written by Dave Cramer. Fixed parsing of defines to make sure they used more than once. Michael Meskes 2004-12-23 10:46:10 +00:00
  • f8ffb60492 A small pass of docs review and copy-editing. Tom Lane 2004-12-23 05:37:40 +00:00
  • 3621657a61 Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. Tom Lane 2004-12-23 03:49:40 +00:00
  • 63a90720b4 Remove extra parenthesis. Tom Lane 2004-12-23 00:03:24 +00:00
  • bfa5f30481 Awhile back I added some code to StartupCLOG() to forcibly zero out the remainder of the current clog page during system startup. While this was a good idea, it turns out the code fails if nextXid is exactly at a page boundary, because we won't have created the "current" clog page yet in that case. Since the page will be correctly zeroed when we execute the first transaction on it, the solution is just to do nothing when exactly at a page boundary. Per trouble report from Dave Hartwig. Tom Lane 2004-12-22 18:45:49 +00:00
  • 766b0bbb4d Add mention that pg_ctl will return an accurate exit code when waiting for startup or shutdown. We have always done this but it wasn't documented. Bruce Momjian 2004-12-22 02:17:15 +00:00
  • 71d21577de Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic macros, which aren't used anywhere and haven't been for some time. Tom Lane 2004-12-21 18:47:42 +00:00
  • 96b42de9a8 exec_eval_simple_expr() needs to do CommandCounterIncrement() not just GetTransactionSnapshot() to ensure ActiveSnapshot advances properly. Sigh. Extend regression test so it reveals this error too. Tom Lane 2004-12-21 18:33:36 +00:00
  • c21c658b36 Add error checking for starting a win32 service using pg_ctl. Bruce Momjian 2004-12-21 17:58:30 +00:00
  • 556e72124c Return proper error exit code on pg_ctl -w start failure. Bruce Momjian 2004-12-21 17:38:01 +00:00
  • ca4736ab92 Translation update Peter Eisentraut 2004-12-21 11:14:18 +00:00
  • 2ddcd4cad5 tag files for rc2 REL8_0_0RC2 PostgreSQL Daemon 2004-12-21 02:53:33 +00:00
  • f0cbfcd399 Patch to make libpq.rc be a built-for-distribution file was a few bricks shy of a load. Tom Lane 2004-12-21 02:14:41 +00:00
  • c20d6062a3 Add: Bruce Momjian 2004-12-21 01:23:54 +00:00
  • 7f938227c5 Add: Bruce Momjian 2004-12-21 01:21:50 +00:00
  • bbb2e21e14 I was recently surprised to find that EXTRACT's day of the week numbering is different than TO_CHAR's ditto. EXTRACT starts at 0==Sunday while TO_CHAR starts at 1==Sunday. Bruce Momjian 2004-12-21 01:02:28 +00:00
  • 93b808e9c9 Mention libpq.rc.in is now the file to update for releases. Bruce Momjian 2004-12-20 21:00:48 +00:00
  • 6cd2c9f752 Ensure that 'disabling statistics collector' is logged in all failure paths of pgstat_init. Responds to confusion exhibited by Christoph Haller. Tom Lane 2004-12-20 19:17:56 +00:00
  • ed06824978 Add support for Latin9 encoding in to_ascii(). Jaime Casanova Tom Lane 2004-12-20 19:00:37 +00:00
  • b5ae0d69da Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out when it changes. Per request from Kris Jurka. Tom Lane 2004-12-20 18:15:07 +00:00
  • 80855ba8ca In pipe_read_line Windows code, loop to ensure we get a whole line from the child process; fixes observed problems when the returned version number is '8.0.0' rather than '8.0.0rc1'. Magnus Hagander Tom Lane 2004-12-20 17:40:59 +00:00
  • da59a70c09 Remove direct inclusions of <com_err.h> as well as configure test for its presence. This amounts to desupporting Kerberos 5 releases 1.0.*, which is small loss, and simplifies use of our Kerberos code on platforms with Red-Hat-style include file layouts. Per gripe from John Gray and followup discussion. Tom Lane 2004-12-20 17:13:41 +00:00
  • 59bffa3707 Adjust pg_resetxlog to handle 8.0 WAL file names properly. Tom Lane 2004-12-20 01:42:11 +00:00
  • 8562b032d8 Fix broken markup. Tom Lane 2004-12-19 22:10:41 +00:00
  • e184663b24 plpgsql's exec_eval_simple_expr() now has to take responsibility for advancing ActiveSnapshot when we are inside a volatile function. Per example from Gaetano Mendola. Add a regression test to catch similar problems in future. Tom Lane 2004-12-19 20:20:27 +00:00
  • 1553be4a0b Prevent evaluation of backticks while discarding unwanted arguments after an unknown or failed psql backslash command, and also while discarding "extra" arguments of a putatively valid backslash command. In the case of an unknown/failed command, make sure we discard the whole rest of the line, rather than trying to resume at the next backslash. Per discussion with Thomer Gil. Tom Lane 2004-12-19 19:39:47 +00:00
  • cd5c7e7cbd Add: Bruce Momjian 2004-12-19 04:36:27 +00:00
  • f69cf1fc14 Mention why unixware doesn't handle threading in 8.0. Bruce Momjian 2004-12-19 04:09:48 +00:00
  • f167dc8802 Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. Bruce Momjian 2004-12-19 04:06:23 +00:00
  • 9af9320750 Add Win32 version stamps that increment each day for proper SYSTEM32 DLL pginstaller installs. Bruce Momjian 2004-12-19 02:16:31 +00:00