summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-08-17In that case, attached is a patch which locates the beginning of theBruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-17Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-16Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15Backed out. It is part of a later patch.Bruce Momjian
2002-08-15Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Really truly enable encrypted passwords by default.Tom Lane
2002-08-14Enable encrypted passwords by default.Bruce Momjian
2002-08-14Fix memory leak in SetClientEncoding().Tatsuo Ishii
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Fix tuple-chain-moving tests to handle marked-for-update tuples correctlyTom Lane
2002-08-13Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane
2002-08-13Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut
2002-08-12Convert possibly-unsafe sprintf's to snprintf's.Tom Lane
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut
2002-08-11Neil's patch was supposed to remove this, too.Tom Lane
2002-08-11Now that we allow ANALYZE to run inside a transaction block, the locksTom Lane
2002-08-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian
2002-08-10 > create view pg_locks as select l.relation, l.database, l.backendpid,Bruce Momjian
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-10Allow schema-qualified operator names to be used in the optionalTom Lane
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-09Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-08Cause view/rule display to work as expected after rename of an underlyingTom Lane
2002-08-08Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii
2002-08-08Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii
2002-08-08Remove #ifdef MULTIBYTETatsuo Ishii
2002-08-08Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane
2002-08-08parseTypeString wasn't quite paranoid enough.Tom Lane
2002-08-07Fix permission checking for temp-table namespace.Tom Lane
2002-08-07Improve 'failed to initialize' messages.Tom Lane
2002-08-06Still more paranoia in PageAddItem: disallow specification of an itemTom Lane
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06>> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian
2002-08-06The attached patch disallows the use of coldeflists for functions thatBruce Momjian
2002-08-06This patch changes the behavior of PostgreSQL so that if any queries areBruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-05Code review for anonymous-functions patch --- clean up some confusionTom Lane
2002-08-04Temporary solution for XLogDir breakage.Tom Lane
2002-08-04Fix merge failures for anonymous-type patch. From Joe Conway.Tom Lane