summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-181-6/+20
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-174-4/+19
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-151-2/+2
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-141-1/+5
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-1/+2
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-081-1/+3
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-7/+7
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-26/+61
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-3/+2
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-271-4/+25
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-2/+2
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-2/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-252-8/+8
* Put parentheses around use of macro arguments in FMODULO and TMODULO.Bruce Momjian2005-05-241-7/+7
* More macro cleanups for date/time.Bruce Momjian2005-05-231-1/+3
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-231-1/+6
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-1/+2
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Back out check for unreferenced files.Bruce Momjian2005-05-101-4/+1
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-021-1/+4
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-5/+3
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-143-7/+5
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-1/+3
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-111-1/+2
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-1/+2
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-11/+1
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-295-8/+16
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-251-1/+4
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-251-1/+5
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-241-2/+12
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-7/+10
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-1/+3
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-161-1/+2
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-061-2/+2
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-281-1/+3
* Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway2005-02-271-1/+3
* In accordance toTeodor Sigaev2005-02-251-8/+20
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-0/+33
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-181-1/+19
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-272-4/+4
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-102-3/+28
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-015-10/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3136-72/+72
* A client_encoding specification coming from the connection request hasTom Lane2004-11-241-4/+3
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-141-9/+2
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-091-1/+44
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-052-4/+6