| Commit message (Expand) | Author | Age |
... | |
* | Fix plperl.sgml errors from recent commit. | Andrew Dunstan | 2010-01-27 |
* | Various small improvements and cleanups for PL/Perl. | Andrew Dunstan | 2010-01-26 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 |
* | Un-break initdb logic for commenting out IPv6 pg_hba.conf line. | Tom Lane | 2010-01-26 |
* | Remove tabs in SGML. | Bruce Momjian | 2010-01-26 |
* | Added test case that was part of Zoltan's patch but apparently wasn't part of... | Michael Meskes | 2010-01-26 |
* | Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new f... | Michael Meskes | 2010-01-26 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs... | Michael Meskes | 2010-01-26 |
* | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut | 2010-01-26 |
* | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut | 2010-01-26 |
* | Fix longstanding gripe that we check for 0000000001.history at start of | Simon Riggs | 2010-01-26 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Add note that PREPARE TRANSACTION is for transaction managers, not | Heikki Linnakangas | 2010-01-25 |
* | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane | 2010-01-25 |
* | Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore | Joe Conway | 2010-01-24 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | Add missing closing tag. | Magnus Hagander | 2010-01-24 |
* | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that | Tom Lane | 2010-01-23 |
* | Add explanatory detail to Hot Standby cancelation error messages | Simon Riggs | 2010-01-23 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Revert mention that HTML documentation has to be built first. | Bruce Momjian | 2010-01-22 |
* | Fix mismatched tags introduced by attribute options patch. | Robert Haas | 2010-01-22 |
* | Fix several oversights in previous commit - attribute options patch. | Robert Haas | 2010-01-22 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | Document that the HTML documentation must be built before the PDF | Bruce Momjian | 2010-01-22 |
* | PL/Python DO handler | Peter Eisentraut | 2010-01-22 |
* | Make argument const char * as per Takahiro Itagaki's suggestion. | Michael Meskes | 2010-01-22 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p... | Michael Meskes | 2010-01-22 |
* | Fix unsafe loop test, and declare as_ident as bool rather than int. | Robert Haas | 2010-01-21 |
* | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas | 2010-01-21 |
* | Add missing flag reset to ensure subsequent manual cancelation gives correct ... | Simon Riggs | 2010-01-21 |
* | Fix bogus comments. | Heikki Linnakangas | 2010-01-21 |
* | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro | 2010-01-21 |
* | Better internal documentation of locking for Hot Standby conflict resolution. | Simon Riggs | 2010-01-21 |
* | Well, the systemtap guys moved the goalposts again: with the latest version, | Tom Lane | 2010-01-20 |
* | Add user-specific .pg_service.conf file | Peter Eisentraut | 2010-01-20 |
* | Fix bogus subdir setting. Again. I must've unfixed it by accident while | Heikki Linnakangas | 2010-01-20 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | Now that much of walreceiver has been pulled back into the postgres | Heikki Linnakangas | 2010-01-20 |
* | Add missing "!= NULL", for the sake of consistency. | Heikki Linnakangas | 2010-01-20 |
* | Adjust windows makefiles too, now that the walreceiver dynamic module | Heikki Linnakangas | 2010-01-20 |
* | Adjust MSVC build script too, now that the walreceiver dynamic module | Heikki Linnakangas | 2010-01-20 |
* | Rethink the way walreceiver is linked into the backend. Instead than shoving | Heikki Linnakangas | 2010-01-20 |
* | Before attempting to create a composite type, check whether a type of that | Peter Eisentraut | 2010-01-20 |
* | Fix typo in Mkvcbuild.pl | Andrew Dunstan | 2010-01-20 |
* | Build plperl's new Util.xs | Andrew Dunstan | 2010-01-20 |
* | Fix doc build, which was broken by PL/perl utility functions patch. | Robert Haas | 2010-01-20 |
* | Add utility functions to PLPerl: | Andrew Dunstan | 2010-01-20 |
* | Reformat documentation of libpq escaping functions. | Robert Haas | 2010-01-20 |
* | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane | 2010-01-19 |