summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart2001-11-061-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0544-91/+91
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2841-71/+109
* Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane2001-10-251-1/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2546-196/+161
* Document range restriction on bit values used in INTERVAL typmod.Tom Lane2001-10-231-2/+7
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-7/+8
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-183-4/+6
* Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane2001-10-131-1/+2
* Add missing prototype to suppress gcc warning.Tom Lane2001-10-131-1/+2
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-081-1/+2
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-062-14/+16
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-052-7/+10
* Neatnik fetishism.Tom Lane2001-10-031-2/+2
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-032-2/+6
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-49/+51
* Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane2001-09-301-6/+7
* Cope with the likelihood that setlocale and localeconv will returnTom Lane2001-09-291-2/+8
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-286-56/+64
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-211-24/+20
* > Here's a revised patch. Changes:Bruce Momjian2001-09-141-1/+8
* Commit Karel's patch.Tatsuo Ishii2001-09-061-1/+4
* - new to_char(interval, text)Bruce Momjian2001-09-062-3/+7
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-061-2/+2
* Remove unneeded/unportable extern.Tom Lane2001-08-271-2/+1
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-2/+2
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-2/+2
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-212-25/+28
* 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