| Commit message (Expand) | Author | Age |
... | |
* | Revert "Use "transient" files for blind writes, take 2". | Tom Lane | 2012-10-17 |
* | Split up process latch initialization for more-fail-soft behavior. | Tom Lane | 2012-10-14 |
* | Make equal() ignore CoercionForm fields for better planning with casts. | Tom Lane | 2012-10-12 |
* | Fix cross-type case in partial row matching for hashed subplans. | Tom Lane | 2012-10-11 |
* | Fix PGXS support for building loadable modules on AIX. | Tom Lane | 2012-10-09 |
* | Say ANALYZE, not VACUUM, in error message on analyze in hot standby. | Heikki Linnakangas | 2012-10-08 |
* | Fix typo in comment, and reword it slightly while we're at it. | Heikki Linnakangas | 2012-10-04 |
* | Avoid planner crash/Assert failure with joins to unflattened subqueries. | Tom Lane | 2012-10-03 |
* | REASSIGN OWNED: consider grants on tablespaces, too | Alvaro Herrera | 2012-10-03 |
* | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 |
* | Fix access past end of string in date parsing. | Heikki Linnakangas | 2012-10-02 |
* | Fix tar files emitted by pg_basebackup to be POSIX conformant. | Tom Lane | 2012-09-28 |
* | Fix btmarkpos/btrestrpos to handle array keys. | Tom Lane | 2012-09-27 |
* | Have pg_terminate/cancel_backend not ERROR on non-existent processes | Alvaro Herrera | 2012-09-27 |
* | Put back AcceptInvalidationMessages calls in heap_openrv(_extended). | Tom Lane | 2012-09-19 |
* | Fix planning of btree index scans using ScalarArrayOpExpr quals. | Tom Lane | 2012-09-18 |
* | Fix array_typanalyze to work for domains over arrays. | Tom Lane | 2012-09-18 |
* | Rethink heuristics for choosing index quals for parameterized paths. | Tom Lane | 2012-09-16 |
* | Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. | Simon Riggs | 2012-09-16 |
* | Properly set relpersistence for fake relcache entries. | Robert Haas | 2012-09-14 |
* | Fix case of window function + aggregate + GROUP BY expression. | Tom Lane | 2012-09-13 |
* | Fix a couple other leftover uses of 'conisonly' terminology. | Tom Lane | 2012-09-12 |
* | Fix logical errors in tsquery selectivity estimation for prefix queries. | Tom Lane | 2012-09-11 |
* | Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. | Tom Lane | 2012-09-07 |
* | Translation updates | Peter Eisentraut | 2012-09-06 |
* | Fix WAL file replacement during cascading replication on Windows. | Heikki Linnakangas | 2012-09-05 |
* | Fix inappropriate error messages for Hot Standby misconfiguration errors. | Tom Lane | 2012-09-05 |
* | Fix compiler warnings about unused variables, caused by my previous commit. | Heikki Linnakangas | 2012-09-04 |
* | Fix bugs in cascading replication with recovery_target_timeline='latest' | Heikki Linnakangas | 2012-09-04 |
* | Fix serializable mode with index-only scans. | Kevin Grittner | 2012-09-04 |
* | Make configure probe for mbstowcs_l as well as wcstombs_l. | Tom Lane | 2012-08-31 |
* | Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. | Tom Lane | 2012-08-30 |
* | Add missing period to detail message. | Robert Haas | 2012-08-30 |
* | Fix DROP INDEX CONCURRENTLY IF EXISTS. | Tom Lane | 2012-08-27 |
* | Fix issues with checks for unsupported transaction states in Hot Standby. | Tom Lane | 2012-08-24 |
* | Translation updates | Peter Eisentraut | 2012-08-23 |
* | Fix cascading privilege revoke to notice when privileges are still held. | Tom Lane | 2012-08-23 |
* | Check LIBXML_VERSION instead of testing in configure script. | Tom Lane | 2012-08-17 |
* | Allow create_index_paths() to consider multiple join bitmapscan paths. | Tom Lane | 2012-08-16 |
* | Fix GiST buffering build bug, which caused "failed to re-find parent" errors. | Heikki Linnakangas | 2012-08-16 |
* | Fix rescan logic in nodeCtescan. | Tom Lane | 2012-08-15 |
* | Disallow extensions from owning the schema they are assigned to. | Tom Lane | 2012-08-15 |
* | Resurrect the "last ditch" code path in join_search_one_level(). | Tom Lane | 2012-08-15 |
* | Prevent access to external files/URLs via XML entity references. | Tom Lane | 2012-08-14 |
* | Translation updates | Peter Eisentraut | 2012-08-14 |
* | Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. | Tom Lane | 2012-08-11 |
* | Fix upper limit of superuser_reserved_connections, add limit for wal_senders | Magnus Hagander | 2012-08-10 |
* | Turn off WalSender keepalives by default, users can enable if desired | Simon Riggs | 2012-08-09 |
* | Ensure all replication message info is available and correct via WalRcv | Simon Riggs | 2012-08-09 |
* | Force archive_status of .done for xlogs created by dearchival/replication. | Simon Riggs | 2012-08-08 |