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-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
2017-05-02
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-05-01
Improve function header comment for create_singleton_array().
Tom Lane
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-30
Fix possible null pointer dereference or invalid warning message.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-28
Speed up dropping tables with many partitions.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.
Andres Freund
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
[next]