| Commit message (Expand) | Author | Age |
* | Fix DOMAIN breakage. | Bruce Momjian | 2002-03-19 |
* | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian | 2002-03-19 |
* | Fix for trigger handling: | Bruce Momjian | 2002-03-19 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Comment patch: | Bruce Momjian | 2002-03-19 |
* | Try to make array_in's behavior a tad less bizarre. Leading whitespace | Tom Lane | 2002-03-16 |
* | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 |
* | The attached patch changes ALTER TABLE OWNER to also change the | Bruce Momjian | 2002-03-14 |
* | Move | Peter Eisentraut | 2002-03-13 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian | 2002-03-10 |
* | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian | 2002-03-10 |
* | Guard against NULL strings in SET key=val constructs. | Thomas G. Lockhart | 2002-03-09 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | Wording improvements to runtime.sgml. Add mention in postgresql.conf | Bruce Momjian | 2002-03-09 |
* | Improve wording of pg_hba.conf file. | Bruce Momjian | 2002-03-08 |
* | analyze.o need not depend on parser.h. | Tom Lane | 2002-03-08 |
* | Remove unnecessary inclusion. | Tom Lane | 2002-03-08 |
* | Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, | Tom Lane | 2002-03-08 |
* | TODO item done: | Bruce Momjian | 2002-03-08 |
* | Add missing colon to getopt() arg. | Tom Lane | 2002-03-08 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 |
* | Fix syntax error introduced by patch. | Bruce Momjian | 2002-03-06 |
* | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |
* | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian | 2002-03-06 |
* | Add missing Unicode multibyte files. | Bruce Momjian | 2002-03-06 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 |
* | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 |
* | > Tatsuo Ishii wrote: | Bruce Momjian | 2002-03-05 |
* | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 |
* | I was digging through the GiST code, and figured I'd fix up some of the | Bruce Momjian | 2002-03-05 |
* | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane | 2002-03-05 |
* | Add Assert check to catch vsnprintf overrunning its buffer. (Seen to | Tom Lane | 2002-03-04 |
* | Make port makefile slightly less crufty. | Tom Lane | 2002-03-04 |
* | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane | 2002-03-04 |
* | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii | 2002-03-04 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 |
* | Default server_min_messages is NOTICE. | Bruce Momjian | 2002-03-03 |
* | Some kibitzing about appropriate elog levels for sinval messages. | Tom Lane | 2002-03-02 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Add code to allow profiling of backends on Linux: save and restore the | Tom Lane | 2002-03-02 |
* | Array slice extraction should produce a result array with index lower | Tom Lane | 2002-03-02 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | array_ref() should set isNull to false explicitly if it's not going to | Peter Eisentraut | 2002-03-01 |
* | Fix thinko: cost_mergejoin must pay attention to which side of the | Tom Lane | 2002-03-01 |
* | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 |
* | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 |