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