summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-04Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane
2002-09-04Refrect the changes to src/test/regress/sql/conversion.sql By Tom.Tatsuo Ishii
2002-09-03EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestampTom Lane
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-03Work around mktime() brain damage in recent versions of glibc by usingTom Lane
2002-09-03Eliminate unnecessary dependency on mktime(), and consequent 'Unable toTom Lane
2002-09-03Workaround for format strings that are concatenated from macrosPeter Eisentraut
2002-09-03I think reindex_index had better get AccessExclusiveLock on the parentTom Lane
2002-09-03Code review and documentation updates for indisclustered patch.Tom Lane
2002-09-02Translation updatesPeter Eisentraut
2002-09-02Department of second thoughts: make checks for replacing a view slightlyTom Lane
2002-09-02> Okay. When you get back to the original issue, the gold is hidden inBruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02Remove documentation that says debug_query_string is only used byBruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-09-01Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane
2002-09-01Remove code that suggested increasing wal_files.Bruce Momjian
2002-09-01Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-31Wups, didn't mean to commit that just yet.Tom Lane
2002-08-31The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30Complete TODO item:Bruce Momjian
2002-08-30Back out password packet length check.Bruce Momjian
2002-08-30Group-manipulating code neglected to fill in array element type,Tom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Fix a bug introduced in 7.2.Hiroshi Inoue
2002-08-29Sir Mordred The Traitor <mordred@s-mail.com> writes:Bruce Momjian
2002-08-29Prevent problem with extra-long password packets from allocating lots ofBruce Momjian
2002-08-29This patch reserves the last superuser_reserved_connections slots forBruce Momjian
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane
2002-08-29Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Rephrase 'Cannot insert into a view' and related messages, perTom Lane
2002-08-29Produce a somewhat-useful error message, namelyTom Lane
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-29Fix ruleutils to dump column definition lists for anonymous record typesTom Lane