Commit Graph

27236 Commits (3b9ec4682c2f1baeeeba10b6d782386656a98f4a)
 

Author SHA1 Message Date
Alvaro Herrera 3b9ec4682c Add "source file" and "source line" information to each GUC variable. 18 years ago
Tom Lane bacf7b2086 Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. 18 years ago
Tom Lane 3c221c3dae Fix a couple of places where the plpgsql grammar would produce an unhelpful 18 years ago
Tom Lane ee33b95d9c Improve the plan cache invalidation mechanism to make it invalidate plans 18 years ago
Alvaro Herrera c06629c72e Improve plpgsql's ability to report tuple incompatibility problems. 18 years ago
Tom Lane ead21631e8 Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch 18 years ago
Tom Lane bc01b45ab9 Make pg_dump --data-only try to order the table dumps so that foreign keys' 18 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 18 years ago
Tom Lane a26c7e3d71 Support set-returning functions in the target lists of Agg and Group plan 18 years ago
Tom Lane 8818f3793e Clarify description of pg_restore's handling of large objects. 18 years ago
Tom Lane e6a310b281 Reimplement text_position and related functions to use Boyer-Moore-Horspool 18 years ago
Tom Lane 2cf3f6694f Add a few more details in the source-code-formatting documentation. 18 years ago
Bruce Momjian 1cfd878643 Clarify documention workding for xip_list(). 18 years ago
Tom Lane 409c144d83 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 18 years ago
Tom Lane 2c863ca818 Implement a psql command "\ef" to edit the definition of a function. 18 years ago
Bruce Momjian 2cdcf459ba Add comment about why pg_dump doesn't dump the public schema comment. 18 years ago
Tom Lane e540b97248 Fix an oversight in the 8.2 patch that improved mergejoin performance by 18 years ago
Peter Eisentraut 58829581f8 Check for gcov and lcov only when coverage testing is enabled. 18 years ago
Tom Lane 5bc561a16a Add some additional casts and regression tests for the citext data type. 18 years ago
Bruce Momjian f536f74ade Add Win32 MSVC code to support this recent patch: 18 years ago
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