summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-05-02Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-05-01Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane
2010-04-30Fix handling of b-tree reuse WAL records when hot standby is disabled,Heikki Linnakangas
2010-04-29Adjust error checks in pg_start_backup and pg_stop_backup to make it possibleTom Lane
2010-04-29Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane
2010-04-28Modify information_schema._pg_keysequal() to avoid search path risk whenTom Lane
2010-04-28Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-28Modify the built-in text search parser to handle URLs more nearly accordingTom Lane
2010-04-28Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.Tom Lane
2010-04-28Replace the KnownAssignedXids hash table with a sorted-array data structure,Tom Lane
2010-04-27If a base backup is cancelled by server shutdown or crash, throw an errorHeikki Linnakangas
2010-04-26Add missing newlines in WPARSER_TRACE output.Tom Lane
2010-04-26Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian
2010-04-26Add comments about why we set LC_CTYPE in WIN32 for time when we don'tBruce Momjian
2010-04-26When we're restricting who can connect, don't allow new walsenders.Robert Haas
2010-04-24Add C comments for recent to_char('L') fix for Win32.Bruce Momjian
2010-04-24Patch revoked because of objections.Simon Riggs
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-23Add missing optimizer hooks for function cost and number of rows.Simon Riggs
2010-04-23Previous patch revoked following objections.Simon Riggs
2010-04-23Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs
2010-04-22Fix message punctuationPeter Eisentraut
2010-04-22Optimise btree delete processing when no active backends.Simon Riggs
2010-04-22Further reductions in Hot Standby conflict processing. TheseSimon Riggs
2010-04-22Fix encoding issue when lc_monetary or lc_numeric are different encodingItagaki Takahiro
2010-04-21Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, ratherTom Lane
2010-04-21Only send cleanup_info messages if VACUUM removes any tuples.Simon Riggs
2010-04-21Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs
2010-04-21Fix oversight in collecting values for cleanup_info records.Simon Riggs
2010-04-21Fix pg_hba.conf matching so that replication connections only match recordsTom Lane
2010-04-21Move the check for whether walreceiver has authenticated as a superuserTom Lane
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-04-20Fix code that doesn't work on machines with strict alignment requirements:Tom Lane
2010-04-20Rename standby_keep_segments to wal_keep_segments.Robert Haas
2010-04-20Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane
2010-04-19Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs
2010-04-19Check RecoveryInProgress() while holding ProcArrayLock during snapshots.Simon Riggs
2010-04-19Fix uninitialized local variables. Not sure why gcc doesn't complain aboutTom Lane
2010-04-19Add wrapper function libpqrcv_PQexec() in the walreceiver that uses asyncMagnus Hagander
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-18Improve sequence and sense of messages from pg_stop_backup().Simon Riggs
2010-04-18Remove some additional changes in previous commit that belong elsewhere.Simon Riggs
2010-04-18Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs
2010-04-16On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas
2010-04-16In standby mode, suppress repeated LOG messages about a corrupt record,Heikki Linnakangas
2010-04-15Update XML features listPeter Eisentraut
2010-04-15Doc change: effect -> affect, per Robert HaasBruce Momjian
2010-04-14Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane