aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas2010-02-12
* If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas2010-02-12
* Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas2010-02-12
* Suppress uninitialized-variable warning.Tom Lane2010-02-11
* Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs2010-02-11
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Now that streaming replication switches between streaming mode andHeikki Linnakangas2010-02-10
* Improve planner's choices about when to use hashing vs sorting for DISTINCT.Tom Lane2010-02-10
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas2010-02-09
* Typo fix, per Thom BrownMagnus Hagander2010-02-09
* Define the value for in6addr_any on MingW, since it provides the structMagnus Hagander2010-02-09
* Allow free space map vacuuming to be interrupted.Tom Lane2010-02-09
* Rearrange lazy-vacuum code a little bit to reduce the window betweenTom Lane2010-02-09
* Create an official API function for C functions to use to check if they areTom Lane2010-02-08
* Remove obsolete comment about 'fsm' argument, which isn't an argumentHeikki Linnakangas2010-02-08
* Fix serious performance bug in new implementation of VACUUM FULL:Tom Lane2010-02-08
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-08
* Remove piece of code to zero out minRecoveryPoint when starting crashHeikki Linnakangas2010-02-08
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-08
* Remove some more dead VACUUM-FULL-only code.Tom Lane2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-07
* Looks like we need #include <sys/stat.h> here on someTom Lane2010-02-07
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Document that archive_timeout will force new WAL files even if a singleBruce Momjian2010-02-05
* Add C comment about process_settings() setting order.Bruce Momjian2010-02-05
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-03
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-03
* Fix unwarranted assumption that a cached rowtype would stick aroundTom Lane2010-02-03
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane2010-02-02
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-02
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-02
* Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas2010-02-02
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-01
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* 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