summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-08Silence compiler warning in Assert()Alvaro Herrera
2018-10-08Translation updatesPeter Eisentraut
2018-10-08Track procedure calls in pg_stat_user_functionsPeter Eisentraut
2018-10-08Improve two error messages related to foreign keys on partitioned tablesMichael Paquier
2018-10-08Fix speling errorMagnus Hagander
2018-10-07Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-10-06Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane
2018-10-06Assign constraint name when cloning FK definition for partitionsMichael Paquier
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-05Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.Tom Lane
2018-10-04Fix duplicate primary keys in partitionsAlvaro Herrera
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-10-03MAXALIGN the target address where we store flattened value.Amit Kapila
2018-10-02Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-10-01Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut
2018-10-01Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane
2018-09-30Fix detection of the result type of strerror_r().Tom Lane
2018-09-28Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-28Fix WAL recycling on standbys depending on archive_modeMichael Paquier
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-25Remove obsolete commentAlvaro Herrera
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-25Ignore publication tables when --no-publications is usedMichael Paquier
2018-09-24Make EXPLAIN output for JIT compilation more dense.Andres Freund
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-21Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane
2018-09-21Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-20Fix segment_bins corruption in dsa.c.Thomas Munro
2018-09-20Defer restoration of libraries in parallel workers.Thomas Munro
2018-09-19Fix minor error message style guide violation.Tom Lane
2018-09-19Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane
2018-09-18Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"REL_11_BETA4Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-18Allow DSM allocation to be interrupted.Thomas Munro
2018-09-17Stamp 11beta4.Tom Lane
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-09-17Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane
2018-09-17Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-09-17Translation updatesPeter Eisentraut
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-09-16Add outfuncs.c support for RawStmt nodes.Tom Lane