summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-242-2/+22
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-1/+2
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-111-3/+3
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-2/+6
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-2/+2
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-14/+12
* Karel missed an ichar->chr ...Tom Lane2000-09-251-2/+2
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-191-2/+3
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-151-14/+12
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-1/+3
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-5/+5
* Added functionsJan Wieck2000-09-051-1/+5
* * to_char:Bruce Momjian2000-08-291-1/+4
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-261-4/+4
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-251-1/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-244-60/+46
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-231-2/+4
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-59/+72
* Standardize on just one spelling of BITSPERBYTE.Tom Lane2000-08-201-3/+1
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-13/+12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-3/+4
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-071-2/+0
* Include the case-insensitive LIKE prototypes.Thomas G. Lockhart2000-08-071-1/+9
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-061-1/+5
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-061-2/+7
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-1/+2
* > I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian2000-08-051-0/+27
* Back out to_ascii patch from Karel.Bruce Momjian2000-08-041-24/+0
* Add missing files from Karel, tip from Jan.Bruce Momjian2000-08-041-0/+24
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-032-40/+61
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-032-24/+25
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-012-102/+86
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-19/+46
* Type lztext is toast.Tom Lane2000-07-302-36/+1
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-301-158/+143
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-292-84/+74
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-55/+55
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-281-1/+15
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-281-5/+2
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-271-2/+2
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-221-87/+35
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-174-22/+52
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-1/+2
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-8/+4
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-122-41/+35
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-111-1/+5
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-091-3/+3
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-9/+1
* - format_type function, in use by psqlPeter Eisentraut2000-07-071-1/+4
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-071-1/+1