| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-08-29 | Change FreeBSD to use -O2, important for MemSet. | Bruce Momjian | |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | |
| to the table function, thus preventing memory leakage accumulation across calls. This means that SRFs need to be careful to distinguish permanent and local storage; adjust code and documentation accordingly. Patch by Joe Conway, very minor tweaks by Tom Lane. | |||
| 2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane | |
| Per pghackers discussion from back around 1-August. | |||
| 2002-08-29 | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane | |
| tables that need special defenses. I believe this is okay even for TOAST tables that belong to system tables. | |||
| 2002-08-29 | Remove MULTIBYTE | Tatsuo Ishii | |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | |
| 2002-08-29 | Rephrase 'Cannot insert into a view' and related messages, per | Tom Lane | |
| pghackers discussion around 31-Jul-02. | |||
| 2002-08-29 | update mbregress expected files | Tatsuo Ishii | |
| 2002-08-29 | Produce a somewhat-useful error message, namely | Tom Lane | |
| ERROR: Cannot display a value of type RECORD rather than a random integer when someone tries to SELECT a tuple value. Per pghackers discussion around 26-May-02. | |||
| 2002-08-29 | FOUND patch was a bit over-enthusiastic: SQL commands that are not | Tom Lane | |
| INSERT, UPDATE, or DELETE shouldn't change FOUND. IMHO anyway. Also, try to make documentation a little clearer. | |||
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | |
| This breaks support for 6.2 or older client libraries. | |||
| 2002-08-29 | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane | |
| defined in the FROM clause. From Joe Conway, with some tweaks. | |||
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane | |
| types, SRFs. Not happy with memory management yet, but I'll commit these other changes. | |||
| 2002-08-28 | Initial Spanish translation from Karim Mribti <karim@inlosa.com> | Peter Eisentraut | |
| 2002-08-28 | Updates from Dennis Bjorklund | Peter Eisentraut | |
| 2002-08-28 | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut | |
| unify the wording, to make life easier for translators. from Dennis Bjorklund | |||
| 2002-08-28 | Remove TIOGA files from CVS current; they remain in repositiry. | Bruce Momjian | |
| 2002-08-28 | This trivial patches fixes the error message returned by CREATE INDEX | Bruce Momjian | |
| when it finds an existing relation with the same name as the to-be-created index. Old error message: nconway=# create table foo (a int); CREATE TABLE nconway=# create index foo on foo (a); ERROR: index named "foo" already exists I replaced 'index' with 'relation' in the error message. Neil Conway | |||
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | |
| should be pretty safe in practice, but it's probably better to be safe than sorry. I was actually looking for cases where NAMEDATALEN is assumed to be 32, but only found one. That's fixed too, as well as a few bits of code cleanup. Neil Conway | |||
| 2002-08-28 | This is a quick patch to fix a crash in pgquery_dictresult() introduced | Bruce Momjian | |
| recently. I just ran into it while running a set of python test scripts, and I'm not sure who the normal maintainer is for interfaces/python. John Nield | |||
| 2002-08-28 | The following small patch provides a couple of minor updates (against | Bruce Momjian | |
| CVS HEAD): Amended "strings" regression test. TOAST tests now insert two values with storage set to "external", to exercise properly the TOAST slice routines which fetch only a subset of the chunks. Changed now-misleading comment on AlterTableCreateToastTable in tablecmds.c, because both columns of the index on a toast table are now used. John Gray | |||
| 2002-08-28 | Dump ALTER DATABASE/USER ... SET ... | Peter Eisentraut | |
| 2002-08-28 | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian | |
| a more logical ordering. | |||
| 2002-08-27 | Fix compile warning. | Tom Lane | |
| 2002-08-27 | Flush output streams before calling pg_dump subprocess. | Peter Eisentraut | |
| 2002-08-27 | Disable use of -c and -a together in pg_dump; they don't make sense together. | Bruce Momjian | |
| 2002-08-27 | Bring comments back in sync with code. | Tom Lane | |
| 2002-08-27 | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian | |
| 2002-08-27 | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut | |
| formatting (\timing) works correctly. Change "Total time" to "Time" since there is nothing that "total" refers to. Remove non-multibyte code. | |||
| 2002-08-27 | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | |
| except that it's more robust, reconnects less often, and is NLS'ed. | |||
| 2002-08-27 | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian | |
| 2002-08-27 | Make change for pg_locks table. | Bruce Momjian | |
| 2002-08-27 | The attached patch implements the password packet length sanity check | Bruce Momjian | |
| (using an elog(LOG) ), as well as includes a few more comment fixes. Neil Conway | |||
| 2002-08-27 | Add most of Neil Conway's cleanups. | Bruce Momjian | |
| 2002-08-27 | More connection timeout cleanups. | Bruce Momjian | |
| 2002-08-27 | Cleanup of libpq connection timeout code. | Bruce Momjian | |
| 2002-08-27 | Add fsm sizes. | Bruce Momjian | |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | |
| from Tom Lane. | |||
| 2002-08-27 | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian | |
| anonymous return type SRF code. It gets rid of the superflous 'pg_locks_result' that Bruce/Tom had commented on. Otherwise, no changes in functionality. Neil Conway | |||
| 2002-08-27 | This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixes | Bruce Momjian | |
| the 'override CPPFLAGS' to include the source directory during compile, and makes the install target look in the proper place for the man page. Changes are only required when building outside the source directory. J. R. Nield | |||
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | |
| copying into a fixed-size buffer (in this case, a buffer of NAMEDATALEN bytes). AFAICT nothing to worry about here, but worth fixing anyway... Neil Conway | |||
| 2002-08-27 | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | |
| bit on the indexes. I also attach clusterdb and clusterdb.sgml; both of them are blatant rips of vacuumdb and vacuumdb.sgml, but get the job done. Please review them, as I'm probably making a lot of mistakes with SGML and I can't compile it here. vacuumdb itself is not very comfortable to use when the databases have passwords, because it has to connect once for each table (I can probably make it connect only once for each database; should I?). Because of this I added a mention of PGPASSWORDFILE in the documentation, but I don't know if that is the correct place for that. Alvaro Herrera | |||
| 2002-08-27 | Add to skip list in check_guc | Bruce Momjian | |
| 2002-08-27 | Comment cleanup. | Bruce Momjian | |
| 2002-08-27 | Script cleanups. | Bruce Momjian | |
| 2002-08-27 | Clean up script. | Bruce Momjian | |
| 2002-08-27 | Add check_guc utility to compare guc.c and postgresql.conf.sample. | Bruce Momjian | |
| 2002-08-27 | Fix units in postgresql.conf. | Bruce Momjian | |
| 2002-08-26 | Add units to postgresql.conf file. | Bruce Momjian | |
| 2002-08-26 | Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation | Tom Lane | |
| that ANALYZE would not gather any stats for a CHAR(255) column. I still think a width threshold is appropriate for the reasons mentioned in the code, but we can loosen it at least. | |||
