Commit Graph

19555 Commits (30854a53fefef7ac04e2fb4f047e33baaaa025b4)
 

Author SHA1 Message Date
Bruce Momjian 30854a53fe Properly implement "Response files" for bcc. Add URL's to describe the 21 years ago
Teodor Sigaev 10d3c07875 Prevent rank change in case of duplicate search terms 21 years ago
Tom Lane 4e8af8d273 Replace ARC cache management algorithm with the similar but slightly 21 years ago
Tom Lane 3f16b38a23 Release proclock immediately in RemoveFromWaitQueue() if it represents 21 years ago
Tom Lane bfc2942321 Adjust OR indexscan logic to not generate redundant condition-free OR 21 years ago
Tom Lane 3da9fd8544 Revert the logic for expanding AND/OR conditions in pred_test() to what 21 years ago
Bruce Momjian ba6b067ce8 Tab indent all actions in bcc32.mak, and do it on win32.mak too for 21 years ago
Teodor Sigaev 2573029e52 Further fix int64/float8 time/timetz 21 years ago
Teodor Sigaev 1d5b814be9 Further fix time/timetz... 21 years ago
Bruce Momjian 9f312cde26 Backpatch clarification of PGPASSWORD to 8.0.X. 21 years ago
Bruce Momjian a72fd004ba Add linking from /port to bcc makefile. 21 years ago
Teodor Sigaev 1c8fbd9b25 Fix float8->int64 transformation 21 years ago
Bruce Momjian 4a68e59418 Backpatch FAQ to 8.0.X. 21 years ago
Tom Lane 777745435c Document that only a table's owner may TRUNCATE it. Per Keith Worthington. 21 years ago
Bruce Momjian 7f6754bdb4 Update initdb locale/encoding documentation description. Backpatch to 21 years ago
Bruce Momjian bb7f5a7393 Try to get Borland CC to compile. 21 years ago
Bruce Momjian 6da3aee893 Update Russian FAQ. 21 years ago
Teodor Sigaev 1c423be404 Simplify defines 21 years ago
Teodor Sigaev f49d69b813 Fix memory leak for timestamp(with and w/o tz) and time indexes 21 years ago
Neil Conway 14fd629aea Fix two typos, per report from Hashem Masoud. 21 years ago
Neil Conway abd7168524 Document the "register" and "unregister" pg_ctl subcommands, for use on 21 years ago
Tom Lane 0845ee3958 New arrangement to always let the bgwriter do checkpoints broke 21 years ago
Tom Lane 254eef2f28 Ensure that the resolved datatype of any unknown Param is propagated 21 years ago
Tom Lane c35c944b87 ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. 21 years ago
Bruce Momjian 92597d1386 Print file name and errno string on rmtree failure. 21 years ago
Peter Eisentraut 66b568ca96 Translation updates 21 years ago
Bruce Momjian 8814ee8497 Update to Russian FAQ, HEAD and 8.0.X. 21 years ago
Bruce Momjian 538e960939 Mention that some psql environment variables come from libpq and note 21 years ago
Tom Lane 9843862b50 Fix SPI cursor support to allow scanning the results of utility commands 21 years ago
Michael Meskes 95b40b7f77 Fixed more parsing bugs in other CREATE statements. 21 years ago
Bruce Momjian 7dfc700b96 Update pginstaller URL to http://www.postgresql.org/ftp/win32/. 21 years ago
Neil Conway 789aafebd5 ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a 21 years ago
Michael Meskes ef006ded8e Fixed bug in parsing of CREATE AS statement. 21 years ago
Tom Lane ae50aa7ee8 If we're gonna check for array overrun, we really should do so before 21 years ago
Neil Conway 6c5c748d64 Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a 21 years ago
Neil Conway 5b327fb917 Better late than never: document that the GiST API changed in 8.0 in the 21 years ago
Tom Lane c31570ed43 Document array behavior for out-of-range subscripts. 21 years ago
Tom Lane 0aeb7d8008 Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out 21 years ago
Tom Lane a7bbb6cd53 Fix minor thinko in logic to set dump order when dumping from a pre-7.3 21 years ago
Tom Lane c8460d571e Ensure that all details of the ARC algorithm are hidden within freelist.c. 21 years ago
Tom Lane f76390d75a Improve performance of fmgr.c calling routines for cases with more than 21 years ago
Tom Lane 388a42c515 Adjust constant-folding of CASE expressions so that the simple comparison 21 years ago
Bruce Momjian 722c886ba1 Improve wording of to_char() change in 8.1: 21 years ago
Bruce Momjian 6aebc34e55 Backpatch FAQ to 8.0.X. 21 years ago
Bruce Momjian 8e2216db6c Backpatch FAQ to 8.0.X. 21 years ago
Neil Conway a8daceaa15 Fix a bug induced by the list-rewrite that resulted in incrementing the 21 years ago
Tom Lane 914db10289 Adjust estimate_num_groups() to not clamp per-relation group count 21 years ago
Tom Lane 86206573ed Adjust plpgsql to allow assignment to an element of an array that is 21 years ago
Bruce Momjian 925320fe3d Backpatch FAQ changes to 8.0.X. 21 years ago
Tom Lane b46fa4ba81 Sync inet formatting code with recent BIND releases. In particular, 21 years ago