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
*
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-12
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
2017-02-09
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
*
Fix race condition in ConditionVariablePrepareToSleep.
Robert Haas
2017-02-09
*
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Fix roundoff problems in float8_timestamptz() and make_interval().
Tom Lane
2017-02-08
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix relcache leaks in get_object_address_publication_rel()
Peter Eisentraut
2017-02-07
*
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
*
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-07
*
Fix compiler warning.
Robert Haas
2017-02-07
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
Avoid permission failure in pg_sequences.last_value
Peter Eisentraut
2017-02-06
*
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().
Tom Lane
2017-02-06
*
Update comment in relcache.c.
Tom Lane
2017-02-06
*
Fix typo in variable name.
Heikki Linnakangas
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove redundant comment.
Robert Haas
2017-02-03
*
Improve grammar of message about two-phase state files.
Robert Haas
2017-02-03
*
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-04
*
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-02-02
*
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-02-02
*
Increase upper bound for bgwriter_lru_maxpages.
Robert Haas
2017-02-02
*
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
*
Add KOI8-U map files to Makefile.
Heikki Linnakangas
2017-02-02
*
Silence compiler warning.
Heikki Linnakangas
2017-02-02
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-02-01
*
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-02-01
*
Don't create "holes" in BufFiles, in the new logtape code.
Heikki Linnakangas
2017-02-01
*
Small fixes to the Perl scripts to create unicode conversion tables.
Heikki Linnakangas
2017-02-01
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Simplify some long-obsolete code in hba.c's next_token().
Tom Lane
2017-01-30
*
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
*
Remove leftover reference to "indirect blocks" in comment.
Heikki Linnakangas
2017-01-30
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-27
*
Restructure hba.c to replace 3 parallel lists with single list of structs.
Tom Lane
2017-01-27
*
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
[next]