summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-11Add 'static' to initdb.c file-global variables.Bruce Momjian
2005-03-11Mark file-global function and variables as static.Bruce Momjian
2005-03-11Fix typos.Bruce Momjian
2005-03-11Fix typos.Bruce Momjian
2005-03-11Fix typos.Bruce Momjian
2005-03-11Fix typo.Bruce Momjian
2005-03-11Slight refactoring and optimization of some code in WaitOnLock().Neil Conway
2005-03-11Add:Bruce 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-08Add comma.Bruce Momjian
2005-03-08Fix markup of URL.Bruce Momjian
2005-03-08Add URL for patches queues.Bruce Momjian
2005-03-07Unbreak out-of-tree builds, by fixing a typo.Neil Conway
2005-03-07Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$Neil Conway
2005-03-07Properly implement "Response files" for bcc. Add URL's to describe theBruce Momjian
2005-03-07Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-03-07Here's a tiny fix for a harmless typo in catalog.c:Neil Conway
2005-03-07Add a note that regression test row ordering differences can be causedTom Lane
2005-03-06Revise hash join code so that we can increase the number of batchesTom Lane
2005-03-05Prevent rank change in case of duplicate search termsTeodor Sigaev
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-03-02Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian
2005-03-02Fix misspelling of sysctl, per Stefan Hans.Tom Lane
2005-03-02Use test && test rather than test -a, per Peter.Bruce Momjian
2005-03-02Fix for %I64d snprintf.Bruce Momjian
2005-03-02snprintf() %I64d code fix.Bruce Momjian
2005-03-02Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian
2005-03-02Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian
2005-03-02Another go at making pred_test() handle all reasonable combinationsTom Lane
2005-03-02Fix snprintf on Win32:Bruce Momjian
2005-03-02Make port snprintf.c finally thread-safe.Bruce Momjian
2005-03-01SGML improvements to the DML chapter.Neil Conway
2005-03-01Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane
2005-03-01Allow Trace_lock_oidmin to be set to zero; this is a reasonableTom Lane
2005-03-01Simplify/clean up code for varlena typesTeodor Sigaev
2005-03-01Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian
2005-03-01Done:Bruce Momjian
2005-03-01Adjust OR indexscan logic to not generate redundant condition-free ORTom Lane
2005-03-01And while we are on it, I would like to submit minorBruce Momjian
2005-03-01Revert the logic for expanding AND/OR conditions in pred_test() to whatTom Lane
2005-02-28Un-break configure snprintf tests (partly my fault, partly Bruce's).Tom Lane
2005-02-28Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests soBruce Momjian
2005-02-28snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian
2005-02-28Implement max() and min() aggregates for array types. Patch from KojuNeil Conway
2005-02-27Because the change to gettext. Needs a bunch of new includes. PatchBruce Momjian
2005-02-27Tab indent all actions in bcc32.mak, and do it on win32.mak too forBruce Momjian