summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-2555-1909/+1864
* Get rid of the last remaining uses of var_is_rel(), to wit some debuggingTom Lane2008-08-253-10/+13
* Add standard boilerplate sentence about when stats_temp_directory can be chan...Tom Lane2008-08-251-8/+11
* Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander2008-08-252-4/+7
* Update URL to Ross William's paper.Alvaro Herrera2008-08-251-2/+2
* Have man page generation work on VPATH builds too.Alvaro Herrera2008-08-251-3/+3
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-254-8/+29
* Convert remaining builtin set-returning functions to use OUT parameters, makingMagnus Hagander2008-08-254-28/+18
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-233-4/+117
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-233-91/+128
* Update link to developer's FAQ from main FAQ.Bruce Momjian2008-08-232-3/+3
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-222-3/+4
* Minor patch on pgbenchBruce Momjian2008-08-222-7/+7
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-222-8/+11
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-2221-321/+854
* Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian2008-08-211-22/+16
* Update URL.Alvaro Herrera2008-08-211-1/+1
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-212-21/+21
* Marginal improvement in sublink planning: allow unknownEqFalse optimizationTom Lane2008-08-201-8/+18
* Remove tools and documention for generating TODO.html.Bruce Momjian2008-08-202-28/+0
* TODO now in wiki, html version removed.Bruce Momjian2008-08-201-14/+0
* New TODO list URL wiki location listed; contents truncated.Bruce Momjian2008-08-202-4052/+5
* Fix obsolete comment. It's no longer the case that Param nodes don'tTom Lane2008-08-201-9/+4
* Synced parser.Michael Meskes2008-08-202-4/+23
* Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander2008-08-201-1/+10
* Not done:Bruce Momjian2008-08-192-13/+13
* Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane2008-08-192-3/+3
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-195-28/+40
* TODO done:Bruce Momjian2008-08-192-4/+4
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-196-26/+82
* Fix some issues that prevent this file to be processed by scripts.Alvaro Herrera2008-08-192-160/+150
* Add to TODO:Bruce Momjian2008-08-182-2/+13
* Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander2008-08-181-1/+2
* Add some defenses against constant-FALSE outer join conditions. SinceTom Lane2008-08-171-15/+64
* Remove prohibition against SubLinks in the WHERE clause of an EXISTS subqueryTom Lane2008-08-171-9/+1
* Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane2008-08-176-108/+330
* Update instructions on generating TODO.html.Bruce Momjian2008-08-161-7/+2
* probes.h is generated from probes.d, not pg_trace.d.Magnus Hagander2008-08-161-2/+2
* Add URL for:Bruce Momjian2008-08-162-3/+4
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-161-34/+23
* Add to TODO:Bruce Momjian2008-08-162-2/+12
* Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian2008-08-161-2/+37
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-162-19/+30
* Update Russian FAQ.Bruce Momjian2008-08-162-153/+232
* Add new SQL training web site to FAQ:Bruce Momjian2008-08-162-2/+6
* Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian2008-08-161-2/+2
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-1613-481/+702
* Performance fix for new anti-join code in nodeMergejoin.c: after finding aTom Lane2008-08-153-59/+62
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-156-14/+71
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-143-32/+61