Commit Graph

14118 Commits (3bc6bdf322ea625c23b15caa97daba6f43cfcc7f)

Author SHA1 Message Date
Bruce Momjian 3bc6bdf322 Define snprintf() to call pg_snprintf() so our own snprintf-like 21 years ago
Bruce Momjian 6521cd9ae1 Add 'static' to initdb.c file-global variables. 21 years ago
Bruce Momjian c5159bc0c0 Mark file-global function and variables as static. 21 years ago
Neil Conway c129c16492 Slight refactoring and optimization of some code in WaitOnLock(). 21 years ago
Tom Lane 595ed2a855 Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
Bruce Momjian 609e32b929 Add spinlock support for Itanium processor with Intel compiler. 21 years ago
Neil Conway 164adc4d39 Refactor fork()-related code. We need to do various housekeeping tasks 21 years ago
Neil Conway 4cd2fd66f8 Unbreak out-of-tree builds, by fixing a typo. 21 years ago
Neil Conway 30c1aa06bc Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$ 21 years ago
Bruce Momjian 61b640e35c Properly implement "Response files" for bcc. Add URL's to describe the 21 years ago
Tom Lane a52b4fb131 Adjust creation/destruction of TupleDesc data structure to reduce the 21 years ago
Bruce Momjian e3d7de6b99 Rename canonical encodings, per Peter: 21 years ago
Neil Conway c6ad5c2eb4 Here's a tiny fix for a harmless typo in catalog.c: 21 years ago
Tom Lane 849074f9ae Revise hash join code so that we can increase the number of batches 21 years ago
Tom Lane 5d5087363d Replace the BufMgrLock with separate locks on the lookup hashtable and 21 years ago
Bruce Momjian 5592a6cf46 Move snprintf int64 compatibility letters into a NOT_USED block. 21 years ago
Bruce Momjian f8aca046bb Fix for %I64d snprintf. 21 years ago
Bruce Momjian 022ece2cf1 snprintf() %I64d code fix. 21 years ago
Bruce Momjian bb7a3a740c Use our own snprintf() only if NLS is enabled, and support %qd and %I64d. 21 years ago
Bruce Momjian 70d4a9343f Prevent large allocation in snprintf to hold positional parameters. 21 years ago
Tom Lane 3104a92866 Another go at making pred_test() handle all reasonable combinations 21 years ago
Bruce Momjian 47ea7148e3 Fix snprintf on Win32: 21 years ago
Bruce Momjian 9989e90490 Make port snprintf.c finally thread-safe. 21 years ago
Tom Lane a2ad04f4b0 Release proclock immediately in RemoveFromWaitQueue() if it represents 21 years ago
Tom Lane ccba1d0c9c Allow Trace_lock_oidmin to be set to zero; this is a reasonable 21 years ago
Bruce Momjian 03b8efa540 Make snprintf() use already-defined int64/uint64 typedefs rather than 21 years ago
Tom Lane 95871703e3 Adjust OR indexscan logic to not generate redundant condition-free OR 21 years ago
Bruce Momjian 295dd338c3 And while we are on it, I would like to submit minor 21 years ago
Tom Lane 4e89bae704 Revert the logic for expanding AND/OR conditions in pred_test() to what 21 years ago
Bruce Momjian 949ab3c9b3 snprintf.c has no sys/ioctl.h. Trivial patch below: 21 years ago
Neil Conway 484f0464ff Implement max() and min() aggregates for array types. Patch from Koju 21 years ago
Bruce Momjian 517872c566 Because the change to gettext. Needs a bunch of new includes. Patch 21 years ago
Bruce Momjian c5a7a6a3dc Tab indent all actions in bcc32.mak, and do it on win32.mak too for 21 years ago
Neil Conway 5285b35763 Add explicit casts between int4 and boolean. Patch from Sean Chittenden, 21 years ago
Bruce Momjian 76fa5e6e18 Cause Win32 to output to the event log rather than stderr by default. 21 years ago
Bruce Momjian afbc30e5d4 Allow Win32 to support the O_SYNC open flag as an wal_sync_method method. 21 years ago
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 21 years ago
Teodor Sigaev 5553d6572a In accordance to 21 years ago
Bruce Momjian 33b92a78da Add linking from /port to bcc makefile. 21 years ago
Tom Lane 41994145d4 My patch this morning was overly hasty; revert code to original state. 21 years ago
Neil Conway 406a942820 Minor code cleanup: remove a variable that was assigned to but never 21 years ago
Neil Conway 3350b3740e This patch optimizes the md5_text() function (which is used to 21 years ago
Tom Lane b9a87e5219 Un-break plpgsql build by removing unwanted _() usage. 21 years ago
Bruce Momjian e3267b6517 Properly undef _(x) gettext macro. 21 years ago
Neil Conway 5a9dd0dc4f This patch changes makes some significant changes to how compilation 21 years ago
Bruce Momjian e3ebe2521e Add semicolon so snprintf.c goto has a statement to attach to: 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Bruce Momjian b4feafb6ff Add support to port/snprintf.c for position parameter specification: 21 years ago
Bruce Momjian 1808ce7865 Try to get Borland CC to compile. 21 years ago
Neil Conway 70b64cfbf4 Trivial fix: change the reference to further documentation of pathkeys to 21 years ago