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