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