Commit Graph

27216 Commits (11f53b1063e796dbb766b7ad3fd46e98806bea43)
 

Author SHA1 Message Date
Peter Eisentraut 11f53b1063 Code coverage testing with gcov. Documentation is in the regression test 18 years ago
Peter Eisentraut 579d9a5201 Add DSSSL stylesheet location for Mac OS X/Fink installation. 18 years ago
Teodor Sigaev 5373817cf2 Fix strategy propagation to scanEntry for partial match by moving propagation 18 years ago
Tom Lane ba9f37f066 If a loadable module has wrong values in its magic block, spell out 18 years ago
Tom Lane fbb2b69c8f Prevent memory leaks in our various bison parsers when an error occurs 18 years ago
Tom Lane dd6edd5efd Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value() 18 years ago
Tom Lane 76c39cf3be Sigh, I missed checking the ecpg tests ... 18 years ago
Tom Lane bb3f839bfc Add a variant expected-output file for the sequence regression test, to cover 18 years ago
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
Heikki Linnakangas 9ac4299163 HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw 18 years ago
Peter Eisentraut 86ec73b909 Synchronize the shared object build rules in Makefile.port with Makefile.shlib 18 years ago
Tom Lane b8f5ea7685 Fix (hopefully) some oversights in recent Bison cleanup patch. 18 years ago
Tom Lane 449a00fbbd Fix the raw-parsetree representation of star (as in SELECT * FROM or 18 years ago
Tom Lane 6253f9de67 In GCC-based builds, use a better newNode() macro that relies on GCC-specific 18 years ago
Alvaro Herrera 7ad60b49dc Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. 18 years ago
Tom Lane 4571185111 Suppress gcc warning about possibly-uninitialized variable. It's not 18 years ago
Alvaro Herrera c67f037f4f Document that \t and \x are now settable. 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Tom Lane a2794623d2 Extend the parser location infrastructure to include a location field in 18 years ago
Tom Lane 6734182c16 Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant 18 years ago
Tom Lane 6741688b16 Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. 18 years ago
Tom Lane 3e4264ca35 Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 18 years ago
Tom Lane e5536e77a5 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines 18 years ago
Tom Lane d320101b5b Get rid of the last remaining uses of var_is_rel(), to wit some debugging 18 years ago
Tom Lane e36716a653 Add standard boilerplate sentence about when stats_temp_directory can be changed. 18 years ago
Magnus Hagander f1e237b6b2 Unconditionally write the statsfile when SIGHUP is received, to minimize 18 years ago
Alvaro Herrera d96d7be2b5 Update URL to Ross William's paper. 18 years ago
Alvaro Herrera 2bb4d09cac Have man page generation work on VPATH builds too. 18 years ago
Magnus Hagander be8d6c5c34 Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary 18 years ago
Magnus Hagander 8c032adec4 Convert remaining builtin set-returning functions to use OUT parameters, making 18 years ago
Bruce Momjian 31ad4e5396 Add missing descriptions for aggregates, functions and conversions. 18 years ago
Teodor Sigaev 1dcf6fdf1b Fix possible duplicate tuples while GiST scan. Now page is processed 18 years ago
Bruce Momjian 42d313f546 Update link to developer's FAQ from main FAQ. 18 years ago
Bruce Momjian 8ddb739e9d Make "log_temp_files" super-user set only, like other logging options. 18 years ago
Bruce Momjian 6152de97d3 Minor patch on pgbench 18 years ago
Bruce Momjian 03302fd9b4 Improve wording of error message when a postgresql.conf setting is 18 years ago
Tom Lane bd3daddaf2 Arrange to convert EXISTS subqueries that are equivalent to hashable IN 18 years ago
Bruce Momjian 8875a16ee1 Mention that pg_dump does not dump ALTER DATABASE ... SET commands; 18 years ago
Alvaro Herrera edb6a4c02a Update URL. 18 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 18 years ago
Tom Lane cc0dd43850 Marginal improvement in sublink planning: allow unknownEqFalse optimization 18 years ago
Bruce Momjian 3c35de85e7 Remove tools and documention for generating TODO.html. 18 years ago
Bruce Momjian a8cd6cd109 TODO now in wiki, html version removed. 18 years ago
Bruce Momjian cbcd3f9a92 New TODO list URL wiki location listed; contents truncated. 18 years ago
Tom Lane 390e59cd5f Fix obsolete comment. It's no longer the case that Param nodes don't 18 years ago
Michael Meskes 0ba9b565b9 Synced parser. 18 years ago
Magnus Hagander c91ff03a06 Make libpq on windows not try to send chunks larger than 64Kb. 18 years ago
Bruce Momjian 7303b20964 Not done: 18 years ago
Tom Lane 3cab8bdf43 Remove -Winline from the default set of CFLAGS for gcc. It's gotten much 18 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 18 years ago