| Commit message (Expand) | Author | Age |
* | log_error_verbosity is now LOGGING_WHAT category. | Tom Lane | 2010-02-17 |
* | Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and | Tom Lane | 2010-02-17 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Add query text to auto_explain output. | Andrew Dunstan | 2010-02-16 |
* | Move log_error_verbosity GUC setting to "What to log" section, and | Bruce Momjian | 2010-02-16 |
* | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian | 2010-02-16 |
* | Have SELECT and CREATE TABLE AS queries return a row count. While this | Bruce Momjian | 2010-02-16 |
* | Remove personal copyright now that file has been rewritten using | Bruce Momjian | 2010-02-16 |
* | Clarify documentation on the behavior of unnamed bind queries. | Bruce Momjian | 2010-02-16 |
* | revert to showing buffer counts in explain (buffers) | Greg Stark | 2010-02-16 |
* | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander | 2010-02-16 |
* | Fix typo in comment | Alvaro Herrera | 2010-02-15 |
* | Display explain buffers measurements in memory units rather than blocks. Also... | Greg Stark | 2010-02-15 |
* | Speed up CREATE DATABASE by deferring the fsyncs until after copying | Greg Stark | 2010-02-15 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Improve C comment about why we return "0 0" for some tags. | Bruce Momjian | 2010-02-13 |
* | Improvements to ps message of startup process during Hot Standby. | Simon Riggs | 2010-02-13 |
* | Fix relcache init file invalidation during Hot Standby for the case | Simon Riggs | 2010-02-13 |
* | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 |
* | Re-enable max_standby_delay = -1 using deadlock detection on startup | Simon Riggs | 2010-02-13 |
* | Introduce WAL records to log reuse of btree pages, allowing conflict | Simon Riggs | 2010-02-13 |
* | Tweak the order of processing of WITH clauses so that they are processed | Tom Lane | 2010-02-12 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | Reduce the chatter to the log when starting a standby server. Don't | Heikki Linnakangas | 2010-02-12 |
* | If primary_conninfo is not set, don't try to establish streaming | Heikki Linnakangas | 2010-02-12 |
* | Check for partial WAL files in standby mode. If restore_command restores | Heikki Linnakangas | 2010-02-12 |
* | Suppress uninitialized-variable warning. | Tom Lane | 2010-02-11 |
* | Fix typo bug in Hot Standby from recent refactoring. Bug introduced | Simon Riggs | 2010-02-11 |
* | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev | 2010-02-11 |
* | Now that streaming replication switches between streaming mode and | Heikki Linnakangas | 2010-02-10 |
* | Improve planner's choices about when to use hashing vs sorting for DISTINCT. | Tom Lane | 2010-02-10 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas | 2010-02-09 |
* | Typo fix, per Thom Brown | Magnus Hagander | 2010-02-09 |
* | Define the value for in6addr_any on MingW, since it provides the struct | Magnus Hagander | 2010-02-09 |
* | Allow free space map vacuuming to be interrupted. | Tom Lane | 2010-02-09 |
* | Rearrange lazy-vacuum code a little bit to reduce the window between | Tom Lane | 2010-02-09 |
* | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 |
* | Remove obsolete comment about 'fsm' argument, which isn't an argument | Heikki Linnakangas | 2010-02-08 |
* | Fix serious performance bug in new implementation of VACUUM FULL: | Tom Lane | 2010-02-08 |
* | Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary | Bruce Momjian | 2010-02-08 |
* | Remove piece of code to zero out minRecoveryPoint when starting crash | Heikki Linnakangas | 2010-02-08 |
* | Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was | Tom Lane | 2010-02-08 |
* | Remove some more dead VACUUM-FULL-only code. | Tom Lane | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 |
* | Looks like we need #include <sys/stat.h> here on some | Tom Lane | 2010-02-07 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Document that archive_timeout will force new WAL files even if a single | Bruce Momjian | 2010-02-05 |
* | Add C comment about process_settings() setting order. | Bruce Momjian | 2010-02-05 |