- May 10, 2012
-
-
Bruce Momjian authored
-
- Mar 27, 2012
-
-
Robert Haas authored
Ants Aasma, Greg Smith
-
- Jan 20, 2012
-
-
Robert Haas authored
Kevin Grittner, reviewed (in earlier versions) by Álvaro Herrera
-
- Dec 17, 2011
-
-
Tom Lane authored
SP-GiST is comparable to GiST in flexibility, but supports non-balanced partitioned search structures rather than balanced trees. As described at PGCon 2011, this new indexing structure can beat GiST in both index build time and query speed for search problems that it is well matched to. There are a number of areas that could still use improvement, but at this point the code seems committable. Teodor Sigaev and Oleg Bartunov, with considerable revisions by Tom Lane
-
- Nov 14, 2011
-
-
Tom Lane authored
Change range_before, range_after, range_adjacent to return false rather than throwing an error when one or both input ranges are empty. The original definition is unnecessarily difficult to use, and also can result in undesirable planner failures since the planner could try to compare an empty range to something else while deriving statistical estimates. (This was, in fact, the cause of repeatable regression test failures on buildfarm member jaguar, as well as intermittent failures elsewhere.) Also tweak rangetypes regression test to not drop all the objects it creates, so that the final state of the regression database contains some rangetype objects for pg_dump testing.
-
- Nov 03, 2011
-
-
Heikki Linnakangas authored
Selectivity estimation functions are missing for some range type operators, which is a TODO. Jeff Davis
-
- Apr 04, 2011
-
-
Alvaro Herrera authored
This improves compatibility with external toolchains, such as those used by some documentation translation tools. Gabriele Bartolini
-
- Feb 20, 2011
-
-
Tom Lane authored
This is both very useful in its own right, and an important test case for the core FDW support. This commit includes a small refactoring of copy.c to expose its option checking code as a separately callable function. The original patch submission duplicated hundreds of lines of that code, which seemed pretty unmaintainable. Shigeru Hanada, reviewed by Itagaki Takahiro and Tom Lane
-
Tom Lane authored
This commit provides the core code and documentation needed. A contrib module test case will follow shortly. Shigeru Hanada, Jan Urbanski, Heikki Linnakangas
-
- Feb 04, 2011
-
-
Robert Haas authored
src/pl/plpgsql/src/plerrcodes.h, src/include/utils/errcodes.h, and a big chunk of errcodes.sgml are now automatically generated from a single file, src/backend/utils/errcodes.txt. Jan Urbański, reviewed by Tom Lane.
-
- Jan 24, 2011
-
-
Robert Haas authored
This is still pretty rough - among other things, the documentation needs work, and the messages need a visit from the style police - but this gets the basic framework in place. KaiGai Kohei
-
- Jan 21, 2011
-
-
Bruce Momjian authored
-
- Nov 27, 2010
-
-
Robert Haas authored
KaiGai Kohei, with a few changes by me.
-
- Nov 23, 2010
-
-
Peter Eisentraut authored
-
- Nov 18, 2010
-
-
Robert Haas authored
KaiGai Kohei, with editing and markup fixes by me.
-
- Sep 23, 2010
-
-
Robert Haas authored
Windows is not necessarily 32-bit, any more. As suggested by Mike Toews.
-
- Sep 22, 2010
-
-
Magnus Hagander authored
for git. Change other references from cvs to git as well.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Sep 02, 2010
-
-
Tom Lane authored
-
- Jun 14, 2010
-
-
Simon Riggs authored
-
- May 12, 2010
-
-
Bruce Momjian authored
Add documentation. Supports migration from PG 8.3 and 8.4.
-
- Feb 22, 2010
-
-
Heikki Linnakangas authored
They used to be scattered between the "backup and restore" and "streaming replication" chapters.
-
- Feb 17, 2010
-
-
Tom Lane authored
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
-
- Nov 18, 2009
-
-
Tom Lane authored
strength of database passwords, and create a sample implementation of such a hook as a new contrib module "passwordcheck". Laurenz Albe, reviewed by Takahiro Itagaki
-
- Aug 18, 2009
-
-
Teodor Sigaev authored
-
Peter Eisentraut authored
-
- Jul 15, 2009
-
-
Peter Eisentraut authored
Set up proper makefile dependencies in the documentation build rules, especially around the HTML/index build. The problem we've had with all previous solutions is that we have used the same file name, such as HTML.index or bookindex.sgml, to mean different things at different stages of the build, and make can't distinguish that. The solution here is that the first jade run produces HTML.index, but does not require bookindex.sgml at all, and produces no other html output (the latter an idea from Alvaro). The second jade run includes bookindex.sgml, but does not recreate HTML.index. That way, when you change an sgml file, jade is run twice and at the end all dependencies are satisfied. Omitting the html output in the first stage also makes the full build a lot faster. When you run one of the print format targets, only the first jade run is run, then the print target-specific commands. If an HTML build has completed previously, the first jade run is skipped because the dependencies have already been satisfied. The draft and check targets for quick builds and syntax verification are still there.
-
- May 02, 2009
-
-
Tom Lane authored
as per my recent proposal. release.sgml itself is now just a stub that should change rarely; ideally, only once per major release to add a new include line. Most editing work will occur in the release-N.N.sgml files. To update a back branch for a minor release, just copy the appropriate release-N.N.sgml file(s) into the back branch. This commit doesn't change the end-product documentation at all, only the source layout. However, it makes it easy to start omitting ancient information from newer branches' documentation, should we ever decide to do that.
-
- Mar 26, 2009
-
-
Tom Lane authored
Teodor Sigaev and Oleg Bartunov
-
- Jan 04, 2009
-
-
Tom Lane authored
statistics. Takahiro Itagaki
-
- Nov 19, 2008
-
-
Tom Lane authored
slow-running queries. Takahiro Itagaki
-
- Jul 29, 2008
-
-
Tom Lane authored
David E. Wheeler
-
- Dec 03, 2007
-
-
Tom Lane authored
The spi documentation is pretty rudimentary, but it's a start.
-
- Dec 02, 2007
-
-
Tom Lane authored
to ensure that the resulting webpages have predictable URLs, instead of ever-changing numeric IDs. The new contrib docs were the biggest offender, but some old stuff had the problem too. Also, rename a couple of new contrib sgml files for consistency's sake.
-
Tom Lane authored
Albert Cervera i Areny
-
- Nov 14, 2007
-
-
Tom Lane authored
-
- Nov 11, 2007
-
-
Bruce Momjian authored
or will never be converted.
-
- Nov 01, 2007
-
-
Bruce Momjian authored
-
- Aug 21, 2007
-
-
Tom Lane authored
pages for the new SQL commands. I also committed Bruce's text search introductory chapter, as-is except for fixing some markup errors, so that there would be a place for the reference pages to link to.
-
- Nov 17, 2006
-
-
Bruce Momjian authored
-