summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-03-25Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2005-03-25Fix resource owner code to generate catcache and relcache leak warningsTom Lane
2005-03-25Add missing min/max parameters to DefineCustomIntVariable() andTom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-23WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane
2005-03-22Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane
2005-03-22Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-03-20On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane
2005-03-20Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-17This patch moves some code for preprocessing FOR UPDATE fromNeil Conway
2005-03-16Force initdb cause of encoding additions.Bruce Momjian
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-14Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-03-13Add missing identification comment, remove entirely inappropriate includeTom Lane
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-10Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane
2005-03-10Add spinlock support for Itanium processor with Intel compiler.Bruce Momjian
2005-03-10Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway
2005-03-07Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-03-06Revise hash join code so that we can increase the number of batchesTom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-02-28Implement max() and min() aggregates for array types. Patch from KojuNeil Conway
2005-02-27Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway
2005-02-27Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2005-02-25In accordance toTeodor Sigaev
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-21Trivial fix: change the reference to further documentation of pathkeys toNeil Conway
2005-02-20Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-18Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane
2005-02-15Document usage of gettext_noop().Bruce Momjian
2005-02-03Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-01-28Improve planner's estimation of the space needed for HashAgg plans:Tom Lane
2005-01-28pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane
2005-01-27Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway