summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-18Fix regression tests to match error message changeAndrew Dunstan
2010-05-17Follow up a visit from the style police.Andrew Dunstan
2010-05-15Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane
2010-05-15Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas
2010-05-15Spell __NetBSD__ the same way everywhere. Per Giles Lean.Tom Lane
2010-05-15Use __bsdi__ consistently.Bruce Momjian
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-13Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane
2010-05-13Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Translation updatePeter Eisentraut
2010-05-13Properly support multi-line entires (such as OBJS=) when buildingMagnus Hagander
2010-05-13Avoid error from mkdir if no languages are to be installedPeter Eisentraut
2010-05-13Add missing library and include support for pg_upgrade to MSVC build system.Andrew Dunstan
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-11Update time zone data files to tzdata release 2010j: DST law changes inTom Lane
2010-05-11Add PKST to the default set of timezone abbreviations.Tom Lane
2010-05-11Change typedef for rb_appendator to avoid conflict with C++ reserved words.Robert Haas
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-09Suppress signed-vs-unsigned-char warning.Tom 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-07ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes
2010-05-06On Linux, use --enable-new-dtags when specifying -rpath to linker.Tom Lane
2010-05-06Code page for EUC-KR is surely 51949.Itagaki Takahiro
2010-05-05Fix psql to not go into infinite recursion when expanding a variable thatTom 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-02Update standbycheck test output with new ERROR message changes. No changesSimon Riggs
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-05-01Fix leakage of proc-related storage in plpython's inline handler.Tom Lane
2010-04-30Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane
2010-04-30Fix a couple of places where the result of fgets() wasn't checked.Tom Lane
2010-04-30Fix handling of b-tree reuse WAL records when hot standby is disabled,Heikki Linnakangas