summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-285-77/+62
* ARGH!Tom Lane2002-09-271-18/+38
* Use heap_formtuple not heap_addheader to construct pg_index tuples.Tom Lane2002-09-271-46/+42
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-271-10/+14
* Have -d5 -d0 not affect the extra variables set with -d5.Bruce Momjian2002-09-271-18/+21
* Make postgres -d0 set server_min_messages to notice. Reset doesn't workBruce Momjian2002-09-271-5/+6
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-264-23/+24
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-261-22/+24
* This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian2002-09-261-1/+2
* Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian2002-09-262-5/+17
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-261-1/+5
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-256-34/+43
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-242-5/+7
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-241-35/+35
* Add missing correction of sublevelsup when pulling up a subquery.Tom Lane2002-09-241-3/+9
* Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane2002-09-232-2/+8
* Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane2002-09-234-4/+62
* Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane2002-09-233-166/+129
* In UpdateStats(), don't bother to update the pg_class row if it alreadyTom Lane2002-09-221-54/+40
* Remove commas from %type and %token lists, for compatibility with newerTom Lane2002-09-221-161/+161
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-221-98/+440
* RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane2002-09-221-2/+6
* server_min_messages and friends should have valid values at bootup.Tom Lane2002-09-221-4/+4
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-2212-51/+121
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-222-14/+141
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-226-798/+755
* Add last-ditch defense against attempts to compile datetime code withTom Lane2002-09-212-11/+27
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-215-66/+201
* Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane2002-09-211-1/+6
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-204-143/+169
* Code review for check-domain-constraints-in-COPY patch. Do correct thingTom Lane2002-09-201-64/+84
* Change domain patch to COERCE_IMPLICIT_CAST, per Tom.Bruce Momjian2002-09-201-2/+2
* Fix compile error from Rod's patch.Bruce Momjian2002-09-201-3/+3
* The patch fix bug described in TODO:Bruce Momjian2002-09-201-9/+8
* Tom Lane wrote:Bruce Momjian2002-09-201-2/+2
* This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian2002-09-201-49/+53
* This patch fixes two typos in src/backend/storage/ipc/README.Bruce Momjian2002-09-201-3/+3
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-201-10/+72
* > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian2002-09-202-13/+6
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-195-52/+85
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-194-68/+90
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-1835-1075/+1022
* Fix bug in encoding conversion map.Tatsuo Ishii2002-09-183-3/+3
* Update Japanese README so that it reflects the changes made to theTatsuo Ishii2002-09-181-8/+8
* Remove retest Makefile entry because it does not compile.Bruce Momjian2002-09-161-3/+6
* Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane2002-09-162-3/+10
* Cast functions can be immutable or stable.Peter Eisentraut2002-09-151-3/+3
* Update obsolete comment.Tom Lane2002-09-141-2/+2
* Cosmetic fixes from Neil Conway.Tom Lane2002-09-142-6/+6
* Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut2002-09-142-289/+78