aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-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
* 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
* 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
* 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
* Add missing "!= NULL", for the sake of consistency.Heikki 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 thinko in my recent change to put an explicit argisrow field in NullTest:Tom Lane2010-01-19
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-19
* Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane2010-01-19
* Cast slightly abused enum to int, so that GCC 4.5 won't warn about switchPeter Eisentraut2010-01-18
* Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert anTom Lane2010-01-18
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-18
* Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane2010-01-18
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Remove unnecessary, inconsistent flag resets in ProcessInterrupts.Tom Lane2010-01-17
* Fix unportable use of isxdigit() with char (rather than unsigned char)Tom Lane2010-01-16
* Fix bogus initialization of KnownAssignedXids shared memory state ---Tom Lane2010-01-16
* Lock database while running drop database in Hot Standby to protectSimon Riggs2010-01-16
* Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs2010-01-16
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Add #include <sys/time.h> for struct timeval definition on BSD/OS.Bruce Momjian2010-01-16
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* No, scratch that, it was getting added twice.Tom Lane2010-01-15
* Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ...Tom Lane2010-01-15
* Fix bogus subdir setting ... wonder just what that affects ...Tom Lane2010-01-15
* Remove unused (in non-assertion-enabled build) variable.Heikki Linnakangas2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* When loading critical system indexes into the relcache, ensure we lock theTom Lane2010-01-13
* Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane2010-01-13
* Make fixed_paramref_hook behave properly when there are 'unused' slotsTom Lane2010-01-13
* Fix relcache reload mechanism to be more robust in the face of errorsTom Lane2010-01-12
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Fix aclexplode to not explode on a zero-entry ACL array.Tom Lane2010-01-12
* Add some simple support and documentation for using process-specific oom_adjTom Lane2010-01-11
* Improve ExecEvalVar's handling of whole-row variables in cases where theTom Lane2010-01-11
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10