Commit Graph

17576 Commits (cd135e1bdfe899697441554ac3e4bcd493a3fe57)
 

Author SHA1 Message Date
Bruce Momjian cd135e1bdf Run autoconf for link update. 22 years ago
Bruce Momjian 60a526e8f1 Improve win32 link test. Previous commit added most of the code, but 22 years ago
Bruce Momjian f3f8d36a57 Update Makefile dependencies for Win32 timezones, per Claudio. 22 years ago
Bruce Momjian 3b382d1ae3 Clean up some relative path install issues with Claudio's help. 22 years ago
Bruce Momjian 4307ca2a40 Improve configure win32 link test to run from config.status. 22 years ago
Bruce Momjian d14db1321b Add documentation that installations are relocatable unless configure 22 years ago
Bruce Momjian 2657c24b6d Reformat sgml doc paragraph. 22 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 22 years ago
Bruce Momjian 85383214ea Rename backendbin to backend_exec in initdb.c. 22 years ago
Neil Conway 8295c27c89 Add documentation for the new "dollar quoting" feature, and update existing 22 years ago
Neil Conway 2871f60f23 Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE 22 years ago
Bruce Momjian 335cf9ae7f Restore one mention of logrotate, per Peter. 22 years ago
Neil Conway 52c82d590a Remove an unused (and empty) header file. 22 years ago
Neil Conway 0079547bcb Implement the width_bucket() function, per SQL2003. This commit only adds 22 years ago
Bruce Momjian 19a495caaa Properly document rotatelogs, and add mention of it to pg_ctl manual page. 22 years ago
Neil Conway 0cb27df5c6 Improve documentation for SQLSTATE error codes, per recent thread on 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Bruce Momjian 550735cd73 Remove extra 'then'. 22 years ago
Tom Lane c53d6e927f Tighten parsing of boolean options to CREATE TYPE and related functions, 22 years ago
Teodor Sigaev 89a8e15671 Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca> 22 years ago
Tom Lane 02409a4813 Propagate enlargeStringInfo() fixes into the equivalent code in 22 years ago
Bruce Momjian 0ec80be435 Properly quote variable for makefile use. 22 years ago
Bruce Momjian 3f41675f6a Move unixware thread stuff into Makefile.unixware. 22 years ago
Bruce Momjian 5e938d831a Force thread flags for all Unixware builds if threading is requested. 22 years ago
Bruce Momjian a676b852e8 Refactor code to warn about configure link failures on MinGW. 22 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian 261eda55d3 No need for gcc thread stuff anymore, only cc. 22 years ago
Bruce Momjian 9f7283eb1b Remove warning about Unixware. 22 years ago
Bruce Momjian c2e8386440 Fix Win32 bug with missing errno for strerror(). 22 years ago
Bruce Momjian 550fbc6a98 Warn when MinGW fails to create symlinks during configure. Report 22 years ago
Tom Lane 4d924bdb46 Tighten up overflow check in path_recv, pursuant to code review inspired 22 years ago
Bruce Momjian 0a54441cbf Here's a patch that will allow external modules like pl<lang> to set 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian 3bfd4d9284 Remove: 22 years ago
Bruce Momjian b9ba13a80e Fix bug by passing arg[0] to find_my_binary(). 22 years ago
Tom Lane 3a0d95d181 Yawn ... still another place not quite ready for zero-column tables. 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Bruce Momjian 270c9aa34a Add DELETE: 22 years ago
Tom Lane a2160c5eeb Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 22 years ago
Tom Lane 5ddbe904c0 Refactor low-level aclcheck code to provide useful interfaces for multi-bit 22 years ago
Bruce Momjian f739deb50f Add mention of rules/triggers: 22 years ago
Tom Lane bef764029b Fix oversights in processing of LIMIT expressions during planning. 22 years ago
Tom Lane 1697568d57 Repair recalculation failure for nested sub-SELECTs, per bug report from 22 years ago
Bruce Momjian 608b85a23c Clean up indenting of Makefile filenames. 22 years ago
Tom Lane 2f63232d30 Promote row expressions to full-fledged citizens of the expression syntax, 22 years ago
Neil Conway 9a939886ac Fix typo. 22 years ago
Bruce Momjian c50faf944d Add variables names to static prototypes in initdb.c. 22 years ago
Michael Meskes 491dc124bf - Argh, just another bug in adjust_informix. 22 years ago
Bruce Momjian b071a40068 Add: 22 years ago
Tom Lane 7a3977c08d Fix a couple of oversights in new ALTER TABLE code that broke 22 years ago