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 setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
*
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
*
Microvacuum for GIST
Teodor Sigaev
2015-09-09
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Lock all relations referred to in updatable views
Stephen Frost
2015-09-08
*
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-09
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Coordinate log_line_prefix options 'm' and 'n' to share a timeval.
Jeff Davis
2015-09-07
*
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-09-07
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-07
*
Support RADIUS passwords up to 128 characters
Magnus Hagander
2015-09-06
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
*
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-06
*
Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Tom Lane
2015-09-05
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-09-03
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-09-02
*
Allow notifications to bgworkers without database connections.
Robert Haas
2015-09-01
*
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
*
Actually, it's not that hard to merge the Windows pqsignal code ...
Tom Lane
2015-08-31
*
Remove theoretically-unnecessary special case for icc.
Tom Lane
2015-08-31
*
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
*
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
*
Clarify what some historic terms in rewriteHandler.c mean.
Andres Freund
2015-08-28
*
Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.
Tom Lane
2015-08-26
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
*
Reduce number of bytes examined by convert_one_string_to_scalar().
Tom Lane
2015-08-23
*
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-23
*
Fix typo in C comment.
Kevin Grittner
2015-08-23
*
Improve whitespace
Peter Eisentraut
2015-08-22
*
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
*
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
*
Remove ExecGetScanType function
Alvaro Herrera
2015-08-21
*
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-21
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-21
*
Fix bug in calculations of hash join buckets.
Kevin Grittner
2015-08-19
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
Correct type of waitMode variable in ExecInsertIndexTuples().
Andres Freund
2015-08-15
*
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-15
*
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-14
*
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-14
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
[next]