summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15Fix typo in PostgreSQL 10.0 release note.Tatsuo Ishii
2017-06-15Fix document bug regarding read only transactions.Tatsuo Ishii
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut
2017-06-14Add missing serial commaPeter Eisentraut
2017-06-14doc: Whitespace fixes in man pagesPeter Eisentraut
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Improve release note text about set-returning-function changes.Tom Lane
2017-06-14Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera
2017-06-14Put documentation of options and commands in more alphabetical orderPeter Eisentraut
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-06-14Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane
2017-06-14Teach PL/pgSQL about partitioned tables.Dean Rasheed
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
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