summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-28Remove some no-longer-needed #includes.Tom Lane
2004-06-28Fix some bogus code in ConstBit production --- it managed to work, butTom Lane
2004-06-27Translation updatesDennis Bjorklund
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-26Translation updatesDennis Bjorklund
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-25#ifdef out file permissions check on SSL key file when on Windows, asTom Lane
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-22Fix information schema views to return NULL for precision and scale ofTom Lane
2004-06-21Add comment about rationale for continuing to use C library functionsTom Lane
2004-06-21Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane
2004-06-21Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian
2004-06-19Looks like s_lock_test needs <time.h> on some platforms.Tom Lane
2004-06-19s_lock_test requires libpgport to build now.Tom Lane
2004-06-19Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane
2004-06-14Arrange to explicitly stop the pgstat processes at the same time weTom Lane
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-13Translation updatePeter Eisentraut
2004-06-13Code review for recently-added network functions. Get it to work whenTom Lane
2004-06-11StrategyDirtyBufferList wasn't being careful to honor max_buffers limit.Tom Lane
2004-06-11Add some code to Assert that when we release pin on a buffer, we areTom Lane
2004-06-11>> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian
2004-06-11When using extended-query protocol, postpone planning of unnamed statementsTom Lane
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-10Adjust cost_nonsequential_access() to have more reasonable behaviorTom Lane
2004-06-10Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.Tom Lane
2004-06-10Fix oversight in recent ALTER TABLE improvements. We now supportTom Lane
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
2004-06-10Translation updatePeter Eisentraut
2004-06-10New translationPeter Eisentraut
2004-06-09Fix slightly-wrong syntax error messages from bootstrap parser, as perTom Lane
2004-06-09Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane
2004-06-09Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian
2004-06-08Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane
2004-06-08Stylistic changes in bufmgr.cBruce Momjian
2004-06-08vacuum.c refactoringBruce Momjian
2004-06-06Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane
2004-06-06Allow use of table rowtypes directly as column types of other tables.Tom Lane
2004-06-06Add binary I/O support for composite types.Tom Lane
2004-06-06Remove finger from dike: composite types are now allowed as table columns.Tom Lane
2004-06-06Preliminary support for composite type I/O; just text for now,Tom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-05Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane
2004-06-05Make the world very nearly safe for composite-type columns in tables.Tom Lane
2004-06-04Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane