| Age | Commit message (Expand) | Author |
| 2010-01-29 | Adjust GetLockConflicts() so that it uses TopMemoryContext when | Simon Riggs |
| 2010-01-29 | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs |
| 2010-01-29 | Allow psql variables to be interpolated with literal or identifier escaping. | Robert Haas |
| 2010-01-29 | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs |
| 2010-01-29 | Changed ECPG outofscope handling to always print out statements in the same o... | Michael Meskes |
| 2010-01-29 | Fixed a few typos in ecpg. Two were in comments, the third made a log output ... | Michael Meskes |
| 2010-01-29 | Fix command tag for ALTER LARGE OBJECT. | Itagaki Takahiro |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-28 | Fix bug found by warning from recent gcc. patch from Tim Bunce. | Andrew Dunstan |
| 2010-01-28 | Fix crashing bug at the end of recovery in Streaming Replication, when | Heikki Linnakangas |
| 2010-01-28 | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander |
| 2010-01-28 | Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm | Magnus Hagander |
| 2010-01-28 | Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated | Simon Riggs |
| 2010-01-28 | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas |
| 2010-01-28 | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway |
| 2010-01-27 | Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. | Heikki Linnakangas |
| 2010-01-27 | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas |
| 2010-01-27 | Add support for RADIUS authentication. | Magnus Hagander |
| 2010-01-26 | 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 | Added test case that was part of Zoltan's patch but apparently wasn't part of... | 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-25 | 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-24 | Fix assorted core dumps and Assert failures that could occur during | Tom Lane |
| 2010-01-23 | 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-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 | 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-21 | 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-20 | 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 |