aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund2015-01-14
* Spell the X072 feature correctly, was missing "with".Heikki Linnakangas2015-01-13
* Silence Coverity warnings about unused return values from pushJsonbValue()Heikki Linnakangas2015-01-13
* Add barriers to the latch code.Andres Freund2015-01-13
* Allow latches to wait for socket writability without waiting for readability.Andres Freund2015-01-13
* Fix typos in comment.Heikki Linnakangas2015-01-13
* Fix some functions that were declared static then defined not-static.Tom Lane2015-01-12
* Avoid unexpected slowdown in vacuum regression test.Tom Lane2015-01-12
* Tweak heapam's rmgr desc output slightlyAlvaro Herrera2015-01-12
* Fix get_object_address argument type for extension statementAlvaro Herrera2015-01-12
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-12
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* Fix portability breakage in pg_dump.Tom Lane2015-01-11
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund2015-01-11
* Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.Andres Freund2015-01-11
* docs: improve CREATE TRIGGER defer options listBruce Momjian2015-01-09
* pg_upgrade: fix one-byte per empty db memory leakBruce Momjian2015-01-09
* Fix typo in execMain.cStephen Frost2015-01-09
* xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera2015-01-09
* Move rowsecurity event trigger testStephen Frost2015-01-08
* Remove comment that was intended to have been removed before commit.Andres Freund2015-01-08
* Move comment about sun cc's __machine_rw_barrier being a full barrier.Andres Freund2015-01-08
* Fix logging of pages skipped due to pins during vacuum.Andres Freund2015-01-08
* On Darwin, refuse postmaster startup when multithreaded.Noah Misch2015-01-07
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Always set the six locale category environment variables in main().Noah Misch2015-01-07
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-07
* docs: Reword CREATE POLICY documentation.Robert Haas2015-01-07
* Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas2015-01-07
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-06
* Correctly handle relcache invalidation corner case during logical decoding.Andres Freund2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Document that Perl's Tie might add a trailing newlineBruce Momjian2015-01-06
* Fix thinko in plpython error messageAlvaro Herrera2015-01-06
* Clarify which files need manual copyright updatesBruce Momjian2015-01-06
* Simplify post-copyright update instructions.Bruce Momjian2015-01-06
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix broken pg_dump code for dumping comments on event triggers.Tom Lane2015-01-05
* Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund2015-01-05
* Fix typo in comment.Fujii Masao2015-01-05
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Add error handling for failing fstat() calls in copy.c.Andres Freund2015-01-04
* Correctly handle test durations of more than 2147s in pg_test_timing.Andres Freund2015-01-04
* Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund2015-01-04
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-04
* Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund2015-01-04
* Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund2015-01-04
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03