| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix unportable use of isxdigit() with char (rather than unsigned char) | Tom Lane | 2010-01-16 |
* | Fix bogus initialization of KnownAssignedXids shared memory state --- | Tom Lane | 2010-01-16 |
* | Lock database while running drop database in Hot Standby to protect | Simon Riggs | 2010-01-16 |
* | Message mentions msec when it should be seconds, so use s instead of ms. | Simon Riggs | 2010-01-16 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | Add #include <sys/time.h> for struct timeval definition on BSD/OS. | Bruce Momjian | 2010-01-16 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | No, scratch that, it was getting added twice. | Tom Lane | 2010-01-15 |
* | Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... | Tom Lane | 2010-01-15 |
* | Fix bogus subdir setting ... wonder just what that affects ... | Tom Lane | 2010-01-15 |
* | Remove unused (in non-assertion-enabled build) variable. | Heikki Linnakangas | 2010-01-15 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | When loading critical system indexes into the relcache, ensure we lock the | Tom Lane | 2010-01-13 |
* | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane | 2010-01-13 |
* | Make fixed_paramref_hook behave properly when there are 'unused' slots | Tom Lane | 2010-01-13 |
* | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane | 2010-01-12 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | Fix aclexplode to not explode on a zero-entry ACL array. | Tom Lane | 2010-01-12 |
* | Add some simple support and documentation for using process-specific oom_adj | Tom Lane | 2010-01-11 |
* | Improve ExecEvalVar's handling of whole-row variables in cases where the | Tom Lane | 2010-01-11 |
* | During Hot Standby, fix drop database when sessions idle. | Simon Riggs | 2010-01-10 |