summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-16Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
2015-01-16Update "pg_regress --no-locale" for Darwin and Windows.Noah Misch
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-15Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-15Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-14Remove duplicate specification of -Ae for HP-UX C compiler.Tom Lane
2015-01-13Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund
2015-01-13Spell the X072 feature correctly, was missing "with".Heikki Linnakangas
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-13Allow latches to wait for socket writability without waiting for readability.Andres Freund
2015-01-13Fix typos in comment.Heikki Linnakangas
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-12Avoid unexpected slowdown in vacuum regression test.Tom Lane
2015-01-12Tweak heapam's rmgr desc output slightlyAlvaro Herrera
2015-01-12Fix get_object_address argument type for extension statementAlvaro Herrera
2015-01-12Use correct text domain for errcontext() appearing within ereport().Tom Lane
2015-01-12Skip dead backends in MinimumActiveBackendsStephen Frost
2015-01-11Fix portability breakage in pg_dump.Tom Lane
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-11Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund
2015-01-11Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.Andres Freund
2015-01-09Fix typo in execMain.cStephen Frost
2015-01-09xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera
2015-01-08Move rowsecurity event trigger testStephen Frost
2015-01-08Remove comment that was intended to have been removed before commit.Andres Freund
2015-01-08Move comment about sun cc's __machine_rw_barrier being a full barrier.Andres Freund
2015-01-08Fix logging of pages skipped due to pins during vacuum.Andres Freund
2015-01-08On Darwin, refuse postmaster startup when multithreaded.Noah Misch
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-08Always set the six locale category environment variables in main().Noah Misch
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2015-01-07Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas
2015-01-07Fix namespace handling in xpath functionPeter Eisentraut
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-06Document that Perl's Tie might add a trailing newlineBruce Momjian
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2015-01-06Clarify which files need manual copyright updatesBruce Momjian
2015-01-06Simplify post-copyright update instructions.Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-06Fix broken pg_dump code for dumping comments on event triggers.Tom Lane
2015-01-05Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund
2015-01-05Fix typo in comment.Fujii Masao