Commit Graph

42907 Commits (ee252f074b88e34ff7ac2b45a73d3cee12b1c671)
 

Author SHA1 Message Date
Robert Haas ee252f074b Fix failure to remove dependencies when a partition is detached. 9 years ago
Peter Eisentraut 506b565831 doc: Fix typo 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 ae1aa28eb6 Use correct ICU path for Windows 32 vs. 64 bit 9 years ago
Peter Eisentraut ec7129b781 Fix collprovider of predefined collations 9 years ago
Peter Eisentraut 4955109d22 pg_dump: Allow dumping default collation 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
Peter Eisentraut 791ef001c9 pg_dump: Fix harmless type mixup 9 years ago
Peter Eisentraut 2440c442d1 doc: Update external PL list 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 5d8beac8be doc: Update information_schema documentation for identity columns 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 03c396080d Add MSVC build system support for ICU 9 years ago
Peter Eisentraut 253504fb9f Fix build of ICU support in Windows 9 years ago
Peter Eisentraut bf6e4c3c82 Trim trailing whitespace 9 years ago
Peter Eisentraut ddd7b22b22 Stop table sync workers when subscription relation entry is removed 9 years ago
Tatsuo Ishii eab86897bd Fix ALTER TABLE doc examples. 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
Andrew Dunstan 93b7d9731f Take PROVE_FLAGS from the command line but not the environment 9 years ago
Peter Eisentraut e20f679f66 doc: Add Node.js and Go drivers to client interfaces 9 years ago
Peter Eisentraut 0332993c4e doc: Improve types in example 9 years ago
Peter Eisentraut 0933fcee98 doc: Document that subscriptions to same server might hang 9 years ago
Heikki Linnakangas 493490cbcb Silence warning about uninitialized 'ret' variable on some compilers. 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 57f2ff00d7 psql: Update tab completion for ALTER SUBSCRIPTION 9 years ago
Peter Eisentraut 8dc7c33812 Improve tablesync behavior with concurrent changes 9 years ago
Heikki Linnakangas 76b11e8a43 Give a better error message on invalid hostaddr option. 9 years ago
Heikki Linnakangas 67d370e619 Fix script name in README. 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
Peter Eisentraut 5c4109f2c8 Update key words table for version 10 9 years ago
Andrew Dunstan f7e6853e1a Mark to_tsvector(regconfig,json[b]) functions immutable 9 years ago
Tom Lane 5bab1985df Fix bit-rot in pg_upgrade's test.sh, and improve documentation. 9 years ago
Heikki Linnakangas e3df8f8b93 Improve authentication error messages. 9 years ago
Peter Eisentraut 7ff9812f9a Put new command-line options in alphabetical order 9 years ago
Robert Haas 0eac8e7ff7 Add statistics subdirectory to Makefile. 9 years ago
Joe Conway 06c0afe56e Fix contrib/sepgsql regr tests for tup-routing constraint check change. 9 years ago
Tom Lane 0198c277a2 Docs: improve CREATE TABLE ref page's discussion of partition bounds. 9 years ago
Robert Haas ae9bfc5d65 postgres_fdw: Allow cancellation of transaction control commands. 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
Heikki Linnakangas e6c33d594a Clear auth context correctly when re-connecting after failed auth attempt. 9 years ago