summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-13doc: Update example version numbers in pg_upgrade documentationPeter Eisentraut
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Always initialize PartitionBoundInfoData's null_index.Robert Haas
2017-06-13Teach relation_is_updatable() about partitioned tables.Dean Rasheed
2017-06-13libpq: Message style improvementsPeter Eisentraut
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-13doc: Fix typoPeter Eisentraut
2017-06-13In initdb, defend against assignment of NULL values to not-null columns.Tom Lane
2017-06-13Fix typoPeter Eisentraut
2017-06-13Improve code commentsPeter Eisentraut
2017-06-13Use correct ICU path for Windows 32 vs. 64 bitPeter Eisentraut
2017-06-13Fix collprovider of predefined collationsPeter Eisentraut
2017-06-13pg_dump: Allow dumping default collationPeter Eisentraut
2017-06-13Prevent copying default collationPeter Eisentraut
2017-06-13Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane
2017-06-13pg_dump: Fix harmless type mixupPeter Eisentraut
2017-06-13doc: Update external PL listPeter Eisentraut
2017-06-13Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane
2017-06-12Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane
2017-06-12doc: Update information_schema documentation for identity columnsPeter Eisentraut
2017-06-12Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut
2017-06-12Remove "synchronized table states" notice messagePeter Eisentraut
2017-06-12Add MSVC build system support for ICUPeter Eisentraut
2017-06-12Fix build of ICU support in WindowsPeter Eisentraut
2017-06-12Trim trailing whitespacePeter Eisentraut
2017-06-12Stop table sync workers when subscription relation entry is removedPeter Eisentraut
2017-06-12Fix ALTER TABLE doc examples.Tatsuo Ishii
2017-06-11Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane
2017-06-11Apply RLS policies to partitioned tables.Joe Conway
2017-06-10Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan
2017-06-10doc: Add Node.js and Go drivers to client interfacesPeter Eisentraut
2017-06-09doc: Improve types in examplePeter Eisentraut
2017-06-09doc: Document that subscriptions to same server might hangPeter Eisentraut
2017-06-09Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas
2017-06-09Formatting improvements in config file samplesPeter Eisentraut
2017-06-09Update code commentsPeter Eisentraut
2017-06-09Fix typoPeter Eisentraut
2017-06-09psql: Update tab completion for ALTER SUBSCRIPTIONPeter Eisentraut
2017-06-09Improve tablesync behavior with concurrent changesPeter Eisentraut
2017-06-09Give a better error message on invalid hostaddr option.Heikki Linnakangas
2017-06-09Fix script name in README.Heikki Linnakangas
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-08Again report a useful error message when walreceiver's connection closes.Andres Freund
2017-06-08Update key words table for version 10Peter Eisentraut
2017-06-08Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan
2017-06-08Fix bit-rot in pg_upgrade's test.sh, and improve documentation.Tom Lane
2017-06-08Improve authentication error messages.Heikki Linnakangas
2017-06-08Put new command-line options in alphabetical orderPeter Eisentraut
2017-06-08Add statistics subdirectory to Makefile.Robert Haas