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-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
2017-06-14
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-06-14
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
Tom Lane
2017-06-14
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Always initialize PartitionBoundInfoData's null_index.
Robert Haas
2017-06-13
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-13
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-13
In initdb, defend against assignment of NULL values to not-null columns.
Tom Lane
2017-06-13
Fix typo
Peter Eisentraut
2017-06-13
Improve code comments
Peter Eisentraut
2017-06-13
Prevent copying default collation
Peter Eisentraut
2017-06-13
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-13
Assert that we don't invent relfilenodes or type OIDs in binary upgrade.
Tom Lane
2017-06-12
Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.
Tom Lane
2017-06-12
Add ICU_CFLAGS to global CPPFLAGS
Peter Eisentraut
2017-06-12
Remove "synchronized table states" notice message
Peter Eisentraut
2017-06-12
Fix build of ICU support in Windows
Peter Eisentraut
2017-06-12
Stop table sync workers when subscription relation entry is removed
Peter Eisentraut
2017-06-11
Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.
Tom Lane
2017-06-11
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-09
Formatting improvements in config file samples
Peter Eisentraut
2017-06-09
Update code comments
Peter Eisentraut
2017-06-09
Fix typo
Peter Eisentraut
2017-06-09
Improve tablesync behavior with concurrent changes
Peter Eisentraut
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
Again report a useful error message when walreceiver's connection closes.
Andres Freund
2017-06-08
Improve authentication error messages.
Heikki Linnakangas
2017-06-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
Consistently use subscription name as application name
Peter Eisentraut
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-06
Improve handover logic between sync and apply workers
Peter Eisentraut
2017-06-06
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-06-06
Clean up partcollation handling for OID 0.
Robert Haas
2017-06-06
Wire up query cancel interrupt for walsender backends.
Andres Freund
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-06
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-06
Don't set application_name in logical replication workers
Peter Eisentraut
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-06
Ignore WL_POSTMASTER_DEATH latch event in single user mode
Peter Eisentraut
2017-06-05
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
Fix typo in error message.
Heikki Linnakangas
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
[next]