Commit Graph

19574 Commits (291cd954fbfa48d8db79f22ffa8d596c837f7ee3)
 

Author SHA1 Message Date
Bruce Momjian 291cd954fb Change Win32 O_SYNC method to O_DSYNC because that is what the method 22 years ago
Tom Lane 3781b72c22 Add missing error checking in readdir() loops. 22 years ago
Tom Lane 63b0d7b35f Add note about risks involved in replaying CREATE TABLESPACE commands 22 years ago
Tom Lane a4500f3262 Previous "64-bit fix" for intagg didn't actually work. This is already 22 years ago
Tom Lane 5869e883ee WAL must log CREATE and DROP DATABASE operations *without* using any 22 years ago
Tom Lane 1cef5beeea Fix quote_ident to use quote_identifier rather than its own, not quite 22 years ago
Tom Lane 8ae13aac52 Put 'dump complete' message in the right place, so it comes out where 22 years ago
Tom Lane 817bc021b7 Need to reset local buffer pin counts, not only shared buffer pins, 22 years ago
Michael Meskes fc80f5fe73 Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64. 22 years ago
Tom Lane b03072571e Need to release buffer pins before attempting to drop files during 22 years ago
Tom Lane bcfe5088e5 Treat EPERM as a non-error case when checking to see if old postmaster 22 years ago
Bruce Momjian 7911e3a081 Backpatch to 8.0.X, already in HEAD: 22 years ago
Bruce Momjian 89ea098714 Add missing include for new lc_ctype_is_c() function. 22 years ago
Bruce Momjian fb2c2d83e0 Prevent locale-aware handling of upper, lower, and initcap when the 22 years ago
Bruce Momjian f38cb720d9 Increment all major version numbers in 8.0.X to force recompile of 22 years ago
Tom Lane b3dbaab1e9 Fix ALTER DATABASE RENAME to allow the operation if user is a superuser 22 years ago
Neil Conway 8806b09b82 Some builds (depends on crypto engine support?) of OpenSSL 22 years ago
Tom Lane bdcf632d62 Fix problem with infinite recursion between write_syslogger_file and 22 years ago
Bruce Momjian 2e964aee75 Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 22 years ago
Bruce Momjian 30854a53fe Properly implement "Response files" for bcc. Add URL's to describe the 22 years ago
Teodor Sigaev 10d3c07875 Prevent rank change in case of duplicate search terms 22 years ago
Tom Lane 4e8af8d273 Replace ARC cache management algorithm with the similar but slightly 22 years ago
Tom Lane 3f16b38a23 Release proclock immediately in RemoveFromWaitQueue() if it represents 22 years ago
Tom Lane bfc2942321 Adjust OR indexscan logic to not generate redundant condition-free OR 22 years ago
Tom Lane 3da9fd8544 Revert the logic for expanding AND/OR conditions in pred_test() to what 22 years ago
Bruce Momjian ba6b067ce8 Tab indent all actions in bcc32.mak, and do it on win32.mak too for 22 years ago
Teodor Sigaev 2573029e52 Further fix int64/float8 time/timetz 22 years ago
Teodor Sigaev 1d5b814be9 Further fix time/timetz... 22 years ago
Bruce Momjian 9f312cde26 Backpatch clarification of PGPASSWORD to 8.0.X. 22 years ago
Bruce Momjian a72fd004ba Add linking from /port to bcc makefile. 22 years ago
Teodor Sigaev 1c8fbd9b25 Fix float8->int64 transformation 22 years ago
Bruce Momjian 4a68e59418 Backpatch FAQ to 8.0.X. 22 years ago
Tom Lane 777745435c Document that only a table's owner may TRUNCATE it. Per Keith Worthington. 22 years ago
Bruce Momjian 7f6754bdb4 Update initdb locale/encoding documentation description. Backpatch to 22 years ago
Bruce Momjian bb7f5a7393 Try to get Borland CC to compile. 22 years ago
Bruce Momjian 6da3aee893 Update Russian FAQ. 22 years ago
Teodor Sigaev 1c423be404 Simplify defines 22 years ago
Teodor Sigaev f49d69b813 Fix memory leak for timestamp(with and w/o tz) and time indexes 22 years ago
Neil Conway 14fd629aea Fix two typos, per report from Hashem Masoud. 22 years ago
Neil Conway abd7168524 Document the "register" and "unregister" pg_ctl subcommands, for use on 22 years ago
Tom Lane 0845ee3958 New arrangement to always let the bgwriter do checkpoints broke 22 years ago
Tom Lane 254eef2f28 Ensure that the resolved datatype of any unknown Param is propagated 22 years ago
Tom Lane c35c944b87 ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. 22 years ago
Bruce Momjian 92597d1386 Print file name and errno string on rmtree failure. 22 years ago
Peter Eisentraut 66b568ca96 Translation updates 22 years ago
Bruce Momjian 8814ee8497 Update to Russian FAQ, HEAD and 8.0.X. 22 years ago
Bruce Momjian 538e960939 Mention that some psql environment variables come from libpq and note 22 years ago
Tom Lane 9843862b50 Fix SPI cursor support to allow scanning the results of utility commands 22 years ago
Michael Meskes 95b40b7f77 Fixed more parsing bugs in other CREATE statements. 22 years ago
Bruce Momjian 7dfc700b96 Update pginstaller URL to http://www.postgresql.org/ftp/win32/. 22 years ago