aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Fix detection of the result type of strerror_r().Tom Lane2018-09-30
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-28
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Use size_t consistently in dsa.{ch}.Thomas Munro2018-09-22
* Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"REL_11_BETA4Tom Lane2018-09-18
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Stamp 11beta4.Tom Lane2018-09-17
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-17
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera2018-09-14
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila2018-09-06
* Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane2018-09-05
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix 8a934d677 for libc++ and make more include order resistant.Andres Freund2018-08-31
* Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane2018-08-31
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Fix IndexInfo comments.Heikki Linnakangas2018-08-30
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* Remove duplicate function declarations.Tom Lane2018-08-14
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Stamp 11beta3.REL_11_BETA3Tom Lane2018-08-06
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Fix typosPeter Eisentraut2018-07-10
* Fix typoPeter Eisentraut2018-07-10
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Add UtilityReturnsTuples() support for CALLPeter Eisentraut2018-07-09
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05