summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-03-10Disable brackets in multi-statement rules, as discussed.Bruce Momjian
2002-03-09Guard against NULL strings in SET key=val constructs.Thomas G. Lockhart
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-09Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian
2002-03-08Improve wording of pg_hba.conf file.Bruce Momjian
2002-03-08analyze.o need not depend on parser.h.Tom Lane
2002-03-08Remove unnecessary inclusion.Tom Lane
2002-03-08Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane
2002-03-08TODO item done:Bruce Momjian
2002-03-08Add missing colon to getopt() arg.Tom Lane
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Fix syntax error introduced by patch.Bruce Momjian
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian
2002-03-06Add missing Unicode multibyte files.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05 Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian
2002-03-05Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-05I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian
2002-03-05Previous patch to mark UNION outputs with common typmod (if any) breaksTom Lane
2002-03-04Add Assert check to catch vsnprintf overrunning its buffer. (Seen toTom Lane
2002-03-04Make port makefile slightly less crufty.Tom Lane
2002-03-04If presented db path has a trailing slash, remove it to avoid generatingTom Lane
2002-03-04Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-03Default server_min_messages is NOTICE.Bruce Momjian
2002-03-02Some kibitzing about appropriate elog levels for sinval messages.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-02Add code to allow profiling of backends on Linux: save and restore theTom Lane
2002-03-02Array slice extraction should produce a result array with index lowerTom Lane
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-03-01array_ref() should set isNull to false explicitly if it's not going toPeter Eisentraut
2002-03-01Fix thinko: cost_mergejoin must pay attention to which side of theTom Lane
2002-03-01Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane
2002-03-01Teach planner about the idea that a mergejoin won't necessarily readTom Lane
2002-02-27Tweak pg_exec_query_string so that we close down transaction commandTom Lane
2002-02-27Paranoia about data structure lifetime ...Tom Lane
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-27Fix bug in COPY FROM when DELIMITER is not in ASCII range.Tatsuo Ishii
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-25Fix for PAM error message display:Bruce Momjian
2002-02-25Add a large number of time zones to the lookup table.Thomas G. Lockhart
2002-02-25This patch will allow arbitrary levels of analyze / rewritingBruce Momjian
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-25Re-add equals documentation with CREATE DATABASE.Bruce Momjian
2002-02-25Remove documentation of equals in CREATE DATABASE. Mention removal ofBruce Momjian