Commit Graph

25065 Commits (a69f9028b573e18f1e8b525dbe0f9fbaac28414c)
 

Author SHA1 Message Date
Andrew Dunstan 15f8202c20 Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 19 years ago
Tom Lane 964ec46cfe Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Neil Conway f086be3d39 Allow leading and trailing whitespace in the input to the boolean 19 years ago
Tom Lane bd0a260928 Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 19 years ago
Bruce Momjian 41ef1c0f32 Add URL for: 19 years ago
Bruce Momjian 4fbdcc174e Update wording: 19 years ago
Tom Lane bd2c980b22 Buy back some of the cycles spent in more-expensive hash functions by 19 years ago
Tom Lane 1f559b7d3a Fix several hash functions that were taking chintzy shortcuts instead of 19 years ago
Bruce Momjian 397d00af8f Wording improvement. 19 years ago
Bruce Momjian 4dc6319331 Update FAQ_DEV URL to output for text format. 19 years ago
Bruce Momjian 95e9f4ede3 Add URL for code comments to developer's FAQ: 19 years ago
Tom Lane cc3e9deee6 The shortcut exit that I recently added to ExecInitIndexScan() for 19 years ago
Tom Lane 10f719af33 Change build_index_pathkeys() so that the expressions it builds to represent 19 years ago
Peter Eisentraut 7ce9b3683e Make some messages more consistent 19 years ago
Teodor Sigaev 54af876593 Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places 19 years ago
Peter Eisentraut 71fb7b9014 Downgrade some low-level startup messages to DEBUG1. 19 years ago
Tom Lane fa0e318f94 Fix overly-strict sanity check in BeginInternalSubTransaction that made it 19 years ago
Bruce Momjian 9b89c13ab5 Update: 19 years ago
Tom Lane d526575f89 Make large sequential scans and VACUUMs work in a limited-size "ring" of 19 years ago
Bruce Momjian 0a6f2ee84d Fix wording: 19 years ago
Bruce Momjian 8a73ec138e Add: 19 years ago
Bruce Momjian 18e3992e56 Add standard error redirection for OS/X & darwin startup script. 19 years ago
Bruce Momjian 9e38d2a4a8 Update documentation mention of VACUUM FULL and CLUSTER where 19 years ago
Neil Conway f14f27dd38 Tweak: use memcpy() in text_time(), rather than manually copying bytes 19 years ago
Bruce Momjian 85df43f341 Add URL for: 19 years ago
Bruce Momjian 7d3b7011b0 Add documentation reference to statistical functions from func.sgml. 19 years ago
Bruce Momjian 87a9473276 Update /contrib OS/X startup files, and move to a separate OS/X 19 years ago
Bruce Momjian 44af16f6b7 Update cvsutils documentation description. 19 years ago
Bruce Momjian ea2ab0bd10 Update cvs instructions to suggest cvsutils. 19 years ago
Tom Lane 14c4d3dea9 Fix trivial misspelling in comment. 19 years ago
Neil Conway 6af04882de Fix a bug in input processing for the "interval" type. Previously, 19 years ago
Neil Conway e78720ff2f mmgr README tweak: "either" is no longer correct. The previous wording 19 years ago
Neil Conway 6a6c752b08 Stop a few regression tests from needlessly disabling GEQO. This was 19 years ago
Bruce Momjian e031844eac Update wording: 19 years ago
Bruce Momjian 4c75abde53 Add: 19 years ago
Tom Lane fa98a86f65 Tweak the code in a couple of places to try to deliver more user-friendly 19 years ago
Michael Meskes 7e72d07aa4 Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. 19 years ago
Neil Conway f505edace1 Code cleanup: use "bool" for Boolean variables, rather than "int". 19 years ago
Tom Lane 97d12b434f Ooops, I was too busy worrying about getting the transactional infrastructure 19 years ago
Michael Meskes a0c366d5a1 Sorry guys, I committed the file from my development snapshot instead the one from HEAD. Fixing it now. 19 years ago
Michael Meskes eff6773ae6 The source code changed, so the expected file changed too. 19 years ago
Michael Meskes 93625aa8ac Applied Joachim's patch for ecpg_config.h creation on Vista. 19 years ago
Tom Lane 8d675c85c5 pgstat's on-proc-exit hook has to execute after the last transaction commit 19 years ago
Tom Lane 77947c51c0 Fix up pgstats counting of live and dead tuples to recognize that committed 19 years ago
Tom Lane cadb78330e Repair two constraint-exclusion corner cases triggered by proving that an 19 years ago
Tom Lane 604ffd280b Create hooks to let a loadable plugin monitor (or even replace) the planner 19 years ago
Tom Lane ce5b24abed Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining 19 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 19 years ago
Peter Eisentraut 4e3cb9ca48 Add deprecation notice about planned removal in 8.4 and advice to try using 19 years ago
Tom Lane 11086f2f2b Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 19 years ago