| Commit message (Expand) | Author | Age |
* | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 |
* | Cause the archiver process to adopt new postgresql.conf settings (particularly | Tom Lane | 2010-05-11 |
* | Fix incorrect patch that removed permission checks on inheritance child | Tom Lane | 2010-05-11 |
* | Set per-function GUC settings during validating the function. | Itagaki Takahiro | 2010-05-11 |
* | When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized | Tom Lane | 2010-05-10 |
* | Fix missing static declaration for XLogRead(). | Tom Lane | 2010-05-09 |
* | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | Need to hold ControlFileLock while updating control file. Update | Heikki Linnakangas | 2010-05-03 |
* | Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. | Tom Lane | 2010-05-02 |
* | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane | 2010-05-02 |
* | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 |
* | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane | 2010-05-01 |
* | Fix handling of b-tree reuse WAL records when hot standby is disabled, | Heikki Linnakangas | 2010-04-30 |
* | Adjust error checks in pg_start_backup and pg_stop_backup to make it possible | Tom Lane | 2010-04-29 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Modify information_schema._pg_keysequal() to avoid search path risk when | Tom Lane | 2010-04-28 |
* | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Modify the built-in text search parser to handle URLs more nearly according | Tom Lane | 2010-04-28 |
* | Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. | Tom Lane | 2010-04-28 |
* | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane | 2010-04-28 |
* | If a base backup is cancelled by server shutdown or crash, throw an error | Heikki Linnakangas | 2010-04-27 |
* | Add missing newlines in WPARSER_TRACE output. | Tom Lane | 2010-04-26 |
* | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian | 2010-04-26 |
* | Add comments about why we set LC_CTYPE in WIN32 for time when we don't | Bruce Momjian | 2010-04-26 |
* | When we're restricting who can connect, don't allow new walsenders. | Robert Haas | 2010-04-26 |
* | Add C comments for recent to_char('L') fix for Win32. | Bruce Momjian | 2010-04-24 |
* | Patch revoked because of objections. | Simon Riggs | 2010-04-24 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 |
* | Add missing optimizer hooks for function cost and number of rows. | Simon Riggs | 2010-04-23 |
* | Previous patch revoked following objections. | Simon Riggs | 2010-04-23 |
* | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs | 2010-04-23 |
* | Fix message punctuation | Peter Eisentraut | 2010-04-22 |
* | Optimise btree delete processing when no active backends. | Simon Riggs | 2010-04-22 |
* | Further reductions in Hot Standby conflict processing. These | Simon Riggs | 2010-04-22 |
* | Fix encoding issue when lc_monetary or lc_numeric are different encoding | Itagaki Takahiro | 2010-04-22 |
* | Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather | Tom Lane | 2010-04-21 |
* | Only send cleanup_info messages if VACUUM removes any tuples. | Simon Riggs | 2010-04-21 |
* | Relax locking during GetCurrentVirtualXIDs(). Earlier improvements | Simon Riggs | 2010-04-21 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 |
* | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane | 2010-04-21 |
* | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane | 2010-04-21 |
* | Arrange for client authentication to occur before we select a specific | Tom Lane | 2010-04-20 |
* | Fix code that doesn't work on machines with strict alignment requirements: | Tom Lane | 2010-04-20 |
* | Rename standby_keep_segments to wal_keep_segments. | Robert Haas | 2010-04-20 |
* | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane | 2010-04-20 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 |
* | Check RecoveryInProgress() while holding ProcArrayLock during snapshots. | Simon Riggs | 2010-04-19 |
* | Fix uninitialized local variables. Not sure why gcc doesn't complain about | Tom Lane | 2010-04-19 |