Commit Graph

20245 Commits (13b729ca5267b58005f1ca9c873a86c2b0db3591)
 

Author SHA1 Message Date
Neil Conway 13b729ca52 Editing for the new "Encryption Options" section of the manual. 21 years ago
Tom Lane 872c1497fc Previous fix for "x FULL JOIN y ON true" failed to handle the case 21 years ago
Tom Lane bc6444dc6a Fix PL makefiles to support running regression tests in VPATH builds. 21 years ago
Tom Lane 1a022f71d8 Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. 21 years ago
Tatsuo Ishii a90e9d662e Inserting 5 characters into char(10) does not produce 5 padding spaces 21 years ago
Neil Conway 11a0c3741f Add regression tests for previously-untested PL/Perl features. From 21 years ago
Neil Conway 443f21737d Fix weird indentation of function return type. 21 years ago
Bruce Momjian c0ac38d082 Log queries for client-side prepare/execute. Simon Riggs 21 years ago
Bruce Momjian f534820d4d Put parentheses around use of macro arguments in FMODULO and TMODULO. 21 years ago
Bruce Momjian 09ff9dbe2b Remove more extraneous parentheses in date/time functions. 21 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 21 years ago
Bruce Momjian 4550c1e519 More macro cleanups for date/time. 21 years ago
Bruce Momjian 5ebaae801c Add datetime macros for constants, for clarity: 21 years ago
Bruce Momjian 33d0d4ce96 Remove unnecessary parentheses in datetime/timestamp code. 21 years ago
Tom Lane c1393173aa Avoid redundant relation lock grabs during planning, and make sure 21 years ago
Neil Conway 353f111f98 Fix typo in PL/Perl Safe.pm initialization that prevented the proper 21 years ago
Neil Conway 1b41965d5d Remove some verbiage describing how min() and max() are slow when applied 21 years ago
Neil Conway dd2894dfd6 Consistently do not include a terminating period in single-sentence 21 years ago
Tom Lane e2159f3842 Teach the planner to remove SubqueryScan nodes from the plan if they 21 years ago
Bruce Momjian c61207b091 INT4 is probably enough: 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Bruce Momjian 875813439d Remove excess parens, use Abs instead of : ?. 21 years ago
Bruce Momjian 2e9c04eedb Mention overflow: 21 years ago
Bruce Momjian 6dab58a643 Add: 21 years ago
Bruce Momjian e954cd2bc2 Remove 2-phase description, because it isn't accurate anymore: 21 years ago
Bruce Momjian 6e85414647 Update Japanese FAQ. 21 years ago
Bruce Momjian 6dc7760ac3 Add support for wal_fsync_writethrough for Darwin, and restructure the 21 years ago
Neil Conway e9b33ed6cd Fix typo in ECPG docs, per Andreas Seltenreich. 21 years ago
Neil Conway 4de23092d0 Add some links to the CREATE FUNCTION reference page when describing 21 years ago
Neil Conway ee85870e23 Make the CREATE RULE syntax description in rules.sgml more consistent 21 years ago
Neil Conway f3567eeaf2 Implement md5(bytea), update regression tests and documentation. Patch 21 years ago
Tom Lane ff0c143a3b Make a comment pgindent-proof, per suggestion from Alvaro. 21 years ago
Tom Lane f519d04a43 Update comment that I missed the first time around. 21 years ago
Tom Lane 191b13aaca Factor out lock cleanup code that is needed in several places in lock.c. 21 years ago
Tom Lane ee3b71f6bc Split the shared-memory array of PGPROC pointers out of the sinval 21 years ago
Neil Conway 6910032a56 Upon closer inspection, Greg's psql tab completion patch leaks memory. 21 years ago
Neil Conway 4c1f9a0f0b psql tab completion improvements, from Greg Sabino Mullane: 21 years ago
Tom Lane a9c4c9cd52 Extend the pg_locks system view so that it can fully display all lock 21 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Tom Lane f9ad8a2802 Guard against duplicate IDs in input file in SortTocFromFile(). 21 years ago
Bruce Momjian 5185cc8eae Update: 21 years ago
Bruce Momjian 5e1bfa82dd Convert Chinese FAQ to valid XHTML, finally. 21 years ago
Bruce Momjian 472f9be471 Fix Chinese markup some more. 21 years ago
Neil Conway c891e05f26 Cleanup GiST header files. Since GiST extensions are often written as 21 years ago
Neil Conway eda6dd32d1 GiST improvements: 21 years ago
Bruce Momjian 818bfda1e2 Fix markup: 21 years ago
Bruce Momjian ce1b3065c3 Update italics. 21 years ago
Tom Lane da56e57695 Modify tidbitmap.c to avoid creating a hash table until there is more 21 years ago
Bruce Momjian e90df66269 Update italics on web site. 21 years ago
Bruce Momjian 343af94255 Update italics on web site. 21 years ago