aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* log_error_verbosity is now LOGGING_WHAT category.Tom Lane2010-02-17
* Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ andTom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian2010-02-16
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-16
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-16
* Remove personal copyright now that file has been rewritten usingBruce Momjian2010-02-16
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-16
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-16
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Fix typo in commentAlvaro Herrera2010-02-15
* Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark2010-02-15
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Improve C comment about why we return "0 0" for some tags.Bruce Momjian2010-02-13
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-13
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Tweak the order of processing of WITH clauses so that they are processedTom Lane2010-02-12
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* 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