summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-09-26Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-25Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
2002-09-24Add missing correction of sublevelsup when pulling up a subquery.Tom Lane
2002-09-23Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane
2002-09-23Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane
2002-09-23Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane
2002-09-22In UpdateStats(), don't bother to update the pg_class row if it alreadyTom Lane
2002-09-22Remove commas from %type and %token lists, for compatibility with newerTom Lane
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-22RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane
2002-09-22server_min_messages and friends should have valid values at bootup.Tom Lane
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-22Move most of the error checking for foreign-key constraints out ofTom Lane
2002-09-21Add last-ditch defense against attempts to compile datetime code withTom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-21Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane
2002-09-20Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane
2002-09-20Code review for check-domain-constraints-in-COPY patch. Do correct thingTom Lane
2002-09-20Change domain patch to COERCE_IMPLICIT_CAST, per Tom.Bruce Momjian
2002-09-20Fix compile error from Rod's patch.Bruce Momjian
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