summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-20Change pg_get_publication_tables to prosecdef falsePeter Eisentraut
2017-06-19Fix materialized-view documentation oversights.Tom Lane
2017-06-19doc: Improve logical replication security setup infoPeter Eisentraut
2017-06-19Avoid regressions in foreign-key-based selectivity estimates.Tom Lane
2017-06-19On Windows, make pg_dump use binary mode for compressed plain text output.Tom Lane
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-19Improve PostgreSQL 10.0 release note regarding pg_current_logfile().Tatsuo Ishii
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-06-18Fix copy/paste error in docsMagnus Hagander
2017-06-17doc: Fix typoPeter Eisentraut
2017-06-17doc: Fix typoPeter Eisentraut
2017-06-17Set statement timestamp in apply workerPeter Eisentraut
2017-06-17Remove incorrect commentMagnus Hagander
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-17Define HAVE_UCOL_STRCOLLUTF8 on WindowsPeter Eisentraut
2017-06-17Teach pgindent to skip files generated by bison or flex automatically.Tom Lane
2017-06-17doc: Add note that COPY commands are published as INSERTsPeter Eisentraut
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix ICU collation use on WindowsPeter Eisentraut
2017-06-16doc: Add section about logical replication restrictionsPeter Eisentraut
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-15Make configure check for IPC::Run when --enable-tap-tests is specified.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-15doc: remove mention of Windows junction points by pg_upgradeBruce Momjian
2017-06-15docs: Fix pg_upgrade standby server upgrade docsBruce Momjian
2017-06-15Rename function for consistencyAlvaro Herrera
2017-06-15psql: Improve display of "for all tables" publicationsPeter Eisentraut
2017-06-15Fix typo in code commentPeter Eisentraut
2017-06-15Remove unnecessary IPC::Run inclusionPeter Eisentraut
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