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