Commit Graph

19702 Commits (5592a6cf46d60187b6f4895d2144e67d4f54fa25)
 

Author SHA1 Message Date
Bruce Momjian 5592a6cf46 Move snprintf int64 compatibility letters into a NOT_USED block. 21 years ago
Tom Lane 5c2e68ba6b Fix misspelling of sysctl, per Stefan Hans. 21 years ago
Bruce Momjian 8ba5169abd Use test && test rather than test -a, per Peter. 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
Neil Conway 87aafa1600 SGML improvements to the DML chapter. 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
Teodor Sigaev e1662cb6b8 Simplify/clean up code for varlena types 21 years ago
Bruce Momjian 03b8efa540 Make snprintf() use already-defined int64/uint64 typedefs rather than 21 years ago
Bruce Momjian 5edb76d4fc Done: 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
Tom Lane 5c4a91c295 Un-break configure snprintf tests (partly my fault, partly Bruce's). 21 years ago
Bruce Momjian f1430ce063 Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so 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 2d22f16132 Rename planner stats detail to avoid label confict. 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
Bruce Momjian 234d50812c Add documentation on how statistics are used by the planner. 21 years ago
Bruce Momjian 4f51368bad Add routines to dbsize to return the index size and total relation size. 21 years ago
Bruce Momjian f55339577b Adjust OS-specific kernel settings to mention old and new BSD methods of 21 years ago
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 21 years ago
Bruce Momjian ffef9a9de4 Clarify PGPASSWORD usage: 21 years ago
Tom Lane 891497d3a9 Correct overstatement in locking docs: we said ExclusiveLock is never 21 years ago
Bruce Momjian 0060023c3d State PGPASSWORD is "not recommended" rather than "depricated". 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
Teodor Sigaev ea90a93a46 Fix float8->int64 transformation 21 years ago
Bruce Momjian 93aa22fc8e Please find enclosed a patch, per Dennis Bj<C3><B6>rklund, that uses -f 21 years ago
Bruce Momjian 6b80ca2f06 Fix plpgsql error message for dropped temporary tables. 21 years ago
Bruce Momjian e49da4855c Clarify object ownership language to prevent confusion with database 21 years ago
Bruce Momjian 0c6568424a Updatge wording. 21 years ago
Bruce Momjian 3debf968ef Fix markup. 21 years ago
Bruce Momjian 026a8510a3 Fix HTML markup and add NULL sorting item to existing NULL FAQ item. 21 years ago
Bruce Momjian d2557833e9 Add: 21 years ago
Bruce Momjian 0b58d30168 Add wording about UTF8: 21 years ago
Bruce Momjian 0ae430a207 Done: 21 years ago
Tom Lane 13227910e4 We aren't supposed to try to run test programs until after we've 21 years ago
Tom Lane e71d09a472 Clean up printf arg-control test, per Kurt Roeckx. 21 years ago