Commit Graph

17238 Commits (f32d57fd7088a558dadbe21b9859b09d2f877c19)

Author SHA1 Message Date
Robert Haas f32d57fd70 Fix problems related to RangeTblEntry members enrname and enrtuples. 9 years ago
Andres Freund 6c2003f8a1 Don't force-assign transaction id when exporting a snapshot. 9 years ago
Peter Eisentraut b6966d4627 Use DEFACLOBJ_ macros in error message instead of hardcoding 9 years ago
Robert Haas b08df9cab7 Teach predtest.c about CHECK clauses to fix partitioning bugs. 9 years ago
Alvaro Herrera e90ceeaa49 Avoid bogus TwoPhaseState locking sequences 9 years ago
Tom Lane 8e72239e9d Fix no-longer-valid shortcuts in expression_returns_set(). 9 years ago
Tom Lane a571c7f661 Fix violations of CatalogTupleInsert/Update/Delete abstraction. 9 years ago
Dean Rasheed f356ec5744 Teach RemoveRoleFromObjectPolicy() about partitioned tables. 9 years ago
Tom Lane 0436f6bde8 Disallow set-returning functions inside CASE or COALESCE. 9 years ago
Tom Lane 651902deb1 Re-run pgindent. 9 years ago
Robert Haas 096f1ccd52 Always initialize PartitionBoundInfoData's null_index. 9 years ago
Dean Rasheed b6263cd851 Teach relation_is_updatable() about partitioned tables. 9 years ago
Robert Haas ee252f074b Fix failure to remove dependencies when a partition is detached. 9 years ago
Tom Lane b74701043e In initdb, defend against assignment of NULL values to not-null columns. 9 years ago
Peter Eisentraut f2a886104a Fix typo 9 years ago
Peter Eisentraut 88c6cff8e7 Improve code comments 9 years ago
Peter Eisentraut 17082a88ea Prevent copying default collation 9 years ago
Tom Lane 78a030a441 Fix confusion about number of subplans in partitioned INSERT setup. 9 years ago
Tom Lane 7332c3cbb3 Assert that we don't invent relfilenodes or type OIDs in binary upgrade. 9 years ago
Tom Lane a475e46634 Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation. 9 years ago
Peter Eisentraut 94c2ed0ebe Add ICU_CFLAGS to global CPPFLAGS 9 years ago
Peter Eisentraut 7f28a7946a Remove "synchronized table states" notice message 9 years ago
Peter Eisentraut 253504fb9f Fix build of ICU support in Windows 9 years ago
Peter Eisentraut ddd7b22b22 Stop table sync workers when subscription relation entry is removed 9 years ago
Tom Lane 51893985d3 Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c. 9 years ago
Joe Conway 4f7a95be2c Apply RLS policies to partitioned tables. 9 years ago
Peter Eisentraut e11e24b1ed Formatting improvements in config file samples 9 years ago
Peter Eisentraut 8c9387c55e Update code comments 9 years ago
Peter Eisentraut dabbe8d564 Fix typo 9 years ago
Peter Eisentraut 8dc7c33812 Improve tablesync behavior with concurrent changes 9 years ago
Andres Freund 2c48f5db64 Use standard interrupt handling in logical replication launcher. 9 years ago
Andres Freund 5fd56b9f5b Again report a useful error message when walreceiver's connection closes. 9 years ago
Heikki Linnakangas e3df8f8b93 Improve authentication error messages. 9 years ago
Peter Eisentraut 644ea35fc1 Fix updating of pg_subscription_rel from workers 9 years ago
Robert Haas 15ce775faa Prevent BEFORE triggers from violating partitioning constraints. 9 years ago
Peter Eisentraut d4bfc06e29 Consistently use subscription name as application name 9 years ago
Andres Freund 9206ced1dc Clean up latch related code. 9 years ago
Peter Eisentraut e3a815d2fa Improve handover logic between sync and apply workers 9 years ago
Robert Haas 3106829513 Use NIL rather than NULL to represent an empty list. 9 years ago
Robert Haas 2186b608b3 Clean up partcollation handling for OID 0. 9 years ago
Andres Freund c1abe6c786 Wire up query cancel interrupt for walsender backends. 9 years ago
Andres Freund 6e1dd2773e Unify SIGHUP handling between normal and walsender backends. 9 years ago
Andres Freund c6c3334364 Prevent possibility of panics during shutdown checkpoint. 9 years ago
Andres Freund 47fd420fb4 Have walsenders participate in procsignal infrastructure. 9 years ago
Andres Freund 703f148e98 Revert "Prevent panic during shutdown checkpoint" 9 years ago
Peter Eisentraut 41a21bf9b4 Don't set application_name in logical replication workers 9 years ago
Peter Eisentraut 9907b55ceb Fix ALTER SUBSCRIPTION grammar ambiguity 9 years ago
Peter Eisentraut 06bfb801c7 Ignore WL_POSTMASTER_DEATH latch event in single user mode 9 years ago
Tom Lane 3e60c6f723 Code review for shm_toc.h/.c. 9 years ago
Tom Lane d466335064 Don't be so trusting that shm_toc_lookup() will always succeed. 9 years ago