Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-06-05Correct permissions-checking bugs associated with ancient decision toTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2000-12-15Remove a few remaining vestiges of elog(WARN).Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-09-12Remove incorrect extra heap_close when deleting a builtin function.Tom Lane
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-05-28Miscellaneous cleanups of places that needed to account for newTom Lane
2000-05-18Change remove function warning for built-ins.Bruce Momjian
2000-05-18Throw NOTICE on built-in function removalBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-12RemoveFunction didn't defend against too many args.Tom Lane
2000-01-10Make number of args to a function configurable.Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-10-26Hello.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev