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