summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-09-20The patch fix bug described in TODO:Bruce Momjian
2002-09-20Tom Lane wrote:Bruce Momjian
2002-09-20This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian
2002-09-20This patch fixes two typos in src/backend/storage/ipc/README.Bruce Momjian
2002-09-20Fixed this problem and added regression tests in domain.sql.Bruce Momjian
2002-09-20> I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian
2002-09-19Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane
2002-09-19Department of second thoughts: suppressing implicit casts everywhere inTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-18Fix bug in encoding conversion map.Tatsuo Ishii
2002-09-18Update Japanese README so that it reflects the changes made to theTatsuo Ishii
2002-09-16Remove retest Makefile entry because it does not compile.Bruce Momjian
2002-09-16Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane
2002-09-15Cast functions can be immutable or stable.Peter Eisentraut
2002-09-14Update obsolete comment.Tom Lane
2002-09-14Cosmetic fixes from Neil Conway.Tom Lane
2002-09-14Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut
2002-09-14Translation updatesPeter Eisentraut
2002-09-13Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii
2002-09-12Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---Tom Lane
2002-09-12Avoid misleading error message when SET/RESET target variable nameTom Lane
2002-09-11Tweak querytree-dependency-extraction code so that columns of tablesTom Lane
2002-09-10Powerup defaults for LC_foo GUC variables should match what main.c does.Tom Lane
2002-09-06Remove heap_mark4update from AlterTableCreateToastTable. This hasTom Lane
2002-09-05Fix some operator-precedence problems. New constructs IS DISTINCT FRMTom Lane
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-05Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut
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