| Commit message (Expand) | Author | Age |
* | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane | 2010-02-01 |
* | Detect early deadlock in Hot Standby when Startup is already waiting. First | Simon Riggs | 2010-01-31 |
* | Fix memory leak created by deferrable-index-constraints patches. | Tom Lane | 2010-01-31 |
* | Make checks for invalid pgStatSock use PGINVALID_SOCKET | Magnus Hagander | 2010-01-31 |
* | Get rid of unportable use of socklen_t --- we have a configure test | Tom Lane | 2010-01-31 |
* | Fix race condition in win32 signal handling. | Magnus Hagander | 2010-01-31 |
* | Avoid performing encoding conversion on command tag strings during EndCommand. | Tom Lane | 2010-01-30 |
* | Fix some comments that got mangled by pgindent. | Tom Lane | 2010-01-30 |
* | 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 |
* | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs | 2010-01-29 |
* | Fix command tag for ALTER LARGE OBJECT. | Itagaki Takahiro | 2010-01-29 |
* | Type table feature | Peter Eisentraut | 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 |
* | 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 |
* | 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-27 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 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 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add missing "!= NULL", for the sake of consistency. | 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 thinko in my recent change to put an explicit argisrow field in NullTest: | Tom Lane | 2010-01-19 |
* | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 |
* | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane | 2010-01-19 |
* | Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch | Peter Eisentraut | 2010-01-18 |
* | Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an | Tom Lane | 2010-01-18 |
* | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev | 2010-01-18 |
* | Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list | Tom Lane | 2010-01-18 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Remove unnecessary, inconsistent flag resets in ProcessInterrupts. | Tom Lane | 2010-01-17 |