summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28Initial Spanish translation from Karim Mribti <karim@inlosa.com>Peter Eisentraut
2002-08-28Remove TIOGA files from CVS current; they remain in repositiry.Bruce Momjian
2002-08-28This trivial patches fixes the error message returned by CREATE INDEXBruce Momjian
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-28The following small patch provides a couple of minor updates (againstBruce Momjian
2002-08-28Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce Momjian
2002-08-27Bring comments back in sync with code.Tom Lane
2002-08-27Throw error on pg_atoi(''), regression adjustments.Bruce Momjian
2002-08-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27Add most of Neil Conway's cleanups.Bruce Momjian
2002-08-27Add fsm sizes.Bruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-27This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian