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
*
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
*
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-16
*
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-13
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
*
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
*
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
2016-05-25
*
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
*
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-24
*
Support IndexElem in raw_expression_tree_walker().
Tom Lane
2016-05-23
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Fix bogus comments
Alvaro Herrera
2016-05-12
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Fix infer_arbiter_indexes() to not barf on system columns.
Tom Lane
2016-05-11
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
*
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-10
*
Translation updates
Peter Eisentraut
2016-05-09
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-05-06
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
*
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-21
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
*
Fix possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-08
*
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-08
*
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
*
Translation updates
Peter Eisentraut
2016-03-28
[next]