summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-11Fix temp relation handling for indexes, cleanupBruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
2000-09-25Karel missed an ichar->chr ...Tom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-09-05Added functionsJan Wieck
2000-08-29 * to_char:Bruce Momjian
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-25Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-20Standardize on just one spelling of BITSPERBYTE.Tom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-08-07Include the case-insensitive LIKE prototypes.Thomas G. Lockhart
2000-08-06Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart
2000-08-06Toast all the system-table columns that seem to need it. It turns outTom Lane
2000-08-06Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane
2000-08-05> I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian
2000-08-04Back out to_ascii patch from Karel.Bruce Momjian
2000-08-04Add missing files from Karel, tip from Jan.Bruce Momjian
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-08-01Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-07-30Type lztext is toast.Tom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-28Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-27Some pedantic compile syntax errors to fix with the following patchBruce Momjian
2000-07-22Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-07-09oidvectortypes: use SQL type names and separate by commasPeter Eisentraut
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane