summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-13Remove some dead IsUnderPostmaster code in bootstrap.c.HEADmasterAndres Freund
2015-01-13Commonalize process startup code.Andres Freund
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-10docs: improve CREATE TRIGGER defer options listBruce Momjian
2015-01-09pg_upgrade: fix one-byte per empty db memory leakBruce Momjian
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-07docs: Reword CREATE POLICY documentation.Robert Haas
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
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2015-01-04Add error handling for failing fstat() calls in copy.c.Andres Freund
2015-01-04Correctly handle test durations of more than 2147s in pg_test_timing.Andres Freund
2015-01-04Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund
2015-01-04Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund
2015-01-04Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund
2015-01-04Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund