summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-10-03In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane
2002-10-03Avoid palloc(0) when MaxBackends = 1.Tom Lane
2002-10-03Add SSL documentation info to README.SSLBruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-10-03This patch removes two unused global variables from globals.cBruce Momjian
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-10-02Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian
2002-10-01Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane
2002-09-29Add Bear's SSL comments.Bruce Momjian
2002-09-28Make the world at least somewhat safe for zero-column tables, andTom Lane
2002-09-27ARGH!Tom Lane
2002-09-27Use heap_formtuple not heap_addheader to construct pg_index tuples.Tom Lane
2002-09-27Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane
2002-09-27Have -d5 -d0 not affect the extra variables set with -d5.Bruce Momjian
2002-09-27Make postgres -d0 set server_min_messages to notice. Reset doesn't workBruce Momjian
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-26Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane
2002-09-26This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian
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