index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-27
*
Add a note to PG_TRY's documentation about volatile safety.
Tom Lane
2015-01-26
*
Re-enable abbreviated keys on Windows.
Robert Haas
2015-01-26
*
Fix volatile-safety issue in pltcl_SPI_execute_plan().
Tom Lane
2015-01-26
*
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-26
*
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-25
*
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-25
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
*
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-24
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Remove no-longer-referenced src/port/gethostname.c.
Tom Lane
2015-01-24
*
Fix assignment operator thinko
Alvaro Herrera
2015-01-24
*
Fix typos, update README.
Robert Haas
2015-01-23
*
vacuumdb: enable parallel mode
Alvaro Herrera
2015-01-23
*
Don't use abbreviated keys for the final merge pass.
Robert Haas
2015-01-23
*
Add an explicit cast to Size to hyperloglog.c
Robert Haas
2015-01-23
*
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-22
*
Fix whitespace
Peter Eisentraut
2015-01-22
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.
Robert Haas
2015-01-22
*
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-22
*
More fixes for abbreviated keys infrastructure.
Robert Haas
2015-01-22
*
Heavily refactor btsortsupport_worker.
Robert Haas
2015-01-22
*
reinit.h: Fix typo in identification comment
Alvaro Herrera
2015-01-22
*
Disable abbreviated keys on Windows.
Robert Haas
2015-01-20
*
tools/ccsym: update for modern versions of gcc
Bruce Momjian
2015-01-20
*
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-20
*
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-19
*
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-19
*
Fix various shortcomings of the new PrivateRefCount infrastructure.
Andres Freund
2015-01-19
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Typo fix.
Robert Haas
2015-01-19
*
BRIN typo fix.
Robert Haas
2015-01-19
*
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-18
*
Fix ancient thinko in default table rowcount estimation.
Tom Lane
2015-01-18
*
Activate low-volume optional logging during regression test runs.
Noah Misch
2015-01-18
*
Fix use of already freed memory when dumping a database's security label.
Andres Freund
2015-01-18
*
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-17
*
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-16
*
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-17
*
Improve new caching logic in tbm_add_tuples().
Tom Lane
2015-01-16
*
Make tbm_add_tuples more efficient by caching the last acccessed page.
Andres Freund
2015-01-16
*
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-16
*
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-16
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
*
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
*
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
*
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-15
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
[next]