index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2017-05-13
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
getObjectDescription: support extended statistics
Alvaro Herrera
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
Lag tracking for logical replication
Simon Riggs
2017-05-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-10
Remove no-longer-needed compatibility code for hash indexes.
Robert Haas
2017-05-10
Fix typos in comments.
Robert Haas
2017-05-10
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-10
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-10
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Robert Haas
2017-05-10
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-07
Fix duplicated words in comment.
Andres Freund
2017-05-06
Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.
Andres Freund
2017-05-05
Suppress compiler warning about unportable pointer value.
Tom Lane
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-05
Don't use SCRAM-specific "e=invalid-proof" on invalid password.
Heikki Linnakangas
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
Fix typos in comments.
Robert Haas
2017-05-02
Avoid unnecessary catalog updates in ALTER SEQUENCE
Peter Eisentraut
2017-05-02
Change hot_standby default value to 'on'
Magnus Hagander
[next]