| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 55 | -1909/+1864 |
| * | Get rid of the last remaining uses of var_is_rel(), to wit some debugging | Tom Lane | 2008-08-25 | 3 | -10/+13 |
| * | Add standard boilerplate sentence about when stats_temp_directory can be chan... | Tom Lane | 2008-08-25 | 1 | -8/+11 |
| * | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander | 2008-08-25 | 2 | -4/+7 |
| * | Update URL to Ross William's paper. | Alvaro Herrera | 2008-08-25 | 1 | -2/+2 |
| * | Have man page generation work on VPATH builds too. | Alvaro Herrera | 2008-08-25 | 1 | -3/+3 |
| * | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander | 2008-08-25 | 4 | -8/+29 |
| * | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander | 2008-08-25 | 4 | -28/+18 |
| * | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 | 3 | -4/+117 |
| * | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 | 3 | -91/+128 |
| * | Update link to developer's FAQ from main FAQ. | Bruce Momjian | 2008-08-23 | 2 | -3/+3 |
| * | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian | 2008-08-22 | 2 | -3/+4 |
| * | Minor patch on pgbench | Bruce Momjian | 2008-08-22 | 2 | -7/+7 |
| * | Improve wording of error message when a postgresql.conf setting is | Bruce Momjian | 2008-08-22 | 2 | -8/+11 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 21 | -321/+854 |
| * | Mention that pg_dump does not dump ALTER DATABASE ... SET commands; | Bruce Momjian | 2008-08-21 | 1 | -22/+16 |
| * | Update URL. | Alvaro Herrera | 2008-08-21 | 1 | -1/+1 |
| * | Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few | Peter Eisentraut | 2008-08-21 | 2 | -21/+21 |
| * | Marginal improvement in sublink planning: allow unknownEqFalse optimization | Tom Lane | 2008-08-20 | 1 | -8/+18 |
| * | Remove tools and documention for generating TODO.html. | Bruce Momjian | 2008-08-20 | 2 | -28/+0 |
| * | TODO now in wiki, html version removed. | Bruce Momjian | 2008-08-20 | 1 | -14/+0 |
| * | New TODO list URL wiki location listed; contents truncated. | Bruce Momjian | 2008-08-20 | 2 | -4052/+5 |
| * | Fix obsolete comment. It's no longer the case that Param nodes don't | Tom Lane | 2008-08-20 | 1 | -9/+4 |
| * | Synced parser. | Michael Meskes | 2008-08-20 | 2 | -4/+23 |
| * | Make libpq on windows not try to send chunks larger than 64Kb. | Magnus Hagander | 2008-08-20 | 1 | -1/+10 |
| * | Not done: | Bruce Momjian | 2008-08-19 | 2 | -13/+13 |
| * | Remove -Winline from the default set of CFLAGS for gcc. It's gotten much | Tom Lane | 2008-08-19 | 2 | -3/+3 |
| * | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 | 5 | -28/+40 |
| * | TODO done: | Bruce Momjian | 2008-08-19 | 2 | -4/+4 |
| * | Fixed incorrect argument handling in SET command if argument is a variable. | Michael Meskes | 2008-08-19 | 6 | -26/+82 |
| * | Fix some issues that prevent this file to be processed by scripts. | Alvaro Herrera | 2008-08-19 | 2 | -160/+150 |
| * | Add to TODO: | Bruce Momjian | 2008-08-18 | 2 | -2/+13 |
| * | Properly remove src\include\utils\probes.h when running clean.bat. | Magnus Hagander | 2008-08-18 | 1 | -1/+2 |
| * | Add some defenses against constant-FALSE outer join conditions. Since | Tom Lane | 2008-08-17 | 1 | -15/+64 |
| * | Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery | Tom Lane | 2008-08-17 | 1 | -9/+1 |
| * | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 | 6 | -108/+330 |
| * | Update instructions on generating TODO.html. | Bruce Momjian | 2008-08-16 | 1 | -7/+2 |
| * | probes.h is generated from probes.d, not pg_trace.d. | Magnus Hagander | 2008-08-16 | 1 | -2/+2 |
| * | Add URL for: | Bruce Momjian | 2008-08-16 | 2 | -3/+4 |
| * | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 | 1 | -34/+23 |
| * | Add to TODO: | Bruce Momjian | 2008-08-16 | 2 | -2/+12 |
| * | Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. | Bruce Momjian | 2008-08-16 | 1 | -2/+37 |
| * | Fix a couple of places where psql might fail to report a suitable error | Tom Lane | 2008-08-16 | 2 | -19/+30 |
| * | Update Russian FAQ. | Bruce Momjian | 2008-08-16 | 2 | -153/+232 |
| * | Add new SQL training web site to FAQ: | Bruce Momjian | 2008-08-16 | 2 | -2/+6 |
| * | Fix version warning bug in recently applied adjustments to psql startup. | Bruce Momjian | 2008-08-16 | 1 | -2/+2 |
| * | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 | 13 | -481/+702 |
| * | Performance fix for new anti-join code in nodeMergejoin.c: after finding a | Tom Lane | 2008-08-15 | 3 | -59/+62 |
| * | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 | 6 | -14/+71 |
| * | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 | 3 | -32/+61 |