Commit Graph

  • 563673e15d Add make install-strip target. Peter Eisentraut 2002-04-10 16:45:25 +00:00
  • b210b16265 Prevent an infinite loop of error reporting. Hiroshi Inoue 2002-04-10 08:18:54 +00:00
  • f2d70d32eb Functions live in namespaces. Qualified function names work, eg SELECT schema1.func2(...). Aggregate names can be qualified at the syntactic level, but the qualification is ignored for the moment. Tom Lane 2002-04-09 20:35:55 +00:00
  • c419c22414 Update pg_upgrade for 7.3. Bruce Momjian 2002-04-09 18:07:24 +00:00
  • 7a48acbf3b Point to developers site, not my hostname. Bruce Momjian 2002-04-09 14:53:55 +00:00
  • fa9ee5d9ee Update FAQ. Bruce Momjian 2002-04-09 14:22:34 +00:00
  • 68747b4601 Update: Bruce Momjian 2002-04-09 13:46:55 +00:00
  • b71189c243 Remove TODO.detail domain file. Bruce Momjian 2002-04-09 04:28:48 +00:00
  • 6d0a070b73 Remove TODO.detail domain file: Bruce Momjian 2002-04-09 04:28:17 +00:00
  • 20f8aab215 Added: Bruce Momjian 2002-04-09 04:14:47 +00:00
  • 557de2a715 Let psqlodbc30 be compilable without /D DRIVER_CURSOR_IMPLEMENT. Hiroshi Inoue 2002-04-09 03:58:33 +00:00
  • eb953c3200 Add: Bruce Momjian 2002-04-09 03:56:08 +00:00
  • 2aeebfc64e Update FAQ. Bruce Momjian 2002-04-09 03:22:11 +00:00
  • 0325149a53 More cleanups of cursor text. Bruce Momjian 2002-04-09 03:08:25 +00:00
  • 0a3ccafffe Fix markup problem with recent change. Bruce Momjian 2002-04-09 02:43:25 +00:00
  • 663aabaa6e Update refcursor documentation with examples of how to return pl/pgsql refcursors. Bruce Momjian 2002-04-09 02:31:58 +00:00
  • 308d50cdea Fix SGML markup problem. Bruce Momjian 2002-04-09 00:38:24 +00:00
  • 45963af52f Update comment to clarify fetch limit and LIMIT. Bruce Momjian 2002-04-08 22:42:18 +00:00
  • c21cb16d64 Document genbki.sh's ability to auto-assign OIDs for DESCR macros. Some other minor wording improvements. Tom Lane 2002-04-08 22:09:05 +00:00
  • 891ce19bcc A backport patch. Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. This is necessary for mulibyte character sequences. See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around 2002/04/05 for more details. Tatsuo Ishii 2002-04-08 06:21:31 +00:00
  • 1dc789bac5 DST-transition-sensitive tests seem to be in horology now, not timestamp. Tom Lane 2002-04-08 04:37:36 +00:00
  • 38671e01e9 Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. This is necessary for mulibyte character sequences. See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around 2002/04/05 for more details. Tatsuo Ishii 2002-04-08 03:48:10 +00:00
  • 1dd58c61f7 Add: Bruce Momjian 2002-04-07 01:59:17 +00:00
  • 0332d65ac4 Implement partial-key searching of syscaches, per recent suggestion to pghackers. Use this to do searching for ambiguous functions --- it will get more uses soon. Tom Lane 2002-04-06 06:59:25 +00:00
  • 707cf12f1b Update Japanese FAQ. Bruce Momjian 2002-04-06 03:39:50 +00:00
  • 1f9010cc8d > > This patch corrects the use of rpath and export options when compiling > > on postgres on Unixware with GCC built with gnu-as and gnu-ld. Bruce Momjian 2002-04-05 12:01:59 +00:00
  • 80f46fab63 This patch adds a missing heap_freetuple() to renamerel(), documents the decision not to make renamerel() update the sequence name that is stored within sequences themselves (thanks to Tom Lane), and adds some rudimentary regression tests for ALTER TABLE ... RENAME on non-table relations. Bruce Momjian 2002-04-05 11:58:24 +00:00
  • 00f4a7d3c3 Mark as done: Bruce Momjian 2002-04-05 11:57:32 +00:00
  • 97b4e5ad30 Add INSERT(..., DEFAULT, ). Bruce Momjian 2002-04-05 11:56:55 +00:00
  • aab0b8f5eb I was tinkering with creating rules on views (so, for instance, one could insert on a view), and noticed that psql wouldn't show the list of rules set up on a view, like it does for tables. Bruce Momjian 2002-04-05 11:52:38 +00:00
  • 9f20765919 Adds domain dumping support to pg_dump. Bruce Momjian 2002-04-05 11:51:13 +00:00
  • 811f7df274 When a macro is replaced by the preprocessor, pgc.l reaches a end of file, which is not the actual end of the file. One side effect of that is that if you are i n a ifdef block, you get a wrong error telling you that a endif is missing. Bruce Momjian 2002-04-05 11:39:47 +00:00
  • 3cbe6b2478 Looks like a small patch is needed as well to do the right thing on Linux. Bruce Momjian 2002-04-05 11:38:13 +00:00
  • b9ae55f2aa Undo not-so-hot decision to postpone insertion of default values into INSERT statements to the planner. Taking it out of the parser was right (so that defaults don't get into stored rules), but it has to happen before rewrite rule expansion, else references to NEW.field behave incorrectly. Accordingly, add a step to the rewriter to insert defaults just before rewrite-rule expansion. Tom Lane 2002-04-05 05:47:05 +00:00
  • c9d70e2608 Mark as done: Bruce Momjian 2002-04-05 03:06:10 +00:00
  • 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and volatile), rather than the old cachable/noncachable distinction. This allows indexscan optimizations in many places where we formerly didn't. Also, add a pronamespace column to pg_proc (it doesn't do anything yet, however). Tom Lane 2002-04-05 00:31:36 +00:00
  • 0e11aea246 Fix a bug in SQLError(). Hiroshi Inoue 2002-04-04 23:29:16 +00:00
  • 010d1af3ec Duplicate removed: Bruce Momjian 2002-04-04 07:12:36 +00:00
  • 947e954745 Mark as done: Bruce Momjian 2002-04-04 07:03:55 +00:00
  • 45c7c6067a This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new records containing apostrophes in text fields without altering the appearance of the entry in the GUI interface (by copying the fldval to fldvalfixed). Bruce Momjian 2002-04-04 06:27:45 +00:00
  • d61c7886e8 Update to new version of Oracle conversion utility, version 1.8. Bruce Momjian 2002-04-04 05:55:57 +00:00
  • 958a1c2a0e Cleanup of level ordering and add missing LOG entry. Bruce Momjian 2002-04-04 04:43:44 +00:00
  • f5648c205c Add missing mention of 'log' option for client_min_messages. Bruce Momjian 2002-04-04 04:33:58 +00:00
  • 43a3543a4e Authentication improvements: Bruce Momjian 2002-04-04 04:25:54 +00:00
  • af10378ab0 Fix a bug in multibyte_strchr(). Hiroshi Inoue 2002-04-04 01:36:17 +00:00
  • 867901db9e Locale support is on by default. The choice of locale is done in initdb and/or with GUC variables. Peter Eisentraut 2002-04-03 05:39:33 +00:00
  • 3d7755c8e9 Replace perror() calls by elog()s, so that messages can be routed to syslog when appropriate. These were the last perror() calls remaining in the backend; let's not reintroduce any... Tom Lane 2002-04-03 00:44:27 +00:00
  • f764869ad0 Allow postmaster to start up anyway when PGSTAT code fails to initialize, per recent discussion on pghackers. Also, fix PGSTAT code to report errors via elog, not scribbling directly on stderr. Tom Lane 2002-04-03 00:27:25 +00:00
  • 2966001c77 Fix compiler warnings. Hiroshi Inoue 2002-04-02 10:57:25 +00:00
  • f8da3990b5 [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l From: Bradley McLean <brad@bradm.net> Hiroshi Inoue 2002-04-02 10:50:50 +00:00
  • c26a44db08 Removed obsolete DROP_COLUMN_HACK stuff. Hiroshi Inoue 2002-04-02 08:51:52 +00:00
  • b4bedfa956 Tweak SERIAL column creation to emit a fully qualified sequence name as argument for nextval(). Tom Lane 2002-04-02 06:30:34 +00:00
  • 8860110a74 Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a select in a rule was causing an insert statement to return a result set which the code was explicitly prohibiting. Barry Lind 2002-04-02 06:24:10 +00:00
  • af997458eb Fix CLOG truncation code to not do the Wrong Thing when there are already wrapped-around databases. The unvacuumed databases might be fine, or they might not, but things will definitely not be fine if we remove the wrong CLOG segments. Per trouble report from Gary Wolfe, 1-Apr-2002. Tom Lane 2002-04-02 05:12:00 +00:00
  • 9c54cfb493 Fix CLOG truncation code to not do the Wrong Thing when there are already wrapped-around databases. The unvacuumed databases might be fine, or they might not, but things will definitely not be fine if we remove the wrong CLOG segments. Per trouble report from Gary Wolfe, 1-Apr-2002. Tom Lane 2002-04-02 05:11:55 +00:00
  • 688781d450 Fix contrib/dbsize for schema-qualified table names. Tom Lane 2002-04-02 01:17:28 +00:00
  • 1dc43ea75f Make VACUUM handle schema-qualified relation names properly. Tom Lane 2002-04-02 01:03:07 +00:00
  • 789ddcb5fe Add tgconstrrelid to stored Trigger structures, make RI trigger functions depend on this rather than the trigger argument strings to locate the other relation to test. This makes RI triggers function properly in the presence of schemas and temp tables. Along the way, fix bogus lack of locking in RI triggers, handle quoting of names fully correctly, compute required sizes of query buffers with some semblance of accuracy. Tom Lane 2002-04-01 22:36:13 +00:00
  • 6a25cd6b26 Attached is a patch which adds 2 missing semi-colons to bootstrap/bootparse.y, so that recent versions of bison don't emit a warning. Bruce Momjian 2002-04-01 14:22:41 +00:00
  • 64839d9425 Update for SET/DROP NOT NULL. Bruce Momjian 2002-04-01 14:12:23 +00:00
  • 9b77f61930 ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. Tom Lane 2002-04-01 04:35:40 +00:00
  • 838fe25a95 Create a new GUC variable search_path to control the namespace search path. The default behavior if no per-user schemas are created is that all users share a 'public' namespace, thus providing behavior backwards compatible with 7.2 and earlier releases. Probably the semantics and default setting will need to be fine-tuned, but this is a start. Tom Lane 2002-04-01 03:34:27 +00:00
  • 6df395f63a 1) Add rollback functionality to updatable cursors. 2) Implement some options for SQLGetDescField(). 3) Handle *Inifinity* timestamp for SQL_C_CHAR type output. 4) Separate Unicode conversions from common implementations. 5) Improve internal parse_statement() function. Hiroshi Inoue 2002-04-01 03:01:15 +00:00
  • 87b0808020 Temporary kluge to let RI triggers work on tables outside the system catalog namespace. This will not do as a production solution because the interpretation of RI trigger arguments will vary depending on the current namespace search path. I'm just putting it in so that the RI regression tests don't fail while schema development proceeds. We must find a better answer before 7.3 can be released. Tom Lane 2002-04-01 02:02:34 +00:00
  • b5030d33f3 Oops, not sure these are done. Bruce Momjian 2002-04-01 01:56:38 +00:00
  • 69b7651b1d Fix broken PG_VERSION_STR. Tom Lane 2002-04-01 01:11:00 +00:00
  • 60dcf1c817 Fixed now, I think: Bruce Momjian 2002-03-31 12:56:16 +00:00
  • d51675169f Make renamerel take an OID, not a RangeVar, to identify the relation to rename. Avoids some corner-case bugs in cluster.c, improves consistency with renameatt. Tom Lane 2002-03-31 07:49:30 +00:00
  • 3114102521 Reimplement temp tables using schemas. The temp table map is history; temp table entries in pg_class have the names the user would expect. Tom Lane 2002-03-31 06:26:32 +00:00
  • 5f4745adf4 Further cleanups for relations in schemas: teach nextval and other sequence functions how to cope with qualified names. Same code is also used for int4notin, currtid_byrelname, pgstattuple. Also, move TOAST tables into special pg_toast namespace. Tom Lane 2002-03-30 01:02:42 +00:00
  • 25004eec95 Fix more random breakage manifesting on FreeBSD. Peter Eisentraut 2002-03-30 00:59:52 +00:00
  • 4916f9e97a Reorder some things so prerequisite macros don't get expanded implicitly within a shell conditional. Peter Eisentraut 2002-03-30 00:20:15 +00:00
  • d67442ccfd Mop-up some infelicities in new relation lookup handling. Tom Lane 2002-03-29 22:10:34 +00:00
  • ea13a3fab2 Add missing comma. Peter Eisentraut 2002-03-29 20:54:33 +00:00
  • d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types in different namespaces. Also, cleanup work on relation namespace support: drop, alter, rename commands work for tables in non-default namespaces. Tom Lane 2002-03-29 19:06:29 +00:00
  • 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future. Peter Eisentraut 2002-03-29 17:32:55 +00:00
  • eb1ee9e63f Fix ODBC warnings about missing parens and pg_ismb not used (added #ifdef NOT_USED). Bruce Momjian 2002-03-29 07:48:56 +00:00
  • b2c89fa7af Fox for old python PyMem_DEL, was PyMem_Del, Bruce Momjian 2002-03-29 07:45:39 +00:00
  • ed6cce4c7b Fix '#' commant to be proper C comment. Bruce Momjian 2002-03-29 07:21:25 +00:00
  • 6852741c18 [2002-03-28] 1) Prepare to separate 4 kinds of Descriptor handles. 2) Detect the transaction status more naturally. 3) Improve Parse Statement functionality for the use of updatable cursors. 4) Improve updatable cursors. 5) Implement SQLGetDescField() and improve SQLColAttribute(). 6) etc. Hiroshi Inoue 2002-03-28 08:08:07 +00:00
  • e6774dc355 Don't mark up as acronym that which is not an acronym. Peter Eisentraut 2002-03-27 19:19:23 +00:00
  • d235d9b8a3 Reset parenthesis level counter upon \r. Peter Eisentraut 2002-03-27 19:16:13 +00:00
  • 2442e79e32 applied patch from Liam Stewart fixing a message in the properties file also fixed a NPE when calling the next() method on a result set after the connection or resultset has been closed. (bug reported by Hans Deragon) Barry Lind 2002-03-27 05:33:27 +00:00
  • e68eb63e8c Improve spelling of lock names, and some other editing. Peter Eisentraut 2002-03-27 02:36:51 +00:00
  • 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables in schemas other than the system namespace; however, there's no search path yet, and not all operations work yet on tables outside the system namespace. Tom Lane 2002-03-26 19:17:02 +00:00
  • da631e931f applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal support Barry Lind 2002-03-26 06:33:21 +00:00
  • ef7d791074 Changed QueryExecutor.java to correctly read responses from the backend. Fixed NPE when database name was not passed on the jdbc connection URL Fixed Connection.isClosed() to not hit the DB for every call Barry Lind 2002-03-26 05:52:50 +00:00
  • 9de8b7b9f2 Update release list. REL7_2_1 Bruce Momjian 2002-03-26 05:34:37 +00:00
  • af3c380158 Update release list. Bruce Momjian 2002-03-26 05:34:33 +00:00
  • 70cde084ee Update sgml version properly. Bruce Momjian 2002-03-26 05:33:47 +00:00
  • ebcd74c788 Update sgml version properly. Bruce Momjian 2002-03-26 05:33:23 +00:00
  • 102fe3f845 Further changes following discussion on INTERFACES mailing list: D'Arcy J.M. Cain 2002-03-26 01:50:14 +00:00
  • 22b32cb511 New wording: Bruce Momjian 2002-03-25 21:24:46 +00:00
  • eb32be62d4 New wording: Bruce Momjian 2002-03-25 21:24:08 +00:00
  • ff71f2aee6 Add to HISTORY: Bruce Momjian 2002-03-25 20:58:40 +00:00
  • 7fe9e19842 Add to HISTORY: Bruce Momjian 2002-03-25 20:58:05 +00:00
  • fa99f94de7 Update for temp views: Bruce Momjian 2002-03-25 20:56:08 +00:00
  • df739a0200 Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. Tom Lane 2002-03-25 07:41:21 +00:00
  • eb77ad55ed Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. Tom Lane 2002-03-25 07:41:10 +00:00
  • 0441ce5e9f Add: > o Fix problems with complex temporary table creation/destruction > without using PL/PgSQL EXECUTE Bruce Momjian 2002-03-25 03:37:01 +00:00