Commit Graph

20237 Commits (f534820d4dacbc100f371cdfbe6a60a10c3331be)
 

Author SHA1 Message Date
Bruce Momjian f534820d4d Put parentheses around use of macro arguments in FMODULO and TMODULO. 20 years ago
Bruce Momjian 09ff9dbe2b Remove more extraneous parentheses in date/time functions. 20 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 20 years ago
Bruce Momjian 4550c1e519 More macro cleanups for date/time. 20 years ago
Bruce Momjian 5ebaae801c Add datetime macros for constants, for clarity: 20 years ago
Bruce Momjian 33d0d4ce96 Remove unnecessary parentheses in datetime/timestamp code. 20 years ago
Tom Lane c1393173aa Avoid redundant relation lock grabs during planning, and make sure 20 years ago
Neil Conway 353f111f98 Fix typo in PL/Perl Safe.pm initialization that prevented the proper 20 years ago
Neil Conway 1b41965d5d Remove some verbiage describing how min() and max() are slow when applied 20 years ago
Neil Conway dd2894dfd6 Consistently do not include a terminating period in single-sentence 20 years ago
Tom Lane e2159f3842 Teach the planner to remove SubqueryScan nodes from the plan if they 20 years ago
Bruce Momjian c61207b091 INT4 is probably enough: 20 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 20 years ago
Bruce Momjian 875813439d Remove excess parens, use Abs instead of : ?. 20 years ago
Bruce Momjian 2e9c04eedb Mention overflow: 20 years ago
Bruce Momjian 6dab58a643 Add: 20 years ago
Bruce Momjian e954cd2bc2 Remove 2-phase description, because it isn't accurate anymore: 20 years ago
Bruce Momjian 6e85414647 Update Japanese FAQ. 20 years ago
Bruce Momjian 6dc7760ac3 Add support for wal_fsync_writethrough for Darwin, and restructure the 20 years ago
Neil Conway e9b33ed6cd Fix typo in ECPG docs, per Andreas Seltenreich. 20 years ago
Neil Conway 4de23092d0 Add some links to the CREATE FUNCTION reference page when describing 20 years ago
Neil Conway ee85870e23 Make the CREATE RULE syntax description in rules.sgml more consistent 20 years ago
Neil Conway f3567eeaf2 Implement md5(bytea), update regression tests and documentation. Patch 20 years ago
Tom Lane ff0c143a3b Make a comment pgindent-proof, per suggestion from Alvaro. 20 years ago
Tom Lane f519d04a43 Update comment that I missed the first time around. 20 years ago
Tom Lane 191b13aaca Factor out lock cleanup code that is needed in several places in lock.c. 20 years ago
Tom Lane ee3b71f6bc Split the shared-memory array of PGPROC pointers out of the sinval 20 years ago
Neil Conway 6910032a56 Upon closer inspection, Greg's psql tab completion patch leaks memory. 20 years ago
Neil Conway 4c1f9a0f0b psql tab completion improvements, from Greg Sabino Mullane: 20 years ago
Tom Lane a9c4c9cd52 Extend the pg_locks system view so that it can fully display all lock 20 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 20 years ago
Tom Lane f9ad8a2802 Guard against duplicate IDs in input file in SortTocFromFile(). 20 years ago
Bruce Momjian 5185cc8eae Update: 20 years ago
Bruce Momjian 5e1bfa82dd Convert Chinese FAQ to valid XHTML, finally. 20 years ago
Bruce Momjian 472f9be471 Fix Chinese markup some more. 20 years ago
Neil Conway c891e05f26 Cleanup GiST header files. Since GiST extensions are often written as 20 years ago
Neil Conway eda6dd32d1 GiST improvements: 20 years ago
Bruce Momjian 818bfda1e2 Fix markup: 20 years ago
Bruce Momjian ce1b3065c3 Update italics. 20 years ago
Tom Lane da56e57695 Modify tidbitmap.c to avoid creating a hash table until there is more 20 years ago
Bruce Momjian e90df66269 Update italics on web site. 20 years ago
Bruce Momjian 343af94255 Update italics on web site. 20 years ago
Bruce Momjian c31a05e819 Update Chinese FAQ to validate properly. 20 years ago
Neil Conway c6c6fa8f7e Fix typo in comment. 20 years ago
Neil Conway 3994ffb479 Fix a few minor mistakes in header comments. From Qingqing Zhou. 20 years ago
Bruce Momjian e336635c5b Update Chinese FAQ to xhtml. 20 years ago
Tom Lane 7e94998c89 Adjust out-of-date comment. 20 years ago
Tom Lane 2ef172a2a4 Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot 20 years ago
Neil Conway eb0d00a9be Various style cleanups for GiST; no changes to functionality. 20 years ago
Bruce Momjian c9a382b2ed Rename Rendezvous to Bonjour to match OS/X renaming. 20 years ago