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