summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-06-03On clean shutdown during recovery, don't warn about possible corruption.Robert Haas
2010-06-02Fix obsolete comments that I neglected to update in a previous patch.Heikki Linnakangas
2010-06-01Show schema name for REINDEX.Bruce Momjian
2010-05-31Send all outstanding WAL before exiting when smart shutdown is requested.Heikki Linnakangas
2010-05-30Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-29Add C comment that we will have to remove an exclusion constraint checkBruce Momjian
2010-05-28Fix oversight in the previous patch that made LIKE throw error for \ at theTom Lane
2010-05-28Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane
2010-05-28Rejigger mergejoin logic so that a tuple with a null in the first merge columnTom Lane
2010-05-27Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane
2010-05-27Make CREATE INDEX run expression preprocessing on a proposed index expressionTom Lane
2010-05-27Avoid starting walreceiver in states where it shouldn't be running.Robert Haas
2010-05-27Adjust comment to reflect that we now have Hot Standby. Pointed out byHeikki Linnakangas
2010-05-26Thinko in previous commit: ensure that MAX_SEND_SIZE is always greaterHeikki Linnakangas
2010-05-26In walsender, don't sleep if there's outstanding WAL waiting to be sent,Heikki Linnakangas
2010-05-26Fix bogus error message for SSL-cert authentication, due to lack ofTom Lane
2010-05-26HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs
2010-05-26The message style police pay a visit to hba.c.Tom Lane
2010-05-26Minor editorialization for be-secure.c: fix comments and some formattingTom Lane
2010-05-26Tell openssl to include the names of the root certs the server trusts inTom Lane
2010-05-26More fixes for shutdown during recovery.Robert Haas
2010-05-25Fix oversight in construction of sort/unique plans for UniquePaths.Tom Lane
2010-05-23Fix oversight in join removal patch: we have to delete the removed relationTom Lane
2010-05-15Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas
2010-05-15Fix bug in processing of checkpoint time for max_standby_delay. LatestSimon Riggs
2010-05-14We now accept read-only connections in state PM_RECOVERY_CONSISTENT.Robert Haas
2010-05-14Remove CRs.Itagaki Takahiro
2010-05-14Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs
2010-05-13Translation updatePeter Eisentraut
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-05-13Ensure that top level aborts call XLogSetAsyncCommit(). Not doingSimon Riggs
2010-05-13Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs
2010-05-12Update comment about why postmaster doesn't get an icon.Bruce Momjian
2010-05-12Remove Makefile PGFILEDESC tag that the postmaster is an executable.Bruce Momjian
2010-05-12Give most recovery conflict errors a retryable error code. From recentSimon Riggs
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-05-11Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane
2010-05-11Fix incorrect patch that removed permission checks on inheritance childTom Lane
2010-05-11Set per-function GUC settings during validating the function.Itagaki Takahiro
2010-05-10When adding a "target IS NOT NULL" indexqual to the plan for an index-optimizedTom Lane
2010-05-09Fix missing static declaration for XLogRead().Tom Lane
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-03Need to hold ControlFileLock while updating control file. UpdateHeikki Linnakangas
2010-05-02Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.Tom Lane
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