aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane2010-02-01
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Fix memory leak created by deferrable-index-constraints patches.Tom Lane2010-01-31
* Make checks for invalid pgStatSock use PGINVALID_SOCKETMagnus Hagander2010-01-31
* Get rid of unportable use of socklen_t --- we have a configure testTom Lane2010-01-31
* Fix race condition in win32 signal handling.Magnus Hagander2010-01-31
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-30
* Fix some comments that got mangled by pgindent.Tom Lane2010-01-30
* Adjust GetLockConflicts() so that it uses TopMemoryContext whenSimon Riggs2010-01-29
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* Fix command tag for ALTER LARGE OBJECT.Itagaki Takahiro2010-01-29
* Type table featurePeter Eisentraut2010-01-28
* Fix crashing bug at the end of recovery in Streaming Replication, whenHeikki Linnakangas2010-01-28
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-28
* Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeatedSimon Riggs2010-01-28
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-28
* Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas2010-01-27
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-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
* 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