Commit Graph

  • 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
  • 08690d0688 Allow NetBSD, m64k to compile the ASM spinlock code. Bruce Momjian 2004-12-18 22:12:52 +00:00
  • afc4ffe3c8 Add note warning that OS X updates usually overwrite /etc/rc. Tom Lane 2004-12-18 18:36:33 +00:00
  • 5dac7c73c7 Changes the doc's to reflect what the user will find as default. Bruce Momjian 2004-12-18 04:21:43 +00:00
  • 50b1651df7 Many thanks to Joachim Wieland for a big list of corrections / updates. Bruce Momjian 2004-12-18 04:18:21 +00:00
  • 2f7faa5473 Update from Ian Barwick Bruce Momjian 2004-12-18 04:13:20 +00:00
  • b6c56b73e7 Make array_cat more paranoid about checking datatypes in empty arrays. Tom Lane 2004-12-17 21:00:07 +00:00
  • d0a6042f9f Make array_cat more paranoid about checking datatypes in empty arrays. Tom Lane 2004-12-17 20:59:58 +00:00
  • e333705b84 array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Tom Lane 2004-12-17 20:58:47 +00:00
  • 9ab182c2f1 array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Tom Lane 2004-12-17 20:58:36 +00:00
  • bd3bc4076e array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Tom Lane 2004-12-17 20:58:26 +00:00
  • 92c001bbaf Minor copy-editing in tutorial. Tom Lane 2004-12-17 04:50:32 +00:00
  • 1ef38f2691 In a PGXS build, expect to find the postgres executable already installed, rather than in $(top_builddir)/src/backend/postgres. Sean Chittenden Tom Lane 2004-12-17 03:52:49 +00:00
  • 480777e56c Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been several reports of users being confused when they attempt to use ELSEIF and run into trouble due to PL/PgSQL's lax parser. The parser will be improved for 8.1, but we can fix most of the problem by allowing ELSEIF for now. Neil Conway 2004-12-17 03:51:36 +00:00
  • dfdae5d63c Hook up the plpython result-object nrows and status methods correctly. Adjust documentation to match current reality. Tom Lane 2004-12-17 02:14:48 +00:00
  • ff5a354ece Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can usefully be larger than 255. Per gripe from Simon Riggs. Tom Lane 2004-12-17 00:10:36 +00:00
  • 24658a2d53 Add Win32: Bruce Momjian 2004-12-17 00:04:30 +00:00
  • ccac38ffb4 Update release changes list to mention pg_config.h.win32. Bruce Momjian 2004-12-16 22:11:06 +00:00
  • e757f884bc Update version for Win32-client include file. Bruce Momjian 2004-12-16 22:05:07 +00:00
  • 8ec9608326 Cause configure --with-tcl to check for presence of <tcl.h>, as per gripe from John Gray. Also fix thinko in pltcl Makefile: if a special Tcl include directory is specified, that ought to be searched first. Tom Lane 2004-12-16 20:41:01 +00:00
  • d0c01f29df Allow --enable-thread-safety with --disable-shared libraries by passing PTHREAD_LIBS to all libpq-usage builds. Bruce Momjian 2004-12-16 18:13:07 +00:00
  • b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to binary compiles, and adjust configure tests for AIX. Bruce Momjian 2004-12-16 17:48:29 +00:00
  • cd380b99cd Translation updates Peter Eisentraut 2004-12-16 11:31:55 +00:00
  • 8e0598f7b1 Add port report Peter Eisentraut 2004-12-16 11:23:16 +00:00
  • 50f1daeaaa Add French IRC channel. Bruce Momjian 2004-12-16 01:08:23 +00:00
  • d78fc95bda Add Spanish IRC channel to FAQ. Bruce Momjian 2004-12-16 00:01:33 +00:00
  • dd29fc2f61 Fix another place broken by new List implementation :-(. Per example from goranpop@nspoint.net. I think this escaped notice because in simple cases the list is NIL on entry. Tom Lane 2004-12-15 21:13:34 +00:00
  • 84dbd5a8f6 Disallow SETOF in the input of parseTypeString(). Formerly it was silently ignored, allowing one to write bizarre things like DECLARE x setof int; in plpgsql. This has misled at least one novice into thinking that plpgsql variables could be sets ... Tom Lane 2004-12-15 20:15:17 +00:00
  • c3d6c7d8f9 Calculation of keys_are_unique flag was wrong for cases involving redundant cross-datatype comparisons. Per example from Merlin Moncure. Tom Lane 2004-12-15 19:16:39 +00:00
  • 6ad835f55f New translations Peter Eisentraut 2004-12-15 17:50:20 +00:00
  • fe4d1df375 Translation updates Peter Eisentraut 2004-12-15 17:39:54 +00:00
  • b8bbd15892 Translation update Peter Eisentraut 2004-12-15 17:14:11 +00:00
  • e61648d835 Update IRC mention. Bruce Momjian 2004-12-15 03:11:26 +00:00
  • f6a1a8e254 In 'make installcheck' for contrib/, insert 'sleep 1' between subdirectory checks, to ensure the previous test backend has time to quit out of the regression database. Also, allow all the checks to be run even if one of them fails. Per suggestions from Andrew Dunstan to improve the usefulness of buildfarm testing. Tom Lane 2004-12-14 22:50:23 +00:00
  • 86a069bbed Cope with circularities involving a view's ON SELECT rule. I originally thought there couldn't be any, but the folly of this was exposed by an example from andrew@supernews.com 5-Dec-2004. The patch applies the identical logic already used for table constraints and defaults to ON SELECT rules, so I have reasonable confidence in it even though it might look like complicated logic. Tom Lane 2004-12-14 22:16:32 +00:00
  • 94e467061e Fix pg_dump to ensure that a comment on a table CHECK constraint cannot be emitted too soon. The previous code got this right in the case where the CHECK was emitted as a separate ALTER TABLE command, but not in the case where the CHECK is emitted right in CREATE TABLE. Per report from Slawomir Sudnik. Tom Lane 2004-12-14 21:35:20 +00:00
  • af80de1f01 Update aix cc_r wording. Bruce Momjian 2004-12-14 14:53:53 +00:00
  • 0f4b3f2215 Mention aix cc_r is not supported, and why Bruce Momjian 2004-12-14 12:58:29 +00:00
  • ec4aa14b68 Fix typo Peter Eisentraut 2004-12-14 11:11:20 +00:00
  • 70dc2f6abb Add port reports Peter Eisentraut 2004-12-14 10:24:27 +00:00
  • 75e39c441e Prevent pg_resetxlog from being run as root. If this is allowed, some root-owned files will be written to the data directory, leaving it in an unusable state. Neil Conway 2004-12-14 01:59:41 +00:00
  • 374abf9178 Add more port reports. Peter Eisentraut 2004-12-14 00:36:12 +00:00
  • 93c4a14e5c New translation Peter Eisentraut 2004-12-13 22:54:20 +00:00
  • 6ccb04f341 Translation updates Peter Eisentraut 2004-12-13 21:49:10 +00:00
  • 3ff0418293 Remove: Bruce Momjian 2004-12-13 18:40:30 +00:00
  • 5ec30faee6 Spell checker run Peter Eisentraut 2004-12-13 18:05:10 +00:00
  • cc4f22c167 Done: < o Remove per-backend parameter file and move into shared memory Bruce Momjian 2004-12-13 18:00:51 +00:00
  • 36af887d6b Clearify which version numbers are bumped for major and minor releases. Bruce Momjian 2004-12-13 17:28:54 +00:00
  • 5483936ed3 New translations Peter Eisentraut 2004-12-13 16:30:53 +00:00
  • 965dd791f4 Translation updates Peter Eisentraut 2004-12-13 16:28:23 +00:00
  • e13c5cd33b Add: Bruce Momjian 2004-12-13 14:21:32 +00:00
  • cbc1886b30 Update FAQ. Bruce Momjian 2004-12-13 03:37:09 +00:00
  • 1d3ee97a3c Avoid generating excess (and illegal) parentheses around an aliased JOIN in prettyprint mode. Andreas Pflug Tom Lane 2004-12-13 00:33:18 +00:00
  • d4b49b4bd4 Avoid generating excess (and illegal) parentheses around an aliased JOIN in prettyprint mode. Andreas Pflug Tom Lane 2004-12-13 00:33:06 +00:00
  • 92065453d7 Back-patch copyOject fix for EXPLAIN/PREPARE. Tom Lane 2004-12-13 00:17:52 +00:00
  • cda3e5836e Add regression tests for the fix committed by Tom for casting between the row types of parent/child tables. Neil Conway 2004-12-12 22:49:50 +00:00
  • c604ed56e3 PREPARE and EXPLAIN need to copy the source query just like we recently had to do in DECLARE CURSOR. AFAICS these are all the places affected. PREPARE case per example from Michael Fuhr, EXPLAIN case located by grepping for planner calls ... Tom Lane 2004-12-12 20:17:06 +00:00
  • f9a6ba184a Add missing newlines at end of error messages. Peter Eisentraut 2004-12-12 18:26:29 +00:00
  • 373825c9cd Translation updates Peter Eisentraut 2004-12-12 18:09:18 +00:00
  • cf5539112c Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the exit status in multiline traps. Peter Eisentraut 2004-12-12 15:34:15 +00:00
  • 984791e0e1 Upgrade formrdesc() so that it can correctly initialize the tupledesc (rd_att) field of a nailed-in-cache relcache entry. This fixes the bug reported by Alvaro 8-Dec-2004; I believe it probably also explains Grant Finnemore's report of 10-Sep-2004. Tom Lane 2004-12-12 05:07:50 +00:00
  • 12b1b5d837 Instead of supposing (wrongly, in the general case) that the rowtype of an inheritance child table is binary-compatible with the rowtype of its parent, invent an expression node type that does the conversion correctly. Fixes the new bug exhibited by Kris Shannon as well as a lot of old bugs that would only show up when using multiple inheritance or after altering the parent table. Tom Lane 2004-12-11 23:26:51 +00:00
  • fd536dd257 Added port reports Peter Eisentraut 2004-12-11 20:54:14 +00:00
  • b89df8fe60 Translation updates Peter Eisentraut 2004-12-11 20:19:24 +00:00
  • a31ec86ebe Translation updates Peter Eisentraut 2004-12-11 20:10:14 +00:00
  • 79c1011fb7 Translation update Peter Eisentraut 2004-12-11 20:08:49 +00:00
  • d89042b443 Patch to the pl/perl documents that clarifies the scope of global data and gives an example of storing a code reference Peter Eisentraut 2004-12-11 20:03:37 +00:00
  • e82cd783a1 Translation updates Peter Eisentraut 2004-12-11 19:56:07 +00:00
  • b9f69d0241 Translation update Peter Eisentraut 2004-12-11 19:51:53 +00:00
  • 4de679c710 Translation updates Peter Eisentraut 2004-12-11 19:45:34 +00:00
  • 607154df90 Added port reports Peter Eisentraut 2004-12-11 19:31:45 +00:00
  • f4451a9e59 Added port report Peter Eisentraut 2004-12-11 19:13:32 +00:00
  • 10e960fb39 Translation updates Peter Eisentraut 2004-12-11 19:09:08 +00:00
  • 022a00b5f3 Translation updates Peter Eisentraut 2004-12-11 19:03:49 +00:00
  • ed244968c0 Added port report Peter Eisentraut 2004-12-11 19:01:46 +00:00
  • 4abfc20f09 Reorder IRC examples. Bruce Momjian 2004-12-10 18:01:59 +00:00
  • d5df606cb2 ActiveSnapshot must be set to something valid while running deferred triggers during COMMIT. Per trouble report from Frank van Vugt. Tom Lane 2004-12-06 23:57:17 +00:00
  • e514da649e Start filling in the supported platforms list with build farm information. Peter Eisentraut 2004-12-06 23:47:08 +00:00
  • 8efc721d52 Translation updates Peter Eisentraut 2004-12-06 22:10:42 +00:00
  • ec7806db2c Fixed bug in parsing of typedef'ed array sizes. Synced parser. Michael Meskes 2004-12-06 20:35:35 +00:00
  • b3f3092cad Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.cz Neil Conway 2004-12-06 01:09:20 +00:00
  • 29a26b25ba Fix several mistaken xreflabel entries, including those spotted by Michael Fuhr. Tom Lane 2004-12-05 20:05:47 +00:00
  • e09567d850 Back out addition of Win1252 encoding. Bruce Momjian 2004-12-04 18:19:33 +00:00
  • 510a47a91e Properl format HTML in developer's FAQ. Bruce Momjian 2004-12-04 04:12:11 +00:00