summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-07-11> > Put encode() into base system. Used part of Alex' patchBruce Momjian
2001-07-10Ensure macros are adequately parenthesized.Tom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-19Fix badly broken RelationGetRelationName().Tom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-19Move temprel name define from temprel.h to rel.h.Bruce Momjian
2001-06-19Bring RelationGetRelationName into sync with new temp rel names.Tom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2001-06-18Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-17Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-13Attached is a patch adding following functions:Bruce Momjian
2001-06-12Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane
2001-06-12Back out has_table_privilege patch.Bruce Momjian
2001-06-12OK -- here's take #5.Bruce Momjian
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-09Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane
2001-06-08Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-06-07This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian
2001-06-05Correct permissions-checking bugs associated with ancient decision toTom Lane
2001-06-02Tweak sorting so that nulls appear at the front of a descending sortTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-23Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-14Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane