summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane
2002-08-29Remove MULTIBYTETatsuo Ishii
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Produce a somewhat-useful error message, namelyTom Lane
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27Add most of Neil Conway's cleanups.Bruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane
2002-08-22As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian
2002-08-22Oops, we got duplicate oids from patches again; pick a unique one.Bruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-08-20Use a non-duplicate OID for pg_lock_status.Tom Lane
2002-08-20Enable large file support.Peter Eisentraut
2002-08-20Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian
2002-08-20Add current_database().Bruce Momjian
2002-08-19Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane
2002-08-19Clean up leftover bugs from recent COPY feature patch --- missedTom Lane
2002-08-19Improve obsolete comment.Tom Lane
2002-08-18Add db-local user names, per discussion on hackers.Bruce Momjian
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-12Buffer-overrun paranoia.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-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian
2002-08-10Remove error files.Bruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-08Arrange to collect statistics on a few more system catalog columns.Tom Lane
2002-08-08Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane
2002-08-06Remove no-longer-used PageManagerMode enum.Tom Lane
2002-08-06Move pg_convert3 declaration to suppress compile warning. ReallyTom Lane
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
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