aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund2018-11-05
* Translation updatesPeter Eisentraut2018-11-05
* Block creation of partitions with open references to its parentMichael Paquier2018-11-05
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-05
* Fix ExecuteCallStmt to not scribble on the passed-in parse tree.Tom Lane2018-11-04
* Fix unused-variable warning.Tom Lane2018-11-04
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-03
* Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund2018-11-03
* Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane2018-11-03
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Fix NULL handling in multi-batch Parallel Hash Left Join.Thomas Munro2018-11-03
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-01
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Remove incorrect comment in dshash.c.Thomas Munro2018-10-29
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane2018-10-19
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-10-16
* Check for stack overrun in standard_ProcessUtility().Tom Lane2018-10-15
* Translation updatesPeter Eisentraut2018-10-15
* Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier2018-10-14
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Silence compiler warning in Assert()Alvaro Herrera2018-10-08
* Translation updatesPeter Eisentraut2018-10-08
* Track procedure calls in pg_stat_user_functionsPeter Eisentraut2018-10-08
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-08
* Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera2018-10-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Assign constraint name when cloning FK definition for partitionsMichael Paquier2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix duplicate primary keys in partitionsAlvaro Herrera2018-10-04
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* MAXALIGN the target address where we store flattened value.Amit Kapila2018-10-03
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane2018-10-01
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-28
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Fix WAL recycling on standbys depending on archive_modeMichael Paquier2018-09-28
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Recurse to sequences on ownership change for all relkindsPeter Eisentraut2018-09-26