Commit Graph

  • 31a21e3df0 Remove incorrect increment of lineno, per David Fetter. Sync HEAD and 8.1 branches of pgbench. REL8_1_1 Tom Lane 2005-12-10 01:09:14 +00:00
  • 69525fc0ef Remove incorrect increment of lineno, per David Fetter. Sync HEAD and 8.1 branches of pgbench. Tom Lane 2005-12-10 01:09:07 +00:00
  • 8c1fc987e4 Translation updates Peter Eisentraut 2005-12-09 22:33:32 +00:00
  • 4138c3833d Translation updates REL8_0_5 Peter Eisentraut 2005-12-09 22:16:16 +00:00
  • 6acbe665f7 Translation updates REL7_4_10 Peter Eisentraut 2005-12-09 22:12:26 +00:00
  • ecf4df6116 Done: Bruce Momjian 2005-12-09 21:46:07 +00:00
  • a29c04a541 Allow installation into directories containing spaces in the name. Peter Eisentraut 2005-12-09 21:19:36 +00:00
  • fbb687fa1b Stamp 7.3.12. REL7_3_12 Tom Lane 2005-12-09 20:56:45 +00:00
  • 9c8c45e218 Stamp 7.4.10. Tom Lane 2005-12-09 20:53:26 +00:00
  • 499dad06f2 Stamp 8.0.5. Tom Lane 2005-12-09 20:49:38 +00:00
  • 52d70a3088 Add release notes for back branches (7.3 and up). Also minor improvements to 8.1.1 release notes. Tom Lane 2005-12-09 20:41:11 +00:00
  • c8457e0fb8 Add release notes for back branches (7.3 and up). Also minor improvements to 8.1.1 release notes. Tom Lane 2005-12-09 20:40:56 +00:00
  • 9e127658f2 Add release notes for back branches (7.3 and up). Also minor improvements to 8.1.1 release notes. Tom Lane 2005-12-09 20:40:38 +00:00
  • a2fc8ca797 Add release notes for back branches (7.3 and up). Also minor improvements to 8.1.1 release notes. Tom Lane 2005-12-09 20:40:26 +00:00
  • 3a20db975e Add release notes for back branches (7.3 and up). Also minor improvements to 8.1.1 release notes. Tom Lane 2005-12-09 20:40:12 +00:00
  • 24cea65634 Add documentation about the behavior of BEFORE triggers and referential integrity actions. Bruce Momjian 2005-12-09 19:39:43 +00:00
  • ede54f3cd7 Add documentation about the behavior of BEFORE triggers and referential integrity actions. Bruce Momjian 2005-12-09 19:39:41 +00:00
  • 2eed0afc0c Remove mention that history is _now_ automatically saved on exit. It has been that way for a long time. Bruce Momjian 2005-12-09 19:19:28 +00:00
  • 9c9b9446da Remove mention that history is _now_ automatically saved on exit. It has been that way for a long time. Bruce Momjian 2005-12-09 19:19:17 +00:00
  • 9af49fcf87 Fix broken markup. Tom Lane 2005-12-09 18:07:57 +00:00
  • a8c53d6207 Fix broken markup. Tom Lane 2005-12-09 18:07:49 +00:00
  • 49d0ac4472 Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody introduced a copy-and-pasteo while trying to simplify the code. Tom Lane 2005-12-09 17:09:00 +00:00
  • 2e468aa5d7 Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody introduced a copy-and-pasteo while trying to simplify the code. Tom Lane 2005-12-09 17:08:49 +00:00
  • 07044f5d6f Completed: Bruce Momjian 2005-12-09 16:35:20 +00:00
  • 625d4b38e0 Let initdb detect the date order of the lc_time locale and initialize the datestyle parameter of the new cluster accordingly. Peter Eisentraut 2005-12-09 15:51:14 +00:00
  • 832bcfef55 I reconfirmed MS-VC6. Thank you for wonderful correspondence. However, Another problem newly occurred. This solves the problem of snprintf and vsnprintf. Bruce Momjian 2005-12-09 04:50:50 +00:00
  • cd8f3ec599 I reconfirmed MS-VC6. Thank you for wonderful correspondence. However, Another problem newly occurred. This solves the problem of snprintf and vsnprintf. Bruce Momjian 2005-12-09 04:50:40 +00:00
  • 7b1a7e786e Stamp libraries for 8.2 by updating minor library version numbers and Win32 library files. Bruce Momjian 2005-12-09 02:49:09 +00:00
  • c599a247bb Simplify lock manager data structures by making a clear separation between the data defining the semantics of a lock method (ie, conflict resolution table and ancillary data, which is all constant) and the hash tables storing the current state. The only thing we give up by this is the ability to use separate hashtables for different lock methods, but there is no need for that anyway. Put some extra fields into the LockMethod definition structs to clean up some other uglinesses, like hard-wired tests for DEFAULT_LOCKMETHOD and USER_LOCKMETHOD. This commit doesn't do anything about the performance issues we were discussing, but it clears away some of the underbrush that's in the way of fixing that. Tom Lane 2005-12-09 01:22:04 +00:00
  • df56447077 Release note wording improvements. Bruce Momjian 2005-12-08 23:22:38 +00:00
  • 34848052d0 Release note wording improvements. Bruce Momjian 2005-12-08 23:22:20 +00:00
  • d4fa3a8c78 Wrap UTF-8 paragraph. Bruce Momjian 2005-12-08 22:45:51 +00:00
  • 8c09ba866c Wrap UTF-8 paragraph. Bruce Momjian 2005-12-08 22:44:55 +00:00
  • 9f389f7db9 Update wording of translation bug item. Bruce Momjian 2005-12-08 22:36:52 +00:00
  • f2946c717d Update wording of translation bug item. Bruce Momjian 2005-12-08 22:35:44 +00:00
  • 96a1732710 Stamp 8.1.1. Bruce Momjian 2005-12-08 22:31:10 +00:00
  • fb52a5475f Update for 8.1.1. Bruce Momjian 2005-12-08 22:26:18 +00:00
  • 4bafc1202a Update release notes for 8.1.1. Bruce Momjian 2005-12-08 22:22:27 +00:00
  • 4b0951133d Update release notes for 8.1.1. Bruce Momjian 2005-12-08 22:21:26 +00:00
  • d22ec67605 Add Teodor: Bruce Momjian 2005-12-08 22:10:25 +00:00
  • 0fba659ef8 Remove a few people: Bruce Momjian 2005-12-08 22:08:20 +00:00
  • 5e6e9526c9 Update 8.1.X FAQs. Bruce Momjian 2005-12-08 21:37:54 +00:00
  • e2d7e03fb2 FAQ_AIX in 8.1.0 contains outdated information about how to deal with postgres problems due to readline. The attached patch replaces that section of it with better ways of handling the problem. Bruce Momjian 2005-12-08 21:36:55 +00:00
  • cd5fa5a5a1 FAQ_AIX in 8.1.0 contains outdated information about how to deal with postgres problems due to readline. The attached patch replaces that section of it with better ways of handling the problem. Bruce Momjian 2005-12-08 21:36:50 +00:00
  • 6c8e20ad1b there's a paragraph in the ALTER TABLE reference page that reads: Bruce Momjian 2005-12-08 21:35:41 +00:00
  • 04db9d25d1 there's a paragraph in the ALTER TABLE reference page that reads: Bruce Momjian 2005-12-08 21:35:36 +00:00
  • c03aa1f9c9 > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. > Now, the arguments of the drop function can be tab completed. for example > > drop function strpos ( > <press tab> > drop FUNCTION strpos (text, text) > > or: > > wsdb=# drop FUNCTION length ( > bit) bytea) character) lseg) path) text) > <press c> > wsdb# DROP FUNCTION length ( character) > > I think that this patch should be rather useful. At it least I hate > always to type all the arguments of the dropped functions. > > 2) Also some fixes applied for the > CREATE INDEX syntax > > now the parenthesises are inserted by tab pressing. > suppose I have the table q3c: Bruce Momjian 2005-12-08 21:33:58 +00:00
  • 2986f42984 Put [] around default value for port number. Peter Eisentraut 2005-12-08 21:29:25 +00:00
  • 8c52b34bc7 Remove empty heading row in error table. Bruce Momjian 2005-12-08 21:23:13 +00:00
  • af6ef3028d Remove empty heading row in error table. Bruce Momjian 2005-12-08 21:23:09 +00:00
  • a80c9ad00d Add missing translation marker Peter Eisentraut 2005-12-08 21:18:22 +00:00
  • 061fecc50b Add missing translation marker Peter Eisentraut 2005-12-08 21:17:46 +00:00
  • 6ae578d261 Add "Constant" column to error code table. Bruce Momjian 2005-12-08 21:01:55 +00:00
  • ac5618fa4e Add "Constant" column to error code table. Bruce Momjian 2005-12-08 21:01:52 +00:00
  • dbd1c1abd6 Documentation fix: s/event_object_name/event_object_table/g Peter Eisentraut 2005-12-08 20:48:10 +00:00
  • ff4cc77bca Documentation fix: s/event_object_name/event_object_table/g Peter Eisentraut 2005-12-08 20:46:54 +00:00
  • bd760bf800 Documentation fix: s/event_object_name/event_object_table/g Peter Eisentraut 2005-12-08 20:45:26 +00:00
  • d45693fb55 Documentation fix: s/event_object_name/event_object_table/g Peter Eisentraut 2005-12-08 20:44:18 +00:00
  • 929f852287 Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Tom Lane 2005-12-08 19:19:45 +00:00
  • bafe47497a Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Tom Lane 2005-12-08 19:19:31 +00:00
  • aaa3dfd26c Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Tom Lane 2005-12-08 19:19:22 +00:00
  • 7f155c3322 I recently received the Debian bug report below about missing iconv support for the dbf2pg contrib module. Bruce Momjian 2005-12-08 18:04:38 +00:00
  • 96e1fbe396 I recently received the Debian bug report below about missing iconv support for the dbf2pg contrib module. Bruce Momjian 2005-12-08 18:04:33 +00:00
  • 00b013b56e Add documentation about the inability of plpsql to use parameter names that are the same as column names used in the function. Bruce Momjian 2005-12-08 18:02:10 +00:00
  • dc1cb4ceb9 Add documentation about the inability of plpsql to use parameter names that are the same as column names used in the function. Bruce Momjian 2005-12-08 18:02:04 +00:00
  • a3e1e99674 Disble some Win32-specific code in win32-client-only builds: Bruce Momjian 2005-12-08 17:52:20 +00:00
  • 4ebd4224a5 Disble some Win32-specific code in win32-client-only builds: Bruce Momjian 2005-12-08 17:52:11 +00:00
  • f38c3e778a Fix thinko in comment. Tom Lane 2005-12-08 15:38:29 +00:00
  • faacdab101 Improve tag recognizing Teodor Sigaev 2005-12-08 09:11:19 +00:00
  • cefcbbf1fd Push the responsibility for handling ignore_killed_tuples down into _bt_checkkeys(), instead of checking it in the top-level nbtree.c routines as formerly. This saves a little bit of loop overhead, but more importantly it lets us skip performing the index key comparisons for dead tuples. Tom Lane 2005-12-07 19:37:53 +00:00
  • f1b059af12 A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty checks, which were once needed because PageGetMaxOffsetNumber would fail on empty pages, but are now just redundant. Also, don't set up local variables that aren't needed in the fast path --- most of the time, we only need to advance offnum and not step across a page boundary. Motivated by noticing _bt_step at the top of OProfile profile for a pgbench run. Tom Lane 2005-12-07 18:03:48 +00:00
  • 10a2df28c0 Update: Bruce Momjian 2005-12-07 17:29:14 +00:00
  • 5ca6ab404d Fix incorrect SPI example, per Yoshihisa Nakano. Tom Lane 2005-12-07 15:39:32 +00:00
  • 6de1fef52c Fix incorrect SPI example, per Yoshihisa Nakano. Tom Lane 2005-12-07 15:39:25 +00:00
  • a9b1ff4c1d Fix a couple of lingering references to POSTQUEL query syntax, per Simon. Tom Lane 2005-12-07 15:27:42 +00:00
  • 13ea825b6d Spell "explicitly" correctly, per Simon. Tom Lane 2005-12-07 15:20:56 +00:00
  • 95f1f192e8 Improve lazy vacuum wording. Bruce Momjian 2005-12-07 14:36:08 +00:00
  • 823702be9d Improve lazy vacuum wording. Bruce Momjian 2005-12-07 14:35:45 +00:00
  • 9551ab2fe9 Fix small memory leak Teodor Sigaev 2005-12-07 13:30:15 +00:00
  • 4f94b49a31 Improve word parser. - allow ~ in filenames - -8.2.1 now is '-' and '8.2.1' instead of '-8.2' '.' '3' - '.text' now is not a file Teodor Sigaev 2005-12-07 13:12:54 +00:00
  • 5db90cc645 Clarify vacuum lazy can shrink a file under certain circumstances. Bruce Momjian 2005-12-07 05:36:08 +00:00
  • 95aca45010 Clarify vacuum lazy can shrink a file under certain circumstances. Bruce Momjian 2005-12-07 05:35:53 +00:00
  • 887a7c61f6 Get rid of slru.c's hardwired insistence on a fixed number of slots per SLRU area. The number of slots is still a compile-time constant (someday we might want to change that), but at least it's a different constant for each SLRU area. Increase number of subtrans buffers to 32 based on experimentation with a heavily subtrans-bashing test case, and increase number of multixact member buffers to 16, since it's obviously silly for it not to be at least twice the number of multixact offset buffers. Tom Lane 2005-12-06 23:08:34 +00:00
  • c90f02316e Update iconv wording, per Peter. Bruce Momjian 2005-12-06 21:01:32 +00:00
  • 3001b4697d Update iconv wording, per Peter. Bruce Momjian 2005-12-06 21:00:53 +00:00
  • 371879ca8e Add: Bruce Momjian 2005-12-06 20:47:05 +00:00
  • 494d1f1497 Highlight diff idea for iconv. Bruce Momjian 2005-12-06 20:26:02 +00:00
  • 40c729ae6c Highlight diff idea for iconv. Bruce Momjian 2005-12-06 20:25:42 +00:00
  • 34dc4228cb iconv uses UTF-8, not UTF8. Bruce Momjian 2005-12-06 20:19:38 +00:00
  • 363fcbafa1 iconv uses UTF-8, not UTF8. Bruce Momjian 2005-12-06 20:19:17 +00:00
  • ead868059b Document method of removing invalid UTF8 escape sequences from dump file. Backpatch to 8.1.X. Bruce Momjian 2005-12-06 19:27:09 +00:00
  • 394fedfd72 Document method of removing invalid UTF8 escape sequences from dump file. Backpatch to 8.1.X. Bruce Momjian 2005-12-06 19:26:43 +00:00
  • af2e8a872d Documentation cleanup mention: Bruce Momjian 2005-12-06 18:45:18 +00:00
  • 0ebd65ddd4 Since my name has a non-ascii-letter in it, it's often spelled wrong. In the latest release notes there is a latin1 character that shouldn't be there so I made a patch to fix that. This patch also fixes some old entries that uses o instead of &ouml; (which is also wrong but not as bad as including a latin1 character in the sgml file). Bruce Momjian 2005-12-06 18:43:40 +00:00
  • dae896b67d Since my name has a non-ascii-letter in it, it's often spelled wrong. In the latest release notes there is a latin1 character that shouldn't be there so I made a patch to fix that. This patch also fixes some old entries that uses o instead of &ouml; (which is also wrong but not as bad as including a latin1 character in the sgml file). Bruce Momjian 2005-12-06 18:43:26 +00:00
  • 42860677a4 Add documentation on the use of *printf() macros and libintl. Bruce Momjian 2005-12-06 18:35:36 +00:00
  • ca430500ce Add documentation on the use of *printf() macros and libintl. Bruce Momjian 2005-12-06 18:35:10 +00:00
  • 73f47aa0cd Fix stupid bug with sizeof Teodor Sigaev 2005-12-06 18:22:33 +00:00
  • 3482b4597e Fix stupid bug with sizeof Teodor Sigaev 2005-12-06 18:22:27 +00:00
  • 9a40b555d3 Fix stupid bug with sizeof Teodor Sigaev 2005-12-06 18:22:21 +00:00