summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-16/+84
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-2/+8
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-203-42/+16
* Improve comments.Tom Lane2000-10-191-2/+15
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-3/+1
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-163-3/+41
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-1214-438/+27865
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-111-20/+9
* Oops, back out my unintended changes.Bruce Momjian2000-10-111-7/+2
* Update make_mkidBruce Momjian2000-10-111-2/+7
* Add runtime configuration option "silent_mode".Tatsuo Ishii2000-10-081-1/+2
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-4/+4
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-25/+59
* Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message.Tom Lane2000-10-051-2/+2
* Add proofreader's changes to docs.Bruce Momjian2000-10-052-24/+24
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-22/+190
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-033-4/+13
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-2/+2
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-15/+13
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-15/+40
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-291-3/+3
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-2/+2
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-292-7/+15
* When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut2000-09-251-1/+35
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-251-32/+1
* the patch include:Bruce Momjian2000-09-252-17/+67
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-193-39/+79
* Make rule lister use aliases from FROM clause when a table column hasTom Lane2000-09-181-19/+49
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-152-290/+269
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-216/+193
* Suppress compile warnings caused by failure to use PG_RETURN macro.Tom Lane2000-09-121-3/+3
* Modify date->timestamp conversion to use mktime().Thomas G. Lockhart2000-09-122-102/+31
* This patch implements a different "relkind"Bruce Momjian2000-09-121-9/+13
* O.K. -Bruce Momjian2000-09-121-20/+17
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-061-1/+2
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-064-62/+44
* Added functionsJan Wieck2000-09-052-2/+293
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-3111-42/+40
* Improve the following.Hiroshi Inoue2000-08-301-2/+5
* * to_char:Bruce Momjian2000-08-293-59/+151
* Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut2000-08-281-2/+2
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-8/+9
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-274-89/+64
* Tired of seeing these warnings ...Tom Lane2000-08-261-2/+5
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-262-26/+26
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-251-1/+49
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-252-23/+30
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-243-264/+108
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-231-156/+69
* Add multibyte support for both LIKE and ILIKETatsuo Ishii2000-08-221-239/+100