| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 18 | -88/+88 |
| * | Previous fix for "x FULL JOIN y ON true" failed to handle the case | Tom Lane | 2005-05-24 | 1 | -7/+2 |
| * | Fix PL makefiles to support running regression tests in VPATH builds. | Tom Lane | 2005-05-24 | 3 | -3/+66 |
| * | Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. | Tom Lane | 2005-05-24 | 1 | -2/+2 |
| * | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii | 2005-05-24 | 1 | -3/+9 |
| * | Add regression tests for previously-untested PL/Perl features. From | Neil Conway | 2005-05-24 | 5 | -2/+178 |
| * | Fix weird indentation of function return type. | Neil Conway | 2005-05-24 | 1 | -2/+2 |
| * | Log queries for client-side prepare/execute. Simon Riggs | Bruce Momjian | 2005-05-24 | 2 | -68/+174 |
| * | Put parentheses around use of macro arguments in FMODULO and TMODULO. | Bruce Momjian | 2005-05-24 | 1 | -7/+7 |
| * | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 | 9 | -414/+391 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 11 | -88/+98 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 8 | -141/+146 |
| * | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 | 2 | -327/+330 |
| * | Avoid redundant relation lock grabs during planning, and make sure | Tom Lane | 2005-05-23 | 3 | -21/+40 |
| * | Fix typo in PL/Perl Safe.pm initialization that prevented the proper | Neil Conway | 2005-05-23 | 1 | -2/+2 |
| * | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 | 13 | -175/+603 |
| * | Remove excess parens, use Abs instead of : ?. | Bruce Momjian | 2005-05-21 | 1 | -8/+8 |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 6 | -27/+77 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 6 | -9/+87 |
| * | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane | 2005-05-19 | 1 | -2/+3 |
| * | Update comment that I missed the first time around. | Tom Lane | 2005-05-19 | 1 | -3/+3 |
| * | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane | 2005-05-19 | 2 | -139/+79 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 30 | -860/+923 |
| * | Upon closer inspection, Greg's psql tab completion patch leaks memory. | Neil Conway | 2005-05-18 | 1 | -4/+7 |
| * | psql tab completion improvements, from Greg Sabino Mullane: | Neil Conway | 2005-05-18 | 1 | -30/+158 |
| * | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 | 5 | -29/+105 |
| * | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 | 6 | -12/+22 |
| * | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane | 2005-05-17 | 1 | -11/+8 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 6 | -127/+136 |
| * | GiST improvements: | Neil Conway | 2005-05-17 | 4 | -716/+617 |
| * | Modify tidbitmap.c to avoid creating a hash table until there is more | Tom Lane | 2005-05-17 | 1 | -149/+291 |
| * | Fix a few minor mistakes in header comments. From Qingqing Zhou. | Neil Conway | 2005-05-16 | 2 | -4/+7 |
| * | Adjust out-of-date comment. | Tom Lane | 2005-05-16 | 1 | -6/+5 |
| * | Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot | Tom Lane | 2005-05-15 | 4 | -10/+35 |
| * | Various style cleanups for GiST; no changes to functionality. | Neil Conway | 2005-05-15 | 1 | -35/+31 |
| * | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 | 5 | -19/+19 |
| * | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane | 2005-05-14 | 1 | -2/+5 |
| * | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane | 2005-05-14 | 2 | -214/+161 |
| * | Minor speed hacks in AllocSetReset: avoid clearing the freelist headers | Tom Lane | 2005-05-14 | 1 | -4/+10 |
| * | Convert the existing regression test scripts for the various optional | Tom Lane | 2005-05-14 | 30 | -176/+859 |
| * | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | 2005-05-13 | 4 | -514/+658 |
| * | Add -N make flag to bcc builds from /src dir. | Bruce Momjian | 2005-05-13 | 1 | -7/+7 |
| * | Add regression test for consecutive newlines in COPY CSV mode. (There is | Neil Conway | 2005-05-13 | 2 | -0/+14 |
| * | Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not | Tom Lane | 2005-05-12 | 1 | -8/+2 |
| * | Give pg_regress a --load-language option, so that it can be used to test | Tom Lane | 2005-05-11 | 2 | -13/+25 |
| * | This patch will ensure that the hash table iteration performed by | Bruce Momjian | 2005-05-11 | 1 | -7/+4 |
| * | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 | 6 | -92/+48 |
| * | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 | 3 | -107/+129 |
| * | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 9 | -28/+28 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 8 | -264/+25 |