Commit Graph

  • 2a20412c45 Seems no one wants this: Bruce Momjian 2006-09-14 21:44:08 +00:00
  • c1d1c50424 Done: Bruce Momjian 2006-09-14 21:41:29 +00:00
  • e467e5c8ad Not done yet: Bruce Momjian 2006-09-14 21:37:04 +00:00
  • c2314b9ece Fix missing markup. Tom Lane 2006-09-14 21:15:07 +00:00
  • a86e70b8f8 Remove sslinfo copyright with author permission, keep author attribution. Bruce Momjian 2006-09-14 20:50:51 +00:00
  • e101e6bb8f Remove: Bruce Momjian 2006-09-14 20:46:10 +00:00
  • 3e6d1efa4a Add: Bruce Momjian 2006-09-14 20:30:35 +00:00
  • a6e240a30f Add XML item. > > * Improve XML support > > http://developer.postgresql.org/index.php/XML_Support Bruce Momjian 2006-09-14 18:10:38 +00:00
  • fa2801e361 Add description for variable-length header: Bruce Momjian 2006-09-14 17:34:14 +00:00
  • 536316aa42 Add recent ICU URL: Bruce Momjian 2006-09-14 17:14:53 +00:00
  • 7f75537cd7 Update TODO items: Bruce Momjian 2006-09-14 17:11:51 +00:00
  • 9256b84e61 For release notes checklist, add UTF8 URL. Bruce Momjian 2006-09-14 16:55:43 +00:00
  • 4f7b0fb103 In release notes checklist, add URL for HTML non-ASCII escapes, mention UTF8 escapes. Bruce Momjian 2006-09-14 16:51:39 +00:00
  • e25c3e84b6 Fix SGML markup Teodor Sigaev 2006-09-14 13:40:28 +00:00
  • deb66e013c Improve error message. Per discussion http://archives.postgresql.org/pgsql-general/2006-09/msg00186.php Teodor Sigaev 2006-09-14 11:26:49 +00:00
  • 0ca9907ce4 GIN documentation and slightly improving GiST docs. Thanks to Christopher Kings-Lynne <chris.kingslynne@gmail.com> for initial version and Jeff Davis <pgsql@j-davis.com> for inspection Teodor Sigaev 2006-09-14 11:16:27 +00:00
  • 4eef745fb1 Cygwin systems seem to have a different error message when trying to connect to port 0. Let's try port 20 instead. Michael Meskes 2006-09-14 08:46:58 +00:00
  • 0f0d6765ce Added missing constuctor/destructor for interval and date. Michael Meskes 2006-09-14 08:02:38 +00:00
  • f8fe328c24 Some small editorialization on the description of CREATE INDEX CONCURRENTLY. Greg Stark, some further tweaks by me. Tom Lane 2006-09-13 23:42:26 +00:00
  • 0b4bf8537f Make logging of extended-protocol commands a bit more consistent, per discussion with Guillaume Smet. Tom Lane 2006-09-13 21:59:04 +00:00
  • 33d3ad4657 Code review for patch to avoid second scan when vacuuming index-less table: avoid invoking LockBufferForCleanup without need, put out the same log message we would have before, minor code beautification. Tom Lane 2006-09-13 17:47:08 +00:00
  • ea21eea6a8 Change "tps" to "scale" to avoid confusion Tatsuo Ishii 2006-09-13 00:39:19 +00:00
  • 500da222f1 Add David Fetter: Bruce Momjian 2006-09-12 21:02:43 +00:00
  • 67e7f0ab34 Add uninstall script Teodor Sigaev 2006-09-12 16:11:44 +00:00
  • d3f54c7907 Spell readme file's name correctly, per buildfarm reports. Tom Lane 2006-09-12 14:47:24 +00:00
  • e79380e5ae Small fix for the README install for contrib/sslinfo. Peter Eisentraut 2006-09-12 11:46:11 +00:00
  • 9c356a6b3e Seems this wasn't committed originally Michael Meskes 2006-09-12 09:09:31 +00:00
  • 568b80168f Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in path.c does not in itself force linking of both exec.c and libintl. Should fix current ecpglib build failure on pickier platforms. Tom Lane 2006-09-11 20:10:30 +00:00
  • 7ce2ff2d22 Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr. Tom Lane 2006-09-11 15:30:32 +00:00
  • 41dcc65c0e Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to match the convention that foo's uninstall script is uninstall_foo.sql. Also, stop installing lo_test.sql, which really ought to be made into a regression test anyway (though it's unclear how to avoid a dependency on the current OID counter...) Tom Lane 2006-09-11 15:14:46 +00:00
  • 0bdc18d5d1 Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz. Tom Lane 2006-09-11 13:35:08 +00:00
  • bb87c7b551 Ooops, forgot to update ecpg comparison files to match source-code change. Tom Lane 2006-09-11 02:50:07 +00:00
  • 9fc4c6b20b Fix omissions in contrib uninstall scripts. Michael Fuhr Tom Lane 2006-09-11 02:10:26 +00:00
  • 1d0b7e71e3 Fix unportable usage complained of by icc. Per buildfarm results. Tom Lane 2006-09-11 01:41:35 +00:00
  • d18768867e Remove unnecessary brace pair. Bruce Momjian 2006-09-10 23:33:22 +00:00
  • 94cf48d72b Back out patch added during 8.2.X development: Bruce Momjian 2006-09-10 22:54:47 +00:00
  • a80b1b4bfc Add items: Bruce Momjian 2006-09-10 22:20:01 +00:00
  • 4ee24cbb55 Install a cleaner solution to the AIX libpq linking problem, as per an earlier discussion. Centralize assumptions about what libpq depends on in one place in Makefile.global. I am unconvinced that this list is complete, but since ecpg seems to have gotten along with just these entries, we'll try it this way and see what happens. Tom Lane 2006-09-10 22:07:02 +00:00
  • 723af8e67a Fix dblink build for --enable-nls or --enable-openssl on AIX. Per Chris Browne. Tom Lane 2006-09-10 21:38:26 +00:00
  • 17c371fe82 Remove unhelpful/misleading advice about how to use SPI_saveplan(). Per gripe from Jack Orenstein. Tom Lane 2006-09-10 20:56:42 +00:00
  • 5e08e49637 contrib/isn updates from Jeremy Kronuz. Tom Lane 2006-09-10 20:45:17 +00:00
  • f5b4d9a9e0 If we're going to advertise the array overlap/containment operators, we probably should make them work reliably for all arrays. Fix code to handle NULLs and multidimensional arrays, move it into arrayfuncs.c. GIN is still restricted to indexing arrays with no null elements, however. Tom Lane 2006-09-10 20:14:20 +00:00
  • 69b7c99265 Add missing documentation for new anyarray-overlap operator. Tom Lane 2006-09-10 19:03:57 +00:00
  • 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. Tom Lane 2006-09-10 17:36:52 +00:00
  • ba920e1c91 Rename contains/contained-by operators to @> and <@, per discussion that agreed these symbols are less easily confused. I made new pg_operator entries (with new OIDs) for the old names, so as to provide backward compatibility while making it pretty easy to remove the old names in some future release cycle. This commit only touches the core datatypes, contrib will be fixed separately. Tom Lane 2006-09-10 00:29:35 +00:00
  • 9cea5a82f8 Remove reference to contrib/mac, which isn't there anymore. Tom Lane 2006-09-09 18:45:37 +00:00
  • dff84dc762 Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and remove the old isbn_issn module which is about to be obsoleted by EAN13. contrib/isn is by Germán Méndez Bravo. Our thanks to Garrett A. Wollman for having written the original isbn_issn module. Tom Lane 2006-09-09 04:07:52 +00:00
  • 42c17a6bb0 Revise OpenLDAP configuration and linking to work on more platforms than before. Albe Laurenz (but editorialized heavily by me, so if it doesn't work it's my fault). Tom Lane 2006-09-09 03:15:40 +00:00
  • bf6b92d6e0 Fix pg_dump for recent change removing separate RULE privilege. I had thought this code could be left alone, but I was wrong: as-is it's failing to recognize when to use ALL for table privileges in 8.2. Tom Lane 2006-09-08 18:05:35 +00:00
  • d09e79deb9 Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE to a relation on the nullable side of an outer join. I had removed this during the outer join planning rewrite a few months ago ... I think I intended to put it somewhere else, but forgot ... Tom Lane 2006-09-08 17:49:13 +00:00
  • b59d31c215 Tweak the behavior of log_duration as proposed by Guillaume Smet: rather than being equivalent to setting log_min_duration_statement to zero, this option now forces logging of all query durations, but doesn't force logging of query text. Also, add duration logging coverage for fastpath function calls. Tom Lane 2006-09-08 15:55:53 +00:00
  • 0b33c56297 Not all C compilers understand the "//" comment in this test case, so I removed it. Michael Meskes 2006-09-08 14:58:27 +00:00
  • 460f46816a Replaced complex tests with small ones. Michael Meskes 2006-09-08 13:32:29 +00:00
  • 52a013bea8 More logic from complex/test* moved to their own testcases. Michael Meskes 2006-09-08 09:03:40 +00:00
  • 893632be4e Clean up logging for extended-query-protocol operations, as per my recent proposal. Parameter logging works even for binary-format parameters, and logging overhead is avoided when disabled. Tom Lane 2006-09-07 22:52:01 +00:00
  • b6eab50ce4 Update pgcvslog comments. Bruce Momjian 2006-09-07 18:13:56 +00:00
  • a0e87ad7a5 Specify lo_write() to take a _const_ buffer, to match documentation. Bruce Momjian 2006-09-07 15:37:25 +00:00
  • 803d9c39dd Changing a test case also changes the output that is expected. Float/Long aliasing doesn't work on all architecures. Michael Meskes 2006-09-07 11:18:47 +00:00
  • 1d1868d97e Removed one output because integer/double usage differ Michael Meskes 2006-09-07 08:15:58 +00:00
  • ca6a4ff82b HTLM cleanup. Bruce Momjian 2006-09-07 00:12:20 +00:00
  • 8dc8f44f58 Update Emacs/vim editor info. Bruce Momjian 2006-09-07 00:10:46 +00:00
  • c84db61c08 Update emacs info for FAQ_DEV. Bruce Momjian 2006-09-07 00:08:43 +00:00
  • a8db61f8ef Add XML documentation. Bruce Momjian 2006-09-07 00:04:48 +00:00
  • d511134776 Update tools directory name. Bruce Momjian 2006-09-06 22:03:22 +00:00
  • 5983a1aaa9 Change processing of extended-Query mode so that an unnamed statement that has parameters is always planned afresh for each Bind command, treating the parameter values as constants in the planner. This removes the performance penalty formerly often paid for using out-of-line parameters --- with this definition, the planner can do constant folding, LIKE optimization, etc. After a suggestion by Andrew@supernews. Tom Lane 2006-09-06 20:40:48 +00:00
  • 389870b256 Be more wary about which LIBS elements to pull into sslinfo link. Per buildfarm results. Tom Lane 2006-09-06 18:30:17 +00:00
  • 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between pointers are int64, but warnings are emitted for position info in error messages in parser, so, just cast it to int32 Teodor Sigaev 2006-09-06 07:22:14 +00:00
  • 6ca4ea8a80 Add interval division/multiplication regression tests. Bruce Momjian 2006-09-06 02:05:41 +00:00
  • 433caead84 Fix sslinfo so it builds on Darwin. Tom Lane 2006-09-05 23:15:02 +00:00
  • 94ec712cd2 Silence compiler warning about signed vs unsigned chars. Tom Lane 2006-09-05 23:07:16 +00:00
  • 6b41d642e3 Silence compiler warnings about incompatible function pointer types. Tom Lane 2006-09-05 23:02:28 +00:00
  • 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. Marko Kreen Tom Lane 2006-09-05 21:26:48 +00:00
  • 7bae5a289c Get rid of the separate RULE privilege for tables: now only a table's owner can create or modify rules for the table. Do setRuleCheckAsUser() while loading rules into the relcache, rather than when defining a rule. This ensures that permission checks for tables referenced in a rule are done with respect to the current owner of the rule's table, whereas formerly ALTER TABLE OWNER would fail to update the permission checking for associated rules. Removal of separate RULE privilege is needed to prevent various scenarios in which a grantee of RULE privilege could effectively have any privilege of the table owner. For backwards compatibility, GRANT/REVOKE RULE is still accepted, but it doesn't do anything. Per discussion here: http://archives.postgresql.org/pgsql-hackers/2006-04/msg01138.php Tom Lane 2006-09-05 21:08:36 +00:00
  • d5eb52a511 Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and fix suggestion from Peter. Tom Lane 2006-09-05 19:18:13 +00:00
  • febc10de2d Fix markup and license. Teodor Sigaev 2006-09-05 18:39:08 +00:00
  • 889ec4b998 Fix Intel compiler bug. Per discussion 'GIN FailedAssertions on Itanium2 with Intel compiler' in pgsql-hackers, http://archives.postgresql.org/pgsql-hackers/2006-08/msg01914.php Teodor Sigaev 2006-09-05 18:25:10 +00:00
  • 642194ba0c Add hstore contrib module. Per discussion http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php Teodor Sigaev 2006-09-05 18:00:58 +00:00
  • af7d257e21 Remove contrib modules that have been migrated to pgfoundry: adddepend, dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips. Tom Lane 2006-09-05 17:20:29 +00:00
  • a3242fb42c Lost some changes yet again Michael Meskes 2006-09-05 12:17:09 +00:00
  • c9970d5948 Started to cleanup complex tests. Added some interval checks to regression suite. Michael Meskes 2006-09-05 12:11:03 +00:00
  • 276b3bb3e3 Synced parser. Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite. Michael Meskes 2006-09-05 10:00:53 +00:00
  • 10964008c9 Remove GIN documentation Bruce Momjian 2006-09-05 03:09:56 +00:00
  • 786c3c0355 Fix imprecision from interval rounding of multiplication/division. Bruce Momjian 2006-09-05 01:13:40 +00:00
  • 548e2c0a01 Update Japanese FAQ. Bruce Momjian 2006-09-05 00:13:41 +00:00
  • 44839ac03e Fix information_schema.key_column_usage to show correct value of position_in_unique_constraint (column newly added per SQL2003). Greg Mullane Tom Lane 2006-09-04 23:13:01 +00:00
  • 5a248cd2e4 Bring sslinfo Makefile up to speed for VPATH and pgxs builds. Tom Lane 2006-09-04 22:22:36 +00:00
  • 7d03215f31 Update setseed() documentation. Bruce Momjian 2006-09-04 21:47:25 +00:00
  • 3bc7ededac Update LDAP installation wording. Bruce Momjian 2006-09-04 21:43:18 +00:00
  • ed8969b187 Trivial patch to double vacuum speed on tables with no indexes (prevent second scan of table). Bruce Momjian 2006-09-04 21:40:23 +00:00
  • c66939c4aa Add MSVC build tools. Bruce Momjian 2006-09-04 21:30:40 +00:00
  • f8bbfad075 Disallow TRUNCATE when there are any pending after-trigger events for the target relation(s). There might be some cases where we could discard the pending event instead, but for the moment a conservative approach seems sufficient. Per report from Markus Schiltknecht and subsequent discussion. Tom Lane 2006-09-04 21:15:56 +00:00
  • 395c8166aa Sequences were not being shown due to the use of lowercase 's' instead of 'S', and the views were not checking for table visibility with regards to temporary tables and sequences. Bruce Momjian 2006-09-04 21:03:18 +00:00
  • 19dd2fbf7e Add GIN documentation. Bruce Momjian 2006-09-04 20:10:53 +00:00
  • a65f7db3b5 Mention paremeterized queries do not work with partial indexes. Bruce Momjian 2006-09-04 19:58:02 +00:00
  • 497f49a736 Remove trailing slash use in ecpg regression script; caused failures on some platforms. Bruce Momjian 2006-09-04 19:36:21 +00:00
  • e73687f2ec Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification was eating too much user input, producing incorrect results. Bruce Momjian 2006-09-04 19:29:18 +00:00
  • ad004ce787 Change ILIKE to invoke lower() and then do plain LIKE comparison when working in a multibyte encoding. This fixes the problems exhibited in bug #1931 and other reports of ILIKE misbehavior in UTF8 encoding. It's a pretty grotty solution though --- should rethink how to do it after we install better locale support, someday. Tom Lane 2006-09-04 18:32:55 +00:00
  • 6dc920de59 sslinfo contrib module - information about current SSL certificate Author: Victor Wagner <vitus@cryptocom.ru> Peter Eisentraut 2006-09-04 15:07:46 +00:00
  • c8041474ee Add missing gettext calls for some SSL errors. Peter Eisentraut 2006-09-04 14:57:27 +00:00
  • 70bc947dc9 Update Japanese readme for pgstattuple. Bruce Momjian 2006-09-04 03:49:05 +00:00