Commit Graph

27194 Commits (e5536e77a50e2b6a5881a2ce9ef1c6debcb5d909)
 

Author SHA1 Message Date
Tom Lane e5536e77a5 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines 17 years ago
Tom Lane d320101b5b Get rid of the last remaining uses of var_is_rel(), to wit some debugging 17 years ago
Tom Lane e36716a653 Add standard boilerplate sentence about when stats_temp_directory can be changed. 17 years ago
Magnus Hagander f1e237b6b2 Unconditionally write the statsfile when SIGHUP is received, to minimize 17 years ago
Alvaro Herrera d96d7be2b5 Update URL to Ross William's paper. 17 years ago
Alvaro Herrera 2bb4d09cac Have man page generation work on VPATH builds too. 17 years ago
Magnus Hagander be8d6c5c34 Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary 17 years ago
Magnus Hagander 8c032adec4 Convert remaining builtin set-returning functions to use OUT parameters, making 17 years ago
Bruce Momjian 31ad4e5396 Add missing descriptions for aggregates, functions and conversions. 17 years ago
Teodor Sigaev 1dcf6fdf1b Fix possible duplicate tuples while GiST scan. Now page is processed 17 years ago
Bruce Momjian 42d313f546 Update link to developer's FAQ from main FAQ. 17 years ago
Bruce Momjian 8ddb739e9d Make "log_temp_files" super-user set only, like other logging options. 17 years ago
Bruce Momjian 6152de97d3 Minor patch on pgbench 17 years ago
Bruce Momjian 03302fd9b4 Improve wording of error message when a postgresql.conf setting is 17 years ago
Tom Lane bd3daddaf2 Arrange to convert EXISTS subqueries that are equivalent to hashable IN 17 years ago
Bruce Momjian 8875a16ee1 Mention that pg_dump does not dump ALTER DATABASE ... SET commands; 17 years ago
Alvaro Herrera edb6a4c02a Update URL. 17 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 17 years ago
Tom Lane cc0dd43850 Marginal improvement in sublink planning: allow unknownEqFalse optimization 17 years ago
Bruce Momjian 3c35de85e7 Remove tools and documention for generating TODO.html. 17 years ago
Bruce Momjian a8cd6cd109 TODO now in wiki, html version removed. 17 years ago
Bruce Momjian cbcd3f9a92 New TODO list URL wiki location listed; contents truncated. 17 years ago
Tom Lane 390e59cd5f Fix obsolete comment. It's no longer the case that Param nodes don't 17 years ago
Michael Meskes 0ba9b565b9 Synced parser. 17 years ago
Magnus Hagander c91ff03a06 Make libpq on windows not try to send chunks larger than 64Kb. 17 years ago
Bruce Momjian 7303b20964 Not done: 17 years ago
Tom Lane 3cab8bdf43 Remove -Winline from the default set of CFLAGS for gcc. It's gotten much 17 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 17 years ago
Bruce Momjian 2aaca8e314 TODO done: 17 years ago
Michael Meskes ef0dcf0e5b Fixed incorrect argument handling in SET command if argument is a variable. 17 years ago
Alvaro Herrera a3faf37f49 Fix some issues that prevent this file to be processed by scripts. 17 years ago
Bruce Momjian 48a9d92159 Add to TODO: 17 years ago
Magnus Hagander f434ebaa9a Properly remove src\include\utils\probes.h when running clean.bat. 17 years ago
Tom Lane 719012e013 Add some defenses against constant-FALSE outer join conditions. Since 17 years ago
Tom Lane f2689e421d Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery 17 years ago
Tom Lane 19e34b6239 Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top 17 years ago
Bruce Momjian 909346eff0 Update instructions on generating TODO.html. 17 years ago
Magnus Hagander 19c1e68e16 probes.h is generated from probes.d, not pg_trace.d. 17 years ago
Bruce Momjian 58e8f9630a Add URL for: 17 years ago
Tom Lane 7ee27d49df Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec 17 years ago
Bruce Momjian ef270fb9d2 Add to TODO: 17 years ago
Bruce Momjian 1883b988d5 Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. 17 years ago
Tom Lane 63c3b9903b Fix a couple of places where psql might fail to report a suitable error 17 years ago
Bruce Momjian b9984ade83 Update Russian FAQ. 17 years ago
Bruce Momjian 10c935527e Add new SQL training web site to FAQ: 17 years ago
Bruce Momjian 21cf022fa9 Fix version warning bug in recently applied adjustments to psql startup. 17 years ago
Tom Lane d4af2a6481 Clean up the loose ends in selectivity estimation left by my patch for semi 17 years ago
Tom Lane 118461114e Performance fix for new anti-join code in nodeMergejoin.c: after finding a 17 years ago
Magnus Hagander 5b8eb2b4b9 Make the temporary directory for pgstat files configurable by the GUC 17 years ago
Heikki Linnakangas f24f233f6a Fix pull_up_simple_union_all to copy all rtable entries from child subquery to 17 years ago