index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Update SQL features list
Peter Eisentraut
2012-05-27
*
Suppress -Wunused-result warning about write()
Peter Eisentraut
2012-05-27
*
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-26
*
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-25
*
Fix array overrun in regex code.
Tom Lane
2012-05-24
*
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-22
*
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
*
Repair out-of-date information in src/backend/storage/buffer/README.
Robert Haas
2012-05-22
*
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-21
*
Update woefully-obsolete comment.
Tom Lane
2012-05-21
*
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-20
*
Realign some --help output to have better spacing between columns
Peter Eisentraut
2012-05-18
*
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-18
*
Update SQL features/conformance information to SQL:2011
Peter Eisentraut
2012-05-17
*
Change COLLATION keyword category
Peter Eisentraut
2012-05-16
*
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
*
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-16
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Remove stray nbsp character
Peter Eisentraut
2012-05-15
*
Fix bug in to_tsquery().
Heikki Linnakangas
2012-05-15
*
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-14
*
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
*
Assert that WaitLatchOrSocket callers cannot wait only for writability.
Tom Lane
2012-05-14
*
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
*
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
*
Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions.
Heikki Linnakangas
2012-05-14
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
*
Small punctuation editing of postgresql.conf.sample
Peter Eisentraut
2012-05-14
*
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
*
Fix DROP TABLESPACE to unlink symlink when directory is not there.
Tom Lane
2012-05-13
*
Re-revert stats collector latch changes.
Tom Lane
2012-05-13
*
Attempt to fix some issues in our Windows socket code.
Tom Lane
2012-05-13
*
Fix bogus declaration of local variable.
Tom Lane
2012-05-13
*
Avoid unnecessary process wakeups in the log collector.
Tom Lane
2012-05-12
*
Fix WaitLatchOrSocket to handle EOF on socket correctly.
Tom Lane
2012-05-12
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-12
*
Fix obsolescent C declaration syntax
Peter Eisentraut
2012-05-12
*
Cosmetic adjustments for postmaster's handling of checkpointer.
Tom Lane
2012-05-11
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
*
Remove extraneous #include "storage/proc.h"
Simon Riggs
2012-05-11
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
On GiST page split, release the locks on child pages before recursing up.
Heikki Linnakangas
2012-05-11
*
Temporarily revert stats collector latch changes so we can ship beta1.
Tom Lane
2012-05-10
*
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
*
Fix Windows implementation of PGSemaphoreLock.
Tom Lane
2012-05-10
*
Improve Windows implementation of WaitLatch/WaitLatchOrSocket.
Tom Lane
2012-05-10
*
Improve tests for postmaster death in auxiliary processes.
Tom Lane
2012-05-10
*
Further tweaking of nomenclature in checkpointer.c.
Tom Lane
2012-05-10
*
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
[next]