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-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-10
Remove incorrect assertion in clog.c
Robert Haas
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Fix datumSerialize infrastructure to not crash on non-varlena data.
Tom Lane
2017-08-08
Reword some unclear comments
Alvaro Herrera
2017-08-08
Fix typo in comment
Alvaro Herrera
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-07
Update SQL features list
Peter Eisentraut
2017-08-07
Translation updates
Peter Eisentraut
2017-08-07
Fix local/remote attribute mix-up in logical replication
Peter Eisentraut
2017-08-07
Fix handling of dropped columns in logical replication
Peter Eisentraut
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-07
Fix function name in code comment
Peter Eisentraut
2017-08-07
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-05
Suppress unused-variable warnings when building with ICU 4.2.
Tom Lane
2017-08-05
Make pg_stop_backup's wait_for_archive flag work on standbys.
Robert Haas
2017-08-05
Add support for ICU 4.2
Peter Eisentraut
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
hash: Immediately after a bucket split, try to clean the old bucket.
Robert Haas
2017-08-04
Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.
Tom Lane
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-08-04
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
Improve ExecModifyTable comments.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-02
Remove broken and useless entry-count printing in HASH_DEBUG code.
Tom Lane
2017-08-02
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-08-02
Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Tom Lane
2017-08-02
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-08-01
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-08-01
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-08-01
Comment fix for partition_rbound_cmp().
Dean Rasheed
2017-07-31
Fix typo
Peter Eisentraut
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
[next]