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