| Commit message (Expand) | Author | Age |
* | Correct some errors and do some SGML police work on the reference pages | Neil Conway | 2006-04-02 |
* | Minor improvement to DROP TABLE reference page. | Neil Conway | 2006-04-02 |
* | Add recent /port/qsort comparison discussion. | Bruce Momjian | 2006-04-02 |
* | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane | 2006-03-30 |
* | Suppress attempts to report dropped tables to the stats collector from a | Tom Lane | 2006-03-30 |
* | Fix bad SQL, per Stefan Kaltenbrunner. | Andrew Dunstan | 2006-03-30 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane | 2006-03-29 |
* | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane | 2006-03-28 |
* | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane | 2006-03-28 |
* | Comments in IndexBuildHeapScan describe the indexing of recently-dead | Tom Lane | 2006-03-24 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 |
* | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Improve performance of our private version of qsort. Per recent testing, | Tom Lane | 2006-03-21 |
* | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway | 2006-03-21 |
* | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera | 2006-03-21 |
* | Fix psql history handling: | Bruce Momjian | 2006-03-21 |
* | Update comment that pgNotify.be_pid is pid of the notifying server process. | Bruce Momjian | 2006-03-20 |
* | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 |
* | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane | 2006-03-19 |
* | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 |
* | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 |
* | Document long names for format options (plain, tar, custom). They already | Peter Eisentraut | 2006-03-17 |
* | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes | 2006-03-17 |
* | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane | 2006-03-16 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Fix typo in pgcvslog, used == instead of =. | Bruce Momjian | 2006-03-15 |
* | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane | 2006-03-14 |
* | Missed this file in previous commit :-( | Tom Lane | 2006-03-14 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 |
* | Remove Christof Petig copyright. He already approved removal from an | Bruce Momjian | 2006-03-11 |
* | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway | 2006-03-11 |
* | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane | 2006-03-10 |
* | Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem | Tom Lane | 2006-03-10 |
* | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 |
* | Remove unintened change to pg_proc.h. | Bruce Momjian | 2006-03-10 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Fix order of linking of libxslt and libxml2, per Dave Page. | Tom Lane | 2006-03-10 |
* | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane | 2006-03-10 |
* | Remove Jan Wieck's name from copyrights, and put in standard | Bruce Momjian | 2006-03-09 |
* | Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT. | Tom Lane | 2006-03-08 |
* | Remove Christof Petig copyright on include file, per author request. | Bruce Momjian | 2006-03-08 |
* | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 |
* | Update pltcl expected file for E''. | Bruce Momjian | 2006-03-08 |