aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support set-returning functions in the target lists of Agg and Group planTom Lane2008-09-08
* Clarify description of pg_restore's handling of large objects.Tom Lane2008-09-07
* Reimplement text_position and related functions to use Boyer-Moore-HorspoolTom Lane2008-09-07
* Add a few more details in the source-code-formatting documentation.Tom Lane2008-09-07
* Clarify documention workding for xip_list().Bruce Momjian2008-09-07
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-06
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-06
* Add comment about why pg_dump doesn't dump the public schema comment.Bruce Momjian2008-09-05
* Fix an oversight in the 8.2 patch that improved mergejoin performance byTom Lane2008-09-05
* Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut2008-09-05
* Add some additional casts and regression tests for the citext data type.Tom Lane2008-09-05
* Add Win32 MSVC code to support this recent patch:Bruce Momjian2008-09-05
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-05
* Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut2008-09-05
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-04
* If a loadable module has wrong values in its magic block, spell outTom Lane2008-09-03
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-02
* Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value()Tom Lane2008-09-01
* Sigh, I missed checking the ecpg tests ...Tom Lane2008-09-01
* Add a variant expected-output file for the sequence regression test, to coverTom Lane2008-09-01
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* HeapTupleHeaderAdjustCmax made the incorrect assumption that the rawHeikki Linnakangas2008-09-01
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-01
* Fix (hopefully) some oversights in recent Bison cleanup patch.Tom Lane2008-08-30
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-30
* In GCC-based builds, use a better newNode() macro that relies on GCC-specificTom Lane2008-08-29
* Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera2008-08-29
* Suppress gcc warning about possibly-uninitialized variable. It's notTom Lane2008-08-29
* Document that \t and \x are now settable.Alvaro Herrera2008-08-29
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constantTom Lane2008-08-26
* Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane2008-08-26
* Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane2008-08-25
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Get rid of the last remaining uses of var_is_rel(), to wit some debuggingTom Lane2008-08-25
* Add standard boilerplate sentence about when stats_temp_directory can be chan...Tom Lane2008-08-25
* Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander2008-08-25
* Update URL to Ross William's paper.Alvaro Herrera2008-08-25
* Have man page generation work on VPATH builds too.Alvaro Herrera2008-08-25
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-25
* Convert remaining builtin set-returning functions to use OUT parameters, makingMagnus Hagander2008-08-25
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Update link to developer's FAQ from main FAQ.Bruce Momjian2008-08-23
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-22
* Minor patch on pgbenchBruce Momjian2008-08-22
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-22
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian2008-08-21