Commit Graph

42936 Commits (a3bed62d44f83283414a82717bc8e96e9f398dcc)
 

Author SHA1 Message Date
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
Heikki Linnakangas 3344582e6f Fix double-free bug in GSS authentication. 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 79c4fa0f62 Fix some cases of "the the" split across two lines. 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
Michael Meskes 0f33ee0e3b Fix docs to not claim ECPG's SET CONNECTION is not thread-aware. 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
Andrew Dunstan 2e02136fe6 Fix thinko in previous openssl change 9 years ago
Andres Freund c25ed20067 Fix record length computation in pg_waldump/xlogdump. 9 years ago
Tom Lane 3e60c6f723 Code review for shm_toc.h/.c. 9 years ago
Andrew Dunstan 614350a3ab Find openssl lib files in right directory for MSVC 9 years ago
Tom Lane d466335064 Don't be so trusting that shm_toc_lookup() will always succeed. 9 years ago