summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-21Fix typo in comment.Heikki Linnakangas
2017-06-20Make opr_sanity test complain about built-in functions marked prosecdef.Tom Lane
2017-06-20Fix typo in code commentPeter Eisentraut
2017-06-20pg_upgrade: start/stop new server after pg_resetwalBruce Momjian
2017-06-20Don't downcase entries within shared_preload_libraries et al.Tom Lane
2017-06-20Tweak publication fetching in psqlPeter Eisentraut
2017-06-20Change pg_get_publication_tables to prosecdef falsePeter Eisentraut
2017-06-19Fix materialized-view documentation oversights.Tom Lane
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-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-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix ICU collation use on WindowsPeter 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-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
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-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-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
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-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-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