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
*
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-20
*
Add missing serial comma
Peter Eisentraut
2015-09-18
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
*
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-18
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
*
RLS refactoring
Stephen Frost
2015-09-15
*
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-15
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
Update SQL features list
Peter Eisentraut
2015-09-12
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
2015-09-11
*
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
*
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
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
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
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
Allow notifications to bgworkers without database connections.
Robert Haas
2015-09-01
*
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
*
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
*
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
*
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
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Fix two off-by-one errors in bufmgr.c.
Andres Freund
2015-08-12
*
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
*
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
*
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
[next]